From 7c0d47539403bdf9dba26be79f165f056e58db93 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 17 May 2020 03:12:19 +0200 Subject: [PATCH] Bump version to 0.0.18 --- CHANGELOG.md | 4 ++++ .../com.github.unrud.RemoteTouchpad.appdata.xml | 15 +++++++++++---- main.go | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdc6d6..081a947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.18 (2020-05-16) + + * Fix error messages for TLS certificate and private key files + ## 0.0.17 (2020-02-20) * Minor HTML improvements diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index a71f5d1..87218c8 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml @@ -19,6 +19,13 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Fix error messages for TLS certificate and private key files
  • +
+
+
    @@ -152,16 +159,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/4.png diff --git a/main.go b/main.go index b95a179..5475122 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.17" + version string = "0.0.18" pretty_app_name string = "Remote Touchpad" )