From f6db7c0c08f8865fd1830b9b07441e75e698a8ca Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 30 Sep 2018 00:26:34 +0200 Subject: [PATCH] bump version to 0.0.9 --- CHANGELOG.md | 4 ++++ desktop/remote-touchpad.appdata.xml | 14 +++++++++++--- main.go | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d703f..1f94b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.9 (2018-09-29) + + * add multimedia keys + ## 0.0.8 (2018-09-07) * enable pointer movement after timeout diff --git a/desktop/remote-touchpad.appdata.xml b/desktop/remote-touchpad.appdata.xml index 231e979..6488c36 100644 --- a/desktop/remote-touchpad.appdata.xml +++ b/desktop/remote-touchpad.appdata.xml @@ -18,6 +18,11 @@ https://github.com/Unrud/remote-touchpad Unrud + +​
    +
  • add multimedia keys
  • +
+
  • enable pointer movement after timeout
  • @@ -67,13 +72,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/3.png + + + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/4.png diff --git a/main.go b/main.go index b77fca6..04e441b 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.8" + version string = "0.0.9" ) func processCommand(plugin Plugin, command string) error {