version 1.5

This commit is contained in:
John Gebbie 2024-05-04 12:36:44 +01:00
parent 5bc814cb39
commit 7c0a53ef94
2 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,12 @@
Notable changes to dotool will be documented in this file. 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) ## [1.4](https://git.sr.ht/~geb/dotool/refs/1.4)
### Added ### Added
@ -18,7 +24,7 @@ Notable changes to dotool will be documented in this file.
### Fixed ### 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) ## [1.3](https://git.sr.ht/~geb/dotool/refs/1.3)

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# ./build.sh ['install'] # ./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_DESTDIR=}"
: "${DOTOOL_BINDIR=usr/local/bin}" : "${DOTOOL_BINDIR=usr/local/bin}"
: "${DOTOOL_UDEV_RULES_DIR=etc/udev/rules.d}" : "${DOTOOL_UDEV_RULES_DIR=etc/udev/rules.d}"