Merge pull request #1536 from kiwix/release/3.0.4

Release/3.0.4 to Develop
This commit is contained in:
Seán Mac Gillicuddy 2019-09-30 11:59:03 +01:00 committed by GitHub
commit 6d7368b752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 14 deletions

View File

@ -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 3.0.0
NEW: Androidx support NEW: Androidx support
NEW: In app error reporting NEW: In app error reporting

View File

@ -193,7 +193,7 @@ def buildNumber = System.getenv('TRAVIS_BUILD_NUMBER') ?: "dev"
ext { ext {
versionMajor = 3 versionMajor = 3
versionMinor = 0 versionMinor = 0
versionPatch = 3 versionPatch = 4
} }
private String generateVersionName() { private String generateVersionName() {

View File

@ -1,13 +1,4 @@
NEW: Androidx support BUGFIX: Some users language was causing a crash due to unstable ISO codes
NEW: In app error reporting BUGFIX: Some unstable zim files were crashing when opened
NEW: Improved bookmarks BUGFIX: Long titles were rendering off screen on home page
NEW: Help screen BUGFIX: Issues when opening a file externally
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