From a8004c89fd256b28305ca06b5bc00896821c8b87 Mon Sep 17 00:00:00 2001 From: houmain Date: Thu, 9 Mar 2023 19:13:53 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daa2db8..f5526338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ 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.0.0/). +## [Version 2.5.0] - 2023-03-09 + +### Added + +- Showing notifications on Linux. + +### Fixed + +- Fixed hanging keys when using Windows remote desktop. +- Removed limit of 127 keys per sequence. +- Enabled visual styles for Windows about dialog. + +## [Version 2.4.1] - 2022-11-27 + +### Fixed + +- Keys triggered by timeout no longer released immediately. + ## [Version 2.4.0] - 2022-11-26 ### Added @@ -240,6 +258,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Version 1.1.5] - 2020-05-09 +[version 2.5.0]: https://github.com/houmain/keymapper/compare/2.4.1...2.5.0 +[version 2.4.1]: https://github.com/houmain/keymapper/compare/2.4.0...2.4.1 [version 2.4.0]: https://github.com/houmain/keymapper/compare/2.3.0...2.4.0 [version 2.3.0]: https://github.com/houmain/keymapper/compare/2.2.0...2.3.0 [version 2.2.0]: https://github.com/houmain/keymapper/compare/2.1.5...2.2.0