From 1803577892483f0b19f8555b27feed0d502a25c0 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 11 May 2023 23:03:46 +0200 Subject: [PATCH] Bump version to 1.4.1 --- 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 d8545b9..8eb7a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.4.1 (2023-05-11) + +* uinput: Fix vertical scroll direction +* Update dependencies + ## 1.4.0 (2023-04-25) * Add feedback to buttons diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index f2ecdfa..d0d4401 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 + + +
    +
  • uinput: Fix vertical scroll direction
  • +
  • Update dependencies
  • +
+
+
    @@ -277,16 +285,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.0/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.0/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.0/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.0/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.1/screenshots/4.png diff --git a/main.go b/main.go index c37da32..d0ea1be 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.0" + version string = "1.4.1" prettyAppName string = "Remote Touchpad" )