From ba67589517a32cc66f493670d1c3c147b4abb7c9 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Thu, 26 Oct 2023 14:33:08 +0100 Subject: [PATCH] version 1.4 --- CHANGELOG.md | 22 ++++++++++++++++++++-- build.sh | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39569e5..5042776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,32 @@ Notable changes to dotool will be documented in this file. +## [1.4](https://git.sr.ht/~geb/dotool/refs/1.4) + +### Added + +- A manpage, requiring scdoc. +- Heuristic support for dead keys. +- Support for altgr. +- $DOTOOL_KEYBOARD_NAME to set the virtual keyboard's name. +- More verbose --list-keys output. + +### Changed + +- Replaced ./install.sh with ./build.sh. + +### Fixed + +- Now prefers the fewest modifiers for simulating keys. + ## [1.3](https://git.sr.ht/~geb/dotool/refs/1.3) -## Added +### Added - Support for keyboard layouts. - hwheel for horizontal scrolling. -## Changed +### Changed - Now depends on the xkbcommon library. - XKB key names are now case-sensitive. diff --git a/build.sh b/build.sh index 1cd653f..622931f 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh # ./build.sh ['install'] -: "${DOTOOL_VERSION=$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 1.3)}" +: "${DOTOOL_VERSION=$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 1.4)}" : "${DOTOOL_DESTDIR=}" : "${DOTOOL_BINDIR=usr/local/bin}" : "${DOTOOL_UDEV_RULES_DIR=etc/udev/rules.d}"