Compare commits

..

No commits in common. "7c0a53ef94ac330b4c71c0c5f48f9f4e53db4c67" and "b5812c001daeeaff1f259031661e47f3a612220c" have entirely different histories.

4 changed files with 5 additions and 11 deletions

View file

@ -2,12 +2,6 @@
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
@ -24,7 +18,7 @@ Notable changes to dotool will be documented in this file.
### Fixed ### Fixed
- Now prefers the fewest modifiers for simulating keys. (UPDATE: see 1.5) - Now prefers the fewest modifiers for simulating keys.
## [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.5)}" : "${DOTOOL_VERSION=$(git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 1.4)}"
: "${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}"

2
go.mod
View file

@ -4,5 +4,5 @@ go 1.19
require ( require (
git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c
github.com/bendahl/uinput v1.7.0 github.com/bendahl/uinput v1.6.2
) )

4
go.sum
View file

@ -1,4 +1,4 @@
git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c h1:gIC1gnCgoasPHks1x6MB+bgDmIWMxKc5HIJPJrsV5Ck= git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c h1:gIC1gnCgoasPHks1x6MB+bgDmIWMxKc5HIJPJrsV5Ck=
git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c/go.mod h1:S6h1g8P7DyG7i7YIHZ5IpYbC6lzZB9DYIEl8PyXOmsg= git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c/go.mod h1:S6h1g8P7DyG7i7YIHZ5IpYbC6lzZB9DYIEl8PyXOmsg=
github.com/bendahl/uinput v1.7.0 h1:nA4fm8Wu8UYNOPykIZm66nkWEyvxzfmJ8YC02PM40jg= github.com/bendahl/uinput v1.6.2 h1:tIz52QyKDx1i1nObUkts3AZa/bULfLhPA5a+xKGlRPI=
github.com/bendahl/uinput v1.7.0/go.mod h1:Np7w3DINc9wB83p12fTAM3DPPhFnAKP0WTXRqCQJ6Z8= github.com/bendahl/uinput v1.6.2/go.mod h1:Np7w3DINc9wB83p12fTAM3DPPhFnAKP0WTXRqCQJ6Z8=