Skip to content

Commit

Permalink
update to 0.9.9.68
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Dec 30, 2021
1 parent 3a1a118 commit 3bc696a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.9.9.68 (Beta)
---------------------
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1012">#1012 Loadingbar is visible even though page is done loading</a>
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1029">#1029 Unread list does not actualize after manual update (Only when using legacy login)</a>
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1046">#1046 "No notification" setting still generates notifications in separate notification channel</a>
- Fixed - Fix missing images if webview has been restored (e.g. after app has been in background)
- Fixed - News App is broken after restoring it from a backup (when using SSO)


0.9.9.67 (Beta)
---------------------
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1044">#1044 Colors/Theme sometimes not applied</a>
Expand Down
4 changes: 2 additions & 2 deletions News-Android-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {

vectorDrawables.useSupportLibrary = true

versionCode 170
versionName "0.9.9.67"
versionCode 171
versionName "0.9.9.68"
}

buildFeatures {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/171.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fixed - #1012 Loadingbar is visible even though page is done loading
- Fixed - #1029 Unread list does not actualize after manual update (Only when using legacy login)
- Fixed - #1046 "No notification" setting still generates notifications in separate notification channel
- Fixed - Fix missing images if webview has been restored (e.g. after app has been in background)
- Fixed - News App is broken after restoring it from a backup (when using SSO)
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/171.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fixed - #1012 Loadingbar is visible even though page is done loading
- Fixed - #1029 Unread list does not actualize after manual update (Only when using legacy login)
- Fixed - #1046 "No notification" setting still generates notifications in separate notification channel
- Fixed - Fix missing images if webview has been restored (e.g. after app has been in background)
- Fixed - News App is broken after restoring it from a backup (when using SSO)

0 comments on commit 3bc696a

Please sign in to comment.