diff --git a/CHANGELOG.md b/CHANGELOG.md index c15b0f6..f83fcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.4.4 (2024-01-23) + +* Fix Xwayland detection on newer servers +* Fix support for the KDE remote desktop portal +* Set correct minimum version for Go +* Update dependencies + ## 1.4.3 (2023-10-03) * Update dependencies diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index 90ed9f3..f684a9b 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -19,6 +19,16 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Fix Xwayland detection on newer servers
  • +
  • Fix support for the KDE remote desktop portal
  • +
  • Set correct minimum version for Go
  • +
  • Update dependencies
  • +
+
+
    @@ -299,16 +309,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.3/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.4/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.3/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.4/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.3/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.4/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.3/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.4/screenshots/4.png diff --git a/main.go b/main.go index de2bcd1..a56a52b 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.3" + version string = "1.4.4" prettyAppName string = "Remote Touchpad" )