Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 7.26-rc-4 to main #546

Merged
merged 6 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
7.27
-----

* New Features:
* Added ability to set playback effects in Tasker "Control Playback" action.
([#509](https://github.com/Automattic/pocket-casts-android/pull/509)).
* Fixed crashes with Tasker plugin actions when using minified code.
([#543](https://github.com/Automattic/pocket-casts-android/pull/543)).
* Support Android 13 per-app language preferences
([#519](https://github.com/Automattic/pocket-casts-android/pull/519)).
* Bug Fixes:
* Fixed some layout issues in the EpisodeFragment
([#459](https://github.com/Automattic/pocket-casts-android/pull/459)).
* Fixed RTL support for notes
([#514](https://github.com/Automattic/pocket-casts-android/pull/514)).
* Allowed customization of actions through Settings in Media Notification Control for Android 13 users.
([#499](https://github.com/Automattic/pocket-casts-android/pull/540)).

* Allowed customization of actions through Settings in Media Notification Control for Android 13 users.
([#499](https://github.com/Automattic/pocket-casts-android/pull/540)).

7.26
-----
Expand All @@ -23,8 +27,6 @@
([#483](https://github.com/Automattic/pocket-casts-android/pull/483)).
* Updated select filters title & hide podcast setting filter option when applicable
([#494](https://github.com/Automattic/pocket-casts-android/pull/494)).
* Support Android 13 per-app language preferences
([#519](https://github.com/Automattic/pocket-casts-android/pull/519)).
* Bug Fixes:
* Fixed Help & Feedback buttons being hidden when using text zoom.
([#446](https://github.com/Automattic/pocket-casts-android/pull/446)).
Expand All @@ -36,10 +38,12 @@
([#432](https://github.com/Automattic/pocket-casts-android/pull/432)).
* Fixed full screen video player not closing the first time in landscape mode
([#464](https://github.com/Automattic/pocket-casts-android/pull/464)).
* Fixed some layout issues in the EpisodeFragment
([#459](https://github.com/Automattic/pocket-casts-android/pull/459)).
* Fixed RTL support for notes
([#514](https://github.com/Automattic/pocket-casts-android/pull/514)).
* Added ability to set playback effects in Tasker "Control Playback" action.
([#509](https://github.com/Automattic/pocket-casts-android/pull/509)).
* Fixed crashes with Tasker plugin actions when using minified code.
([#543](https://github.com/Automattic/pocket-casts-android/pull/543)).
* Fixed auto subscribe issue.
([#545](https://github.com/Automattic/pocket-casts-android/pull/545)).

7.25
-----
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version Information for Vanilla / Release builds
versionName=7.26-rc-3
versionCode=9047
versionName=7.26-rc-4
versionCode=9048