diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dd798b9..d7be6e621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index de64c3ba9..d085c0fc7 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -27,8 +27,8 @@ android { vectorDrawables.useSupportLibrary = true - versionCode 182 - versionName "0.9.9.78" + versionCode 183 + versionName "0.9.9.79" } buildFeatures { diff --git a/fastlane/metadata/android/de-DE/changelogs/183.txt b/fastlane/metadata/android/de-DE/changelogs/183.txt new file mode 100644 index 000000000..17e712105 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/183.txt @@ -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) \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/183.txt b/fastlane/metadata/android/en-US/changelogs/183.txt new file mode 100644 index 000000000..17e712105 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/183.txt @@ -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) \ No newline at end of file