Skip to content

Commit

Permalink
Merge pull request #3630 from kiwix/release-3.9.1
Browse files Browse the repository at this point in the history
Release 3.9.1
  • Loading branch information
kelson42 authored Dec 25, 2023
2 parents 3c17704 + 0258c09 commit 352449f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.9.1
Bug Fixes:
* Better permission requesting (https://github.com/kiwix/kiwix-android/pull/3618)
* Better trigger Error reporting activity by crash (https://github.com/kiwix/kiwix-android/pull/3621)
* Slightly improved (to avoid redundancies) CI GitHub Action (https://github.com/kiwix/kiwix-android/pull/3616)
* Remove latencies while typing to get article suggestions (https://github.com/kiwix/kiwix-android/pull/3612)

3.9.0
New Features:
* Added a start-up message to inform users about restrictions on sideloading ZIM files in the Google Store app. (https://github.com/kiwix/kiwix-android/pull/3583)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ object Config {
// Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 9 // Minor version component of the app's version name and version code.
const val versionPatch = 0 // Patch version component of the app's version name and version code.
const val versionPatch = 1 // Patch version component of the app's version name and version code.
}

0 comments on commit 352449f

Please sign in to comment.