From 235f6efbac463aa78e775f3d09dd2cfd5132a65f Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 20 Oct 2018 04:25:55 +0200 Subject: [PATCH] bump verstion to 0.0.11 --- CHANGELOG.md | 5 +++++ .../com.github.unrud.RemoteTouchpad.appdata.xml | 14 ++++++++++---- main.go | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad3ace..d52ac42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.0.11 (2018-10-20) + + * rename plugin to backend + * update flatpak + ## 0.0.10 (2018-10-01) * avoid race condition when typing on X11 diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index 273fbd1..b51b1dd 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml @@ -19,6 +19,12 @@ https://github.com/Unrud/remote-touchpad Unrud + +​
    +
  • rename plugin to backend
  • +
  • update flatpak
  • +
+
  • avoid race condition when typing on X11
  • @@ -78,16 +84,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.10/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.10/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.10/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.10/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/4.png diff --git a/main.go b/main.go index 10877e9..e6ed7ae 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "0.0.10" + version string = "0.0.11" ) func processCommand(backend Backend, command string) error {