# HG changeset patch # User Sean E. Russell # Date 1629483973 18000 # Fri Aug 20 13:26:13 2021 -0500 # Node ID cf31a675b782a4b6aa64e2669797c57343497174 # Parent 4240e30e36804c2db8eaf89fbbb1d2f2e2473529 robotgo upstream accepted PRs: removing replacement diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,17 @@ > - **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 diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ========= [![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 @@ 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 ============ diff --git a/go.mod b/go.mod --- a/go.mod +++ b/go.mod @@ -4,8 +4,6 @@ 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 diff --git a/go.sum b/go.sum --- a/go.sum +++ b/go.sum @@ -15,6 +15,8 @@ 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=