From 7c0a53ef94ac330b4c71c0c5f48f9f4e53db4c67 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Sat, 4 May 2024 12:36:44 +0100 Subject: [PATCH] version 1.5 --- CHANGELOG.md | 8 +++++++- build.sh | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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}"