diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62ae336..19e45ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.0.16 (2020-02-17)
+
+ * Fix textarea on WebKit
+
## 0.0.15 (2019-11-03)
* Prefer IPv4 addresses
diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
index c8af372..0cda140 100644
--- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
+++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
@@ -19,6 +19,13 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+
+ - Fix textarea on WebKit
+
+
+
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.16/screenshots/4.png
diff --git a/main.go b/main.go
index 8026fd7..b8d63e1 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.15"
+ version string = "0.0.16"
pretty_app_name string = "Remote Touchpad"
)