diff --git a/CHANGELOG.md b/CHANGELOG.md
index d52ac42..632a0bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.0.12 (2018-12-08)
+
+ * fix the browser Forward button
+
## 0.0.11 (2018-10-20)
* rename plugin to backend
diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
index b51b1dd..ea9fe5f 100644
--- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
+++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
@@ -19,34 +19,39 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+ - fix the browser Forward button
+
+
-
+
- rename plugin to backend
- update flatpak
-
+
- avoid race condition when typing on X11
-
-
+
- enable pointer movement after timeout
-
+
- use custom font for icons
-
+
- use colors in terminal for QR qode
- remove -invert command line argument
- mitigate race condition when typing text on X11
@@ -55,7 +60,7 @@
-
+
- remove mouse polling interval
- add support for "pixel-perfect" scrolling
- add experimental support for Flatpak's RemoteDesktop portal
@@ -64,36 +69,36 @@
-
+
- add setting for mouse polling interval
-
-
+
- add reload button to disconnected-page
- initial release
+ initial release
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.11/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/4.png
diff --git a/main.go b/main.go
index e6ed7ae..6fdb326 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.11"
+ version string = "0.0.12"
)
func processCommand(backend Backend, command string) error {