From 3e6bfa47896c65b370a2e02bc901401cb76d23d6 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 17 Oct 2023 14:10:38 +0200 Subject: [PATCH] Android: update ChangeLog --- android/ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/android/ChangeLog.md b/android/ChangeLog.md index 6e80a185..41814cee 100644 --- a/android/ChangeLog.md +++ b/android/ChangeLog.md @@ -1,5 +1,15 @@ # Version 2.1.x: +## 2.1.4 + +### 🛠 Fixes + +* Fixed one rare crash in native code. +* Refactored VncCanvasActivity coupling with other components. +* Fixed server discovery Toast messages wrongly showing when main menu activity was in background. +* Fixed notification permission handling on Android 13+. +* Fixed crash in foreground service showing active connections. + ## 2.1.3 ### 🛠 Fixes