From d48d9aed3da33cbbd70f0eaf2c752490d8b72ee5 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 18 Mar 2025 22:02:15 +0100 Subject: [PATCH] Bump version to 1.5.0 --- 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 8d03509..6e06388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.5.0 (2025-03-18) + +* Add restore token support for the remote desktop portal +* Update dependencies + ## 1.4.8 (2024-09-01) * Update dependencies diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index 116e8d6..f8affb0 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -23,6 +23,14 @@ Unrud + + +
    +
  • Add restore token support for the remote desktop portal
  • +
  • Update dependencies
  • +
+
+
    @@ -343,16 +351,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.0/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.0/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.0/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.8/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.5.0/screenshots/4.png diff --git a/main.go b/main.go index 3d05c7e..a70e488 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.8" + version string = "1.5.0" prettyAppName string = "Remote Touchpad" )