From 3a18fb389f012348c460e30d513e5ba8cf7e8963 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 9 May 2024 21:20:44 +0530 Subject: [PATCH] Updated the CHANGELOG file for version `3.10.1`. * We have fixed some issues in this milestone which should be mentioned in the CHANGELOG file so we have added them in CHANGELOG file. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1fa4c32255..85c7ca1309 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,9 @@ Bug Fixed: * Error on opening a split zim file. (https://github.com/kiwix/kiwix-android/pull/3803) * Sometimes setting the org.kiwix.libzim.Archive.setNativeArchive crashes the application. (https://github.com/kiwix/kiwix-android/pull/3807) +* Zim files are not opening with Kiwix when clicking on zim files in the storage. (https://github.com/kiwix/kiwix-android/pull/3834) * Main page is not loading for zim files. (https://github.com/kiwix/kiwix-android/pull/3817) -* Fixed some issues reported by the playStore. (https://github.com/kiwix/kiwix-android/pull/3815, https://github.com/kiwix/kiwix-android/pull/3818, https://github.com/kiwix/kiwix-android/pull/3814, https://github.com/kiwix/kiwix-android/pull/3823) +* Fixed some issues reported by the playStore. (https://github.com/kiwix/kiwix-android/pull/3815, https://github.com/kiwix/kiwix-android/pull/3818, https://github.com/kiwix/kiwix-android/pull/3814, https://github.com/kiwix/kiwix-android/pull/3823, https://github.com/kiwix/kiwix-android/pull/3824) * The Delete icon is showing wrong content description on the notes and history screen. (https://github.com/kiwix/kiwix-android/pull/3826) Compilation/CI/CD: