From 891658af19efecc6588b0903c1cc47879de58cd3 Mon Sep 17 00:00:00 2001 From: Adam777 Date: Sat, 20 Jul 2024 17:00:10 +0000 Subject: [PATCH] CHANGELOG updated --- CHANGELOG.md | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4113328..7866f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,22 @@ # Changelog +## [1.9.0.0] - 2024-07-20 +- Added: Open file using keyboard key and/or controller button + ## [1.8.0.0] - 2024-07-18 -- New: Record video using keyboard key and/or controller button +- Updated: Take screenshot using keyboard key and/or controller button +- Added: Record video using keyboard key and/or controller button ## [1.7.0.0] - 2024-06-25 - Updated SDL to version 3.0.0 -- New: Take screenshot using keyboard key and/or controller button +- Removed: Open Xbox Game Bar when the Xbox/Guide button is pressed (use the built-in setting for that instead) +- Added: Take screenshot using keyboard key and/or controller button ## [1.6.0.0] - 2022-11-10 -- Fixed notification icon issues +- Fixed: Notification icon issues ## [1.5.0.0] - 2022-11-05 -- Fixed controller disconnect on subsequent connections +- Fixed: Controller disconnect on subsequent connections - Fixes and improvements - Updated SDL to version 2.24.2 @@ -24,37 +29,37 @@ - Updated SDL to version 2.0.18 ## [1.2.0.0] - 2021-11-25 -- New: Debug mode +- Added: Debug mode - Fixes and improvements ## [1.1.0.0] - 2021-08-19 - Fixes and improvements ## [1.0.9.0] - 2021-08-08 -- New: Separate button remapping +- Added: Separate button remapping ## [1.0.8.0] - 2021-08-06 -- Fixed multiple keys in hold mode 2 +- Fixed: Multiple keys in hold mode 2 ## [1.0.7.0] - 2021-08-05 -- Fixed setting key to 0 to disable it -- Fixed key press delay -- Added key press duration +- Fixed: Set key to 0 to disable remapping +- Fixed: Key press delay +- Added: Key press duration ## [1.0.6.0] - 2021-08-05 -- Multiple keys support added +- Added: Multiple keys support ## [1.0.5.0] - 2021-08-03 -- Fixed the error when more than 4 controllers are connected +- Fixed: Error when more than 4 controllers are connected ## [1.0.4.0] - 2021-08-01 -- New: Open Xbox Game Bar when the Xbox/Guide button is pressed +- Added: Open Xbox Game Bar when the Xbox/Guide button is pressed ## [1.0.3.0] - 2021-07-31 -- New: Specify the button on the controller to map (Share button or Xbox/Guide button) +- Added: Specify the button on the controller to map (Share button or Xbox/Guide button) ## [1.0.2.0] - 2021-07-31 -- New: map the Share button instead of the Xbox/Guide button +- Added: Map the Share button instead of the Xbox/Guide button ## [1.0.1.0] - 2021-07-22 - Small changes @@ -62,6 +67,7 @@ ## [1.0.0.0] - 2021-07-22 - First release +[1.9.0.0]: https://github.com/Adam777Z/xbox-controller-button-remapper/releases/tag/1.9.0.0 [1.8.0.0]: https://github.com/Adam777Z/xbox-controller-button-remapper/releases/tag/1.8.0.0 [1.7.0.0]: https://github.com/Adam777Z/xbox-controller-button-remapper/releases/tag/1.7.0.0 [1.6.0.0]: https://github.com/Adam777Z/xbox-controller-button-remapper/releases/tag/1.6.0.0