From 82f62b7edbacfa3434b3e4dae37419558d12e59f Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 6 Jun 2021 01:04:02 +0200 Subject: [PATCH] Bump version to 1.0.2 --- CHANGELOG.md | 16 ++++++++++++++++ .../com.github.unrud.RemoteTouchpad.appdata.xml | 16 ++++++++++++---- main.go | 2 +- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d18618..d71cf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.0.2 (2021-06-05) + +* New logo +* Update dependencies + +## 1.0.1 (2020-09-13) + +* Update dependencies + +## 1.0.0 (2020-08-26) + +* Add super and browser back and forward keys +* Reduce minimum size of textarea +* Small UI improvements +* Remove obsolete command line arguments + ## 0.0.18 (2020-05-16) * Fix error messages for TLS certificate and private key files diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index cf0b0bf..2656552 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml @@ -19,6 +19,14 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • New logo
  • +
  • Update dependencies
  • +
+
+
    @@ -176,16 +184,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/4.png diff --git a/main.go b/main.go index 1e22bf6..98467f2 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "1.0.1" + version string = "1.0.2" pretty_app_name string = "Remote Touchpad" )