2023-01-21 14:27:30 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Notable changes to dotool will be documented in this file.
|
|
|
|
|
2023-06-01 17:34:54 +02:00
|
|
|
## [1.3](https://git.sr.ht/~geb/dotool/refs/1.3)
|
|
|
|
|
|
|
|
## Added
|
|
|
|
|
|
|
|
- Support for keyboard layouts.
|
|
|
|
- hwheel for horizontal scrolling.
|
|
|
|
|
|
|
|
## Changed
|
|
|
|
|
|
|
|
- Now depends on the xkbcommon library.
|
|
|
|
- XKB key names are now case-sensitive.
|
|
|
|
- scroll -> wheel
|
|
|
|
|
2023-02-06 12:40:01 +01:00
|
|
|
## [1.2](https://git.sr.ht/~geb/dotool/refs/1.2)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added X11 and sway config files for the virtual keyboard's layout.
|
|
|
|
- Added ./\_install.sh for packaging the basic files.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Stopped some x: keys simulating shift.
|
|
|
|
|
2023-01-21 14:27:30 +01:00
|
|
|
## [1.1](https://git.sr.ht/~geb/dotool/refs/1.1)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added --version.
|
|
|
|
- Added keyhold and typehold.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- There is now a default keydelay, keyhold, typedelay and typehold.
|
|
|
|
- Delays now come after keypresses not before.
|
|
|
|
- Now aborts if there are any command-line arguments.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Added a udev rule so it shouldn't type guff if you're using a non-us
|
|
|
|
keyboard layout on at least X11.
|
|
|
|
- Fixed x:backspace that was simulating shift.
|