From 9abdb391e43cee791ece030f293c1f96f139dc0a Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 18 Dec 2024 15:05:09 +0530 Subject: [PATCH 1/2] Updated the CHANGELOG file to show changes made in milestone `.3.13.0`. --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8af208395..c2404f87b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +3.13.0 +Bug Fixed: +* ZIM files were not appearing on the "Library" screen after updating to version `3.12.0`. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4134) +* Application crashes when adding bookmarks. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4129) +* Application crashes when canceling the downloads. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4126) +* Application crashes when moving file to kiwix's public directory. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4124) +* Downloading large files always shows "In Progress", and seems it is not starting for large files. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4118) +* Hiding the virtual keyboard reset the search (in online library). (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4117) +* Improved the display of external link warning. (@viditpawar0 https://github.com/kiwix/kiwix-android/pull/4133) +* Moved all file-related operations to the IO thread (@MohitMaliFtechiz , @CalebKL https://github.com/kiwix/kiwix-android/pull/4103, https://github.com/kiwix/kiwix-android/pull/4119, https://github.com/kiwix/kiwix-android/pull/4061) +* Various improvements to the downloading functionality. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4130) + 3.12.0 New Features: * Support for Android 14. From 65ecea353ecdc29b1b164ac99daa4f830d68e2ff Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 18 Dec 2024 15:24:26 +0530 Subject: [PATCH 2/2] Added remaining changes in CHANGELOG file. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c2404f87b..72672c77b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,9 @@ Bug Fixed: * Moved all file-related operations to the IO thread (@MohitMaliFtechiz , @CalebKL https://github.com/kiwix/kiwix-android/pull/4103, https://github.com/kiwix/kiwix-android/pull/4119, https://github.com/kiwix/kiwix-android/pull/4061) * Various improvements to the downloading functionality. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4130) +Compilation/CI/CD: +* Uploading `release` APK in Github release instead of `standalone` APK. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4115) + 3.12.0 New Features: * Support for Android 14.