From 057342bbadb31f01218efb8f4177a167434f5fd9 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 4 Sep 2018 03:39:12 +0200 Subject: [PATCH] bump version to 0.0.7 --- CHANGELOG.md | 4 ++++ desktop/remote-touchpad.appdata.xml | 11 ++++++++--- main.go | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c354d..2b6812b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.7 (2018-09-04) + + * use custom font for icons + ## 0.0.6 (2018-08-23) * use colors in terminal for QR qode diff --git a/desktop/remote-touchpad.appdata.xml b/desktop/remote-touchpad.appdata.xml index 53cf563..5fe9e0f 100644 --- a/desktop/remote-touchpad.appdata.xml +++ b/desktop/remote-touchpad.appdata.xml @@ -18,6 +18,11 @@ https://github.com/Unrud/remote-touchpad Unrud + +​
    +
  • use custom font for icons
  • +
+
  • use colors in terminal for QR qode
  • @@ -57,13 +62,13 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.6/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.6/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.6/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.7/screenshots/3.png diff --git a/main.go b/main.go index fa6d188..b98db96 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "0.0.6" + version string = "0.0.7" ) func processCommand(plugin Plugin, command string) error {