xremap/CHANGELOG.md

35 lines
931 B
Markdown
Raw Normal View History

2021-12-29 06:47:39 +00:00
## v0.1.5
2021-12-28 07:04:17 +00:00
2021-12-29 06:47:39 +00:00
* Add `--watch` option to automatically add new devices
* Avoid crashing on a disconnected device
2021-12-28 07:04:17 +00:00
* `name` is made optional in `modmap` and `keymap`
2021-12-28 06:24:02 +00:00
## v0.1.4
* Add `--ignore` option to deny-list devices instead of allow-listing them
[#46](https://github.com/k0kubun/xremap/issues/46)
2021-12-28 06:56:15 +00:00
* Abort `xremap` when no device was selected
2021-12-28 06:24:02 +00:00
2021-12-27 07:37:41 +00:00
## v0.1.3
* Support remapping a key to two different keys depending on
whether it's pressed alone or held
[#47](https://github.com/k0kubun/xremap/issues/47)
2021-12-24 05:04:02 +00:00
## v0.1.2
* Fix recognition of a right Alt modifier in `keymap`
[#43](https://github.com/k0kubun/xremap/issues/43)
## v0.1.1
2021-12-22 12:51:12 +00:00
* Binary distribution is built on GitHub Actions
* Improve error message for features `gnome` and `sway`
* Stop using a fork of swayipc and publish `sway` feature on crates.io
2017-01-03 15:10:05 +00:00
## v0.1.0
2016-12-03 00:51:50 +00:00
* Initial release
* `modmap`, `keymap`, `application`, `remap`
* --features: `x11`, `gnome`, `sway`