diff --git a/CHANGELOG.md b/CHANGELOG.md index 5042776..8c8d3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Notable changes to dotool will be documented in this file. +## [1.5](https://git.sr.ht/~geb/dotool/refs/1.5) + +### Fixed + +- The selecting of the fewest modifiers for simulating keys. + ## [1.4](https://git.sr.ht/~geb/dotool/refs/1.4) ### Added @@ -18,7 +24,7 @@ Notable changes to dotool will be documented in this file. ### Fixed -- Now prefers the fewest modifiers for simulating keys. +- Now prefers the fewest modifiers for simulating keys. (UPDATE: see 1.5) ## [1.3](https://git.sr.ht/~geb/dotool/refs/1.3) diff --git a/build.sh b/build.sh index 622931f..f43740a 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.4)}" +: "${DOTOOL_VERSION=$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 1.5)}" : "${DOTOOL_DESTDIR=}" : "${DOTOOL_BINDIR=usr/local/bin}" : "${DOTOOL_UDEV_RULES_DIR=etc/udev/rules.d}"