From 307cecb8a15c6ed146536910c1a4761c1cf335f8 Mon Sep 17 00:00:00 2001 From: Severin Leonhardt Date: Sun, 22 Sep 2024 16:24:32 +0200 Subject: [PATCH] Introduce Changelog It starts at the first tagged version. --- Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 00000000..bb3e0a0f --- /dev/null +++ b/Changelog.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +* Output channels can be activated and deactivated with one button click + +## [1.1.111] - 2022-10-12