From 8e94866d923567e2bcad320d3afe2cba4eb80a0f Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 17 Feb 2020 18:02:01 +0100 Subject: [PATCH] Bump version to 0.0.16 --- 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 62ae336..19e45ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.16 (2020-02-17) + + * Fix textarea on WebKit + ## 0.0.15 (2019-11-03) * Prefer IPv4 addresses diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index c8af372..0cda140 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 textarea on WebKit
  • +
+
+
    @@ -138,16 +145,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/4.png diff --git a/main.go b/main.go index 8026fd7..b8d63e1 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.15" + version string = "0.0.16" pretty_app_name string = "Remote Touchpad" )