diff --git a/CHANGELOG.md b/CHANGELOG.md index d42f03f..1f7f63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.3 (2022-12-29) + +* Improve XWayland detection +* Update dependencies +* Flatpak: Add Wayland socket to disable X11 socket + ## 1.2.2 (2022-09-23) * Update dependencies diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index 87ba074..7096033 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -19,6 +19,15 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Improve XWayland detection
  • +
  • Update dependencies
  • +
  • Flatpak: Add Wayland socket to disable X11 socket
  • +
+
+
    @@ -250,16 +259,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.3/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.3/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.3/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.3/screenshots/4.png diff --git a/main.go b/main.go index 5a7e7a0..295ec5c 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "1.2.2" + version string = "1.2.3" prettyAppName string = "Remote Touchpad" )