From 820149a140bbf1d1c3d6befcf44c45c7ef7751c7 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 7 Sep 2018 09:29:19 +0200 Subject: [PATCH] bump version to 0.0.8 --- CHANGELOG.md | 4 ++++ desktop/remote-touchpad.appdata.xml | 11 ++++++++--- main.go | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6812b..31d703f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.8 (2018-09-07) + + * enable pointer movement after timeout + ## 0.0.7 (2018-09-04) * use custom font for icons diff --git a/desktop/remote-touchpad.appdata.xml b/desktop/remote-touchpad.appdata.xml index 5fe9e0f..231e979 100644 --- a/desktop/remote-touchpad.appdata.xml +++ b/desktop/remote-touchpad.appdata.xml @@ -18,6 +18,11 @@ https://github.com/Unrud/remote-touchpad Unrud + +​
    +
  • enable pointer movement after timeout
  • +
+
  • use custom font for icons
  • @@ -62,13 +67,13 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/3.png diff --git a/main.go b/main.go index b98db96..5b37a91 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.7" + version string = "0.0.8" ) func processCommand(plugin Plugin, command string) error {