Skip to content

Commit

Permalink
update changelog / update version
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <[email protected]>
  • Loading branch information
David-Development committed Apr 16, 2023
1 parent ae20076 commit d779fe7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
0.9.9.79
---------------------

- Internal dependency updates
- Fix crash related when trying to move a feed (thanks to
@Unpublished) [!1187](https://github.com/nextcloud/news-android/pull/1187)
- Prevent podcast view from showing up on every app start (thanks to
@Unpublished) [!1184](https://github.com/nextcloud/news-android/pull/1184)
- Allow selecting feed URL in options dialog (thanks to
@Unpublished) [!1171](https://github.com/nextcloud/news-android/pull/1171/)

0.9.9.78
---------------------
- Fix broken Notifications on Android 13 [!1134](https://github.com/nextcloud/news-android/pull/1134/) (thanks to @Unpublished)

- Fix broken Notifications on Android
13 [!1134](https://github.com/nextcloud/news-android/pull/1134/) (thanks to @Unpublished)

0.9.9.77
---------------------
- Fix incorrect height of listview rows [#1111](https://github.com/nextcloud/news-android/issues/1111)
- Switched from Universal-Image-Loader to Glide as image loading library [!1115](https://github.com/nextcloud/news-android/pull/1115)

- Fix incorrect height of listview
rows [#1111](https://github.com/nextcloud/news-android/issues/1111)
- Switched from Universal-Image-Loader to Glide as image loading
library [!1115](https://github.com/nextcloud/news-android/pull/1115)
- Added support for SVG favicons
- Added support for external media players [!1130](https://github.com/nextcloud/news-android/pull/1130) (thanks to @JFronny)

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 182
versionName "0.9.9.78"
versionCode 183
versionName "0.9.9.79"
}

buildFeatures {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/183.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Internal dependency updates
- Fix crash related when trying to move a feed (thanks to @Unpublished)
- Prevent podcast view from showing up on every app start (thanks to @Unpublished)
- Allow selecting feed URL in options dialog (thanks to @Unpublished)
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/183.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Internal dependency updates
- Fix crash related when trying to move a feed (thanks to @Unpublished)
- Prevent podcast view from showing up on every app start (thanks to @Unpublished)
- Allow selecting feed URL in options dialog (thanks to @Unpublished)

0 comments on commit d779fe7

Please sign in to comment.