Skip to content

Commit 39962e1

Browse files
committed
v0.13.0
1 parent 8ce32a4 commit 39962e1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v0.13.0](https://github.com/iberianpig/fusuma-plugin-remap/tree/v0.13.0) (2026-01-20)
4+
5+
[Full Changelog](https://github.com/iberianpig/fusuma-plugin-remap/compare/v0.12.0...v0.13.0)
6+
7+
**Implemented enhancements:**
8+
9+
- feat: add device-specific keyboard remapping [\#10](https://github.com/iberianpig/fusuma-plugin-remap/pull/10) ([iberianpig](https://github.com/iberianpig))
10+
- feat: add modifier key remapping, output sequences, and layer merge support [\#9](https://github.com/iberianpig/fusuma-plugin-remap/pull/9) ([iberianpig](https://github.com/iberianpig))
11+
312
## [v0.12.0](https://github.com/iberianpig/fusuma-plugin-remap/tree/v0.12.0) (2026-01-09)
413

514
[Full Changelog](https://github.com/iberianpig/fusuma-plugin-remap/compare/v0.11.2...v0.12.0)

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.12.0"
6+
VERSION = "0.13.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)