Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2022-03-27 19:22:07 +0300
committerDavid Luhmer <david-dev@live.de>2022-03-27 19:22:07 +0300
commit082072ff7c99a609d76df37d943d546142bfc82f (patch)
treece285b13449577d35bfef8a69bf2ecf517f84bf0
parente41e159be51c1b3d1268ae300d5c00d578d91942 (diff)
update to 0.9.9.72v.0.9.9.72
-rw-r--r--CHANGELOG.md9
-rw-r--r--News-Android-App/build.gradle4
-rw-r--r--fastlane/metadata/android/de-DE/changelogs/175.txt5
-rw-r--r--fastlane/metadata/android/en-US/changelogs/175.txt5
4 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b35dd245..579eb24e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+0.9.9.72 (Beta)
+---------------------
+- Added - <a href="https://github.com/nextcloud/news-android/pull/1066">!1066 Support for Folder Management (Rename, Remove, Create) (thanks @proninyaroslav)</a>
+- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1075">#1075 Feed name update not updating in RSS items (thanks @proninyaroslav)</a>
+- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1064">#1064 Add button to exit audio/podcast player once it's open</a>
+- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1048">#1048 Fix broken podcast time scrolling</a>
+- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1053">#1053 Podcast player disappears after rotating device</a>
+
+
0.9.9.71 (Beta)
---------------------
- Added - <a href="https://github.com/nextcloud/news-android/issues/1060">#1060 Always show incognito mode icon if incognito mode is enabled</a>
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 85ac0e24..333458b6 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -27,8 +27,8 @@ android {
vectorDrawables.useSupportLibrary = true
- versionCode 174
- versionName "0.9.9.71"
+ versionCode 175
+ versionName "0.9.9.72"
}
buildFeatures {
diff --git a/fastlane/metadata/android/de-DE/changelogs/175.txt b/fastlane/metadata/android/de-DE/changelogs/175.txt
new file mode 100644
index 00000000..4ad663bd
--- /dev/null
+++ b/fastlane/metadata/android/de-DE/changelogs/175.txt
@@ -0,0 +1,5 @@
+Added - !1066 Support for Folder Management (Rename, Remove, Create) (thanks @proninyaroslav)
+Fixed - #1075 Feed name update not updating in RSS items (thanks @proninyaroslav)
+Fixed - #1064 Add button to exit audio/podcast player once it's open
+Fixed - #1048 Fix broken podcast time scrolling
+Fixed - #1053 Podcast player disappears after rotating device \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/175.txt b/fastlane/metadata/android/en-US/changelogs/175.txt
new file mode 100644
index 00000000..4ad663bd
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/175.txt
@@ -0,0 +1,5 @@
+Added - !1066 Support for Folder Management (Rename, Remove, Create) (thanks @proninyaroslav)
+Fixed - #1075 Feed name update not updating in RSS items (thanks @proninyaroslav)
+Fixed - #1064 Add button to exit audio/podcast player once it's open
+Fixed - #1048 Fix broken podcast time scrolling
+Fixed - #1053 Podcast player disappears after rotating device \ No newline at end of file