diff --git a/CHANGELOG.md b/CHANGELOG.md index 9172f94..bc0a1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.7 (2024-08-30) + +* Update dependencies + ## 1.4.6 (2024-02-06) * Prevent incorrect MIME types diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index 1d672a7..4618317 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -23,6 +23,13 @@ Unrud + + +
    +
  • Update dependencies
  • +
+
+
    @@ -329,16 +336,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.7/screenshots/4.png diff --git a/main.go b/main.go index 15195d6..0e24287 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "1.4.6" + version string = "1.4.7" prettyAppName string = "Remote Touchpad" )