Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Apr 15, 2024
1 parent b85af93 commit 32917ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/fusuma/plugin/remap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Fusuma
module Plugin
module Remap
VERSION = "0.3.1"
VERSION = "0.4.0"
end
end
end

0 comments on commit 32917ed

Please sign in to comment.