diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e45ce..cfdc6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.17 (2020-02-20) + + * Minor HTML improvements + ## 0.0.16 (2020-02-17) * Fix textarea on WebKit diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index 00742a6..a71f5d1 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 + + +
    +
  • Minor HTML improvements
  • +
+
+
    @@ -145,16 +152,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.17/screenshots/4.png diff --git a/main.go b/main.go index b8d63e1..e537554 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.16" + version string = "0.0.17" pretty_app_name string = "Remote Touchpad" )