M CHANGELOG.md +6 -2
@@ 13,13 13,17 @@ and this project adheres to [Semantic Ve
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
-## [0.3.0]
+## [0.4.0]
### Added
- Implements BEEP support
-## [0.2.0] 2021-08-20
+### Changed
+
+- PRs fixing robotgo have been merged, so the import rewrite has been reverted
+
+## [0.3.0] 2021-08-20
### Added
M README.md +1 -2
@@ 2,6 2,7 @@ Quasiauto
=========
[![Build status](https://builds.sr.ht/~ser/quasiauto/.build.yml.svg)](https://builds.sr.ht/~ser/quasiauto/.build.yml?)
+[File a bug here](https://todo.sr.ht/~ser/quasiauto)
Quasiauto performs autotyping and interactive autotyping for [kpmenu](https://github.com/AlessioDP/kpmenu). It's meant to do three things:
@@ 16,8 17,6 @@ Security
Ignoring the dependencies for Xorg interaction (robotgo), there is (relatively) little code and should be easy to audit, even for non-programmers. In particular, no network calls are made and this program should run when network jailed.
-robotgo is currently forked until https://github.com/go-vgo/robotgo/issues/258 is addressed.
-
Installation
============
M go.mod +1 -3
@@ 4,8 4,6 @@ go 1.16
require (
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1 // indirect
- github.com/go-vgo/robotgo v0.99.1
+ github.com/go-vgo/robotgo v0.99.2
github.com/stretchr/testify v1.7.0 // indirect
)
-
-replace github.com/go-vgo/robotgo v0.99.1 => github.com/xxxserxxx/robotgo v0.0.0-20210819184435-3f2f186d5669
M go.sum +2 -0
@@ 15,6 15,8 @@ github.com/go-vgo/robotgo v0.99.0 h1:Lp6
github.com/go-vgo/robotgo v0.99.0/go.mod h1:0+i2QWRmZtbIF02RwmiGfFj33Judprukd8ls5J6Eajg=
github.com/go-vgo/robotgo v0.99.1 h1:bjw/ta8ejS9fxS+PSxAu7PNoSrvpeB0/FbDh+FX9Tdo=
github.com/go-vgo/robotgo v0.99.1/go.mod h1:0+i2QWRmZtbIF02RwmiGfFj33Judprukd8ls5J6Eajg=
+github.com/go-vgo/robotgo v0.99.2 h1:5Q1s0EIAb4y76U07Z6xOIKaTP8V37hIx3MW4FZVz2IQ=
+github.com/go-vgo/robotgo v0.99.2/go.mod h1:0+i2QWRmZtbIF02RwmiGfFj33Judprukd8ls5J6Eajg=
github.com/godbus/dbus/v5 v5.0.3 h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c h1:16eHWuMGvCjSfgRJKqIzapE78onvvTbdi1rMkU00lZw=