From 6d68809ccf6b57602ca646dbfcbdd47cb8a0eefc Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 26 Aug 2020 03:30:28 +0200 Subject: [PATCH] Bump version to 1.0.0 --- ...com.github.unrud.RemoteTouchpad.appdata.xml | 18 ++++++++++++++---- main.go | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index ea9957d..c5d9de2 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml @@ -19,6 +19,16 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Add super and browser back and forward keys
  • +
  • Reduce minimum size of textarea
  • +
  • Small UI improvements
  • +
  • Remove obsolete command line arguments
  • +
+
+
    @@ -159,16 +169,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/4.png diff --git a/main.go b/main.go index 23abe1e..27ff453 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.18" + version string = "1.0.0" pretty_app_name string = "Remote Touchpad" )