From 32917ededf9ddbbd120baf0e57864357b17842e4 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Mon, 15 Apr 2024 18:25:49 +0900 Subject: [PATCH] v0.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ lib/fusuma/plugin/remap/version.rb | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b701ba4..53511bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.4.0](https://github.com/iberianpig/fusuma-plugin-remap/tree/v0.4.0) (2024-04-15) + +[Full Changelog](https://github.com/iberianpig/fusuma-plugin-remap/compare/v0.3.1...v0.4.0) + +**Implemented enhancements:** + +- feat/debug mode [\#2](https://github.com/iberianpig/fusuma-plugin-remap/pull/2) ([iberianpig](https://github.com/iberianpig)) + +**Fixed bugs:** + +- Remapping Does Not Work When Target Keyboard is Not Found [\#3](https://github.com/iberianpig/fusuma-plugin-remap/issues/3) + +**Merged pull requests:** + +- Wait for device removal and reload keyboard [\#5](https://github.com/iberianpig/fusuma-plugin-remap/pull/5) ([iberianpig](https://github.com/iberianpig)) +- Palm Rejection for Touchpad [\#4](https://github.com/iberianpig/fusuma-plugin-remap/pull/4) ([iberianpig](https://github.com/iberianpig)) + ## [v0.3.1](https://github.com/iberianpig/fusuma-plugin-remap/tree/v0.3.1) (2023-09-04) [Full Changelog](https://github.com/iberianpig/fusuma-plugin-remap/compare/v0.3.0...v0.3.1) diff --git a/lib/fusuma/plugin/remap/version.rb b/lib/fusuma/plugin/remap/version.rb index e92206d..8191757 100644 --- a/lib/fusuma/plugin/remap/version.rb +++ b/lib/fusuma/plugin/remap/version.rb @@ -3,7 +3,7 @@ module Fusuma module Plugin module Remap - VERSION = "0.3.1" + VERSION = "0.4.0" end end end