Update to 3.0.5

This commit is contained in:
Sean Mac Gillicuddy 2019-10-29 10:36:25 +00:00
parent 8cc863de76
commit a840e9527b
4 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,7 @@
3.0.5
BUGFIX: Some zim files could not be downloaded due to missing metadata
BUGFIX: Some mirrors were not allowed to download via http
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

View File

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

View File

@ -1,7 +1,7 @@
The whole of Wikipedia on your device!
The app is a lightweight piece of software reading bigger files stored on your device or SD card: once it is installed, you can select which additional content you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready for when your internet connexion is bad (or need to be in airplane mode)!
The app is a lightweight piece of software reading bigger files stored on your device or SD card: once it is installed, you can select which additional content you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready for when your internet connection is bad (or need to be in airplane mode)!
Please read the instructions inside the App or on the website (www.kiwix.org) to learn about the various contents that are available for download.
Note: Kiwix is also available on regular computers (Windows, Mac, Linux).
Note: Kiwix is also available on regular computers (Windows, Mac, Linux).

View File

@ -1,4 +1,2 @@
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
BUGFIX: Some zim files could not be downloaded due to missing metadata
BUGFIX: Some mirrors were not allowed to download via http