diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
index ea9957d..c5d9de2 100644
--- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
+++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
@@ -19,6 +19,16 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+
+ - Add super and browser back and forward keys
+ - Reduce minimum size of textarea
+ - Small UI improvements
+ - Remove obsolete command line arguments
+
+
+
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.18/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/4.png
diff --git a/main.go b/main.go
index 23abe1e..27ff453 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.18"
+ version string = "1.0.0"
pretty_app_name string = "Remote Touchpad"
)