diff --git a/.gitattributes b/.gitattributes
index 8c1502e..5365927 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
-scrcpy-server-v1.14 filter=lfs diff=lfs merge=lfs -text
+scrcpy-server-v1.16 filter=lfs diff=lfs merge=lfs -text
diff --git a/_service b/_service
index c56e569..7bbf465 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
@PARENT_TAG@
v(.*)
enable
- release
+ v1.16
*.tar
diff --git a/_servicedata b/_servicedata
index 4ac12de..7894011 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/Genymobile/scrcpy.git
- 8b73c90427e5f31d031357c2b319512b57ef78f5
\ No newline at end of file
+ d7779d08e8f9004ec44197cd8eb7fdec0e1d4dd1
\ No newline at end of file
diff --git a/scrcpy-1.14.tar.xz b/scrcpy-1.14.tar.xz
deleted file mode 100644
index 4fdfc54..0000000
--- a/scrcpy-1.14.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b0c02ef8b6797c83aa64b88ddf4aabecec1c596232ce16bc637ad30a21d02580
-size 210188
diff --git a/scrcpy-1.16.tar.xz b/scrcpy-1.16.tar.xz
new file mode 100644
index 0000000..c884eaa
--- /dev/null
+++ b/scrcpy-1.16.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9acfd5404834ddeed6cb846372a60dcc77b4c25f7fdb74510ba5ba34d0665bab
+size 219776
diff --git a/scrcpy-server-v1.14 b/scrcpy-server-v1.14
deleted file mode 100644
index 0818c72..0000000
--- a/scrcpy-server-v1.14
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1d1b18a2b80e956771fd63b99b414d2d028713a8f12ddfa5a369709ad4295620
-size 33142
diff --git a/scrcpy-server-v1.16 b/scrcpy-server-v1.16
new file mode 100644
index 0000000..7bfa3f7
--- /dev/null
+++ b/scrcpy-server-v1.16
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:94a79e05b4498d0460ab7bd9d12cbf05156e3a47bf0c5d1420cee1d4493b3832
+size 33622
diff --git a/scrcpy.changes b/scrcpy.changes
index 4e14401..7cbe45e 100644
--- a/scrcpy.changes
+++ b/scrcpy.changes
@@ -1,3 +1,79 @@
+-------------------------------------------------------------------
+Sat Aug 15 12:50:10 UTC 2020 - dmueller@suse.com
+
+- Update to version 1.16:
+ * Bump version to 1.16
+ * Add pinch-to-zoom simulation
+ * Add reference of the translations in README
+ * Add Traditional Chinese translation for README
+ * Fix clipboard paste condition
+ * Revert "Inject WAKEUP instead of POWER"
+ * Fix missing change of Ctrl key in README
+ * Add packaging status
+ * Update links to v1.15.1 in README and BUILD
+ * Bump version to 1.15.1
+ * Fix uninitialized repeat count in key events
+ * Update links to v1.15 in README and BUILD
+ * Bump version to 1.15
+ * Upgrade FFmpeg (4.3.1) for Windows
+ * Upgrade platform-tools (30.0.4) for Windows
+ * Keep the screen off on powering on
+ * Add --no-key-repeat cli option
+ * Pass full options struct to static functions
+ * Copy the options used in input manager init
+ * Mention that MENU unlocks screen
+ * Use HTML tag for keys
+ * Mention in README that Ctrl is forwarded
+ * Update copy-paste section in README
+ * Swap paste shortcuts
+ * Add shortcuts for COPY and CUT
+ * Change "resize to fit" shortcut to MOD+w
+ * Remove "get clipboard" call
+ * Set computer clipboard only if necessary
+ * Set device clipboard only if necessary
+ * Synchronize clipboard on Ctrl+v
+ * Forward Shift to the device
+ * Forward Ctrl to the device
+ * Ignore text events for shortcuts
+ * Accept Super as shortcut modifier
+ * Customize shortcut modifier
+ * Use Ctrl for all shortcuts
+ * Make expression order consistent
+ * Simplify PASTE option for "set clipboard"
+ * Declare main() with argc/argv params in tests
+ * Inject WAKEUP instead of POWER
+ * Restore power mode to normal on cleanup
+ * Warn on ignored touch event
+ * Send touch event without pressure on button up
+ * Update BUILD.md
+ * Fix constants name in comment
+ * Make setScreenPowerMode() method static
+ * Do not crash on missing clipboard manager
+ * README: Add Fedora install instructions
+ * Fix touch events HiDPI-scaling
+ * Improve linguistic
+ * Handle repeating keycodes
+ * Make scrcpy.h independant of other headers
+ * Remove fprintf() call in tests
+ * Add option for disabling screensaver
+ * Fix typo in README.md
+ * Make message buffer static
+ * Increase clipboard size from 4k to 256k
+ * Fix receiver on partial device messages
+ * Serialize text size on 4 bytes
+ * Rename MSG_SERIALIZED_MAX_SIZE to MSG_MAX_SIZE
+ * Add unit test for big clipboard device message
+ * Rename test names from "event" to "msg"
+ * Avoid additional copy on Java text parsing
+ * Reorganize message size constants
+ * Mention sndcpy
+ * Add missing file in build_without_gradle.sh
+ * Configure log level for application only
+ * Fix incorrect log return value
+ * Git-ignore release directories
+ * Avoid repetition for some shortcuts
+ * Mention stay awake limitation
+
-------------------------------------------------------------------
Tue Jun 02 15:55:49 UTC 2020 - pousaduarte@gmail.com
diff --git a/scrcpy.spec b/scrcpy.spec
index 3190b01..7ff2ade 100644
--- a/scrcpy.spec
+++ b/scrcpy.spec
@@ -17,7 +17,7 @@
Name: scrcpy
-Version: 1.14
+Version: 1.16
Release: 0
Summary: Display and control your Android device
License: Apache-2.0