mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Merge pull request #1536 from kiwix/release/3.0.4
Release/3.0.4 to Develop
This commit is contained in:
commit
6d7368b752
@ -1,3 +1,9 @@
|
||||
3.0.4
|
||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||
BUGFIX: Some unstable zim files were crashing when opened
|
||||
BUGFIX: Long titles were rendering off screen on home page
|
||||
BUGFIX: Issues when opening a file externally
|
||||
|
||||
3.0.0
|
||||
NEW: Androidx support
|
||||
NEW: In app error reporting
|
||||
|
@ -193,7 +193,7 @@ def buildNumber = System.getenv('TRAVIS_BUILD_NUMBER') ?: "dev"
|
||||
ext {
|
||||
versionMajor = 3
|
||||
versionMinor = 0
|
||||
versionPatch = 3
|
||||
versionPatch = 4
|
||||
}
|
||||
|
||||
private String generateVersionName() {
|
||||
|
@ -1,13 +1,4 @@
|
||||
NEW: Androidx support
|
||||
NEW: In app error reporting
|
||||
NEW: Improved bookmarks
|
||||
NEW: Help screen
|
||||
NEW: Home page
|
||||
NEW: Zim history
|
||||
NEW: Introductory screen
|
||||
NEW: Improved language selection
|
||||
NEW: Add note to articles
|
||||
NEW: Tabs
|
||||
NEW: Share zim files to other Kiwix users
|
||||
NEW: Host zim files on your phone
|
||||
+ Bugfixes & Lots More
|
||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||
BUGFIX: Some unstable zim files were crashing when opened
|
||||
BUGFIX: Long titles were rendering off screen on home page
|
||||
BUGFIX: Issues when opening a file externally
|
||||
|
Loading…
x
Reference in New Issue
Block a user