version 1.5
This commit is contained in:
parent
5bc814cb39
commit
7c0a53ef94
2 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
2
build.sh
2
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}"
|
||||
|
|
Loading…
Reference in a new issue