From 64aa4a551d4f434126f2904e9ceedda941cbac13 Mon Sep 17 00:00:00 2001 From: redtide Date: Sat, 1 Jul 2023 14:01:16 +0200 Subject: [PATCH] Added CHANGELOG.md (keepachangelog.com format) --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7d97b30 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,57 @@ +# Changelog + +The format is based on [Keep a Changelog][1]. + +This project tries to adhere to [Semantic Versioning][2]. + +## [Unreleased] + +## [1.1.1] - 2023-07-01 + +### Added + +Ignore QtCreator files (redtide) +Added .editorconfig and .clang-format (redtide) + +### Changed + +Install icon to the app_id location (somini) +Move the output name overlay to the bottom left (WhyNotHugo) +Bump to current development version, use semver (redtide) +Updated desktop file (redtide) + +### Fixed + +Fixed license SPDX ID in main meson.build + +## [1.1] - 2023-04-18 + +### Added + +Added categories to the program shortcut (IntinteDAO) + +### Changed + +Add package links (Jason Francis) +Backport GTK4 changes (Jason Francis) +Create WdHeadForm class (Jason Francis) +Update README (Jason Francis) +Use correct versions when binding globals (Simon Ser) + +## [v1.0] - 2020-05-09 + +First release after fork +(backup of the original, deleted repository at ) + +### Changed + +Update application ID and readme (Jason Francis) + + +[1]: https://keepachangelog.com/en/1.0.0/ +[2]: https://semver.org/spec/v2.0.0.html + +[Unreleased]: https://github.com/artizirk/wdisplays/compare/1.1.1...HEAD +[1.1.1]: https://github.com/artizirk/wdisplays/compare/1.1...1.1.1 +[1.1]: https://github.com/artizirk/wdisplays/compare/1.0...1.1 +[1.0]: https://github.com/artizirk/wdisplays/releases/tag/1.0