diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb7a16..f76348a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.2 (2023-05-20) + +* Fix Windows support + ## 1.4.1 (2023-05-11) * uinput: Fix vertical scroll direction diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index d0d4401..977625b 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -19,6 +19,13 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Fix Windows support
  • +
+
+
    @@ -285,16 +292,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.2/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.2/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.2/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.2/screenshots/4.png diff --git a/main.go b/main.go index d0ea1be..7a387a4 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.1" + version string = "1.4.2" prettyAppName string = "Remote Touchpad" )