diff --git a/CHANGELOG b/CHANGELOG index a185dd081..4eb8700a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 0ab84e2d2..75bb22dea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -193,7 +193,7 @@ def buildNumber = System.getenv('TRAVIS_BUILD_NUMBER') ?: "dev" ext { versionMajor = 3 versionMinor = 0 - versionPatch = 4 + versionPatch = 5 } private String generateVersionName() { diff --git a/app/src/kiwix/play/listings/en-US/full-description.txt b/app/src/kiwix/play/listings/en-US/full-description.txt index e54c7c8e6..063e23fef 100644 --- a/app/src/kiwix/play/listings/en-US/full-description.txt +++ b/app/src/kiwix/play/listings/en-US/full-description.txt @@ -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). \ No newline at end of file +Note: Kiwix is also available on regular computers (Windows, Mac, Linux). diff --git a/app/src/kiwix/play/release-notes/en-US/default.txt b/app/src/kiwix/play/release-notes/en-US/default.txt index 0d134254f..e5b649d2b 100644 --- a/app/src/kiwix/play/release-notes/en-US/default.txt +++ b/app/src/kiwix/play/release-notes/en-US/default.txt @@ -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