From b96944d4d603d83f7a27f6817efb8aa91f798a0d Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 24 Sep 2022 02:15:04 +0200 Subject: [PATCH] Bump version to 1.2.2 --- CHANGELOG.md | 5 +++++ .../com.github.unrud.RemoteTouchpad.metainfo.xml | 16 ++++++++++++---- main.go | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d62a77..d42f03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.2 (2022-09-23) + +* Update dependencies +* Fix race in RemoteDesktop portal controller + ## 1.2.1 (2022-06-20) * Update dependencies diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index abc4220..87ba074 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -19,6 +19,14 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Update dependencies
  • +
  • Fix race in RemoteDesktop portal controller
  • +
+
+
    @@ -242,16 +250,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.2/screenshots/4.png diff --git a/main.go b/main.go index 7108e82..5a7e7a0 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.1" + version string = "1.2.2" prettyAppName string = "Remote Touchpad" )