From c4dbb6bb9cb63c9b61a7017ecbd9002fb2aae27a Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 7 Jun 2024 16:52:01 +0530 Subject: [PATCH] Added last bug fix in CHANGELOG file. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 7c0911e14..c12d46a60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ Bug Fixed: * Fullscreen mode is broken. (https://github.com/kiwix/kiwix-android/pull/3853) * Unable to exit the application when pressing the back button while reading the ZIM file. (https://github.com/kiwix/kiwix-android/issues/3854) * Saving Notes, History, and Recent searches in room database. (https://github.com/kiwix/kiwix-android/pull/3859, https://github.com/kiwix/kiwix-android/pull/3858, https://github.com/kiwix/kiwix-android/pull/3863) +* Long clicking on Download button in epub ZIM files shows the "Open in new tab" dialog which leads to a blank page. (https://github.com/kiwix/kiwix-android/pull/3870) Compilation/CI/CD: * Using libkiwix `2.2.0`. (https://github.com/kiwix/kiwix-android/pull/3867)