Skip to content

Commit 2e2eeba

Browse files
committed
Merge branch 'fix/watch-keyboard'
2 parents 6946056 + 32917ed commit 2e2eeba

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [v0.4.0](https://github.com/iberianpig/fusuma-plugin-remap/tree/v0.4.0) (2024-04-15)
4+
5+
[Full Changelog](https://github.com/iberianpig/fusuma-plugin-remap/compare/v0.3.1...v0.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- feat/debug mode [\#2](https://github.com/iberianpig/fusuma-plugin-remap/pull/2) ([iberianpig](https://github.com/iberianpig))
10+
11+
**Fixed bugs:**
12+
13+
- Remapping Does Not Work When Target Keyboard is Not Found [\#3](https://github.com/iberianpig/fusuma-plugin-remap/issues/3)
14+
15+
**Merged pull requests:**
16+
17+
- Wait for device removal and reload keyboard [\#5](https://github.com/iberianpig/fusuma-plugin-remap/pull/5) ([iberianpig](https://github.com/iberianpig))
18+
- Palm Rejection for Touchpad [\#4](https://github.com/iberianpig/fusuma-plugin-remap/pull/4) ([iberianpig](https://github.com/iberianpig))
19+
320
## [v0.3.1](https://github.com/iberianpig/fusuma-plugin-remap/tree/v0.3.1) (2023-09-04)
421

522
[Full Changelog](https://github.com/iberianpig/fusuma-plugin-remap/compare/v0.3.0...v0.3.1)

lib/fusuma/plugin/remap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Fusuma
44
module Plugin
55
module Remap
6-
VERSION = "0.3.1"
6+
VERSION = "0.4.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)