diff --git a/CHANGELOG.md b/CHANGELOG.md index a189cbc36..66a4b977c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.8.4] - 2023-03-17 + ### Added - TV: improved support for Licenses diff --git a/fastlane/metadata/android/en-US/changelogs/95.txt b/fastlane/metadata/android/en-US/changelogs/95.txt new file mode 100644 index 000000000..3ee89824b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/95.txt @@ -0,0 +1,5 @@ +In v1.8.4: +- view items in full-screen when selecting them +- watch videos using picture-in-picture +- navigate with TalkBack +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/9501.txt b/fastlane/metadata/android/en-US/changelogs/9501.txt new file mode 100644 index 000000000..3ee89824b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9501.txt @@ -0,0 +1,5 @@ +In v1.8.4: +- view items in full-screen when selecting them +- watch videos using picture-in-picture +- navigate with TalkBack +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 22289c7d3..e34ee4d0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves # - play changelog: /whatsnew/whatsnew-en-US # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt -version: 1.8.3+94 +version: 1.8.4+95 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 7615d4920..3ee89824b 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.8.3: +In v1.8.4: - view items in full-screen when selecting them - watch videos using picture-in-picture - navigate with TalkBack