-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge release/7.82 into main (#3538)
- Loading branch information
1 parent
bfc639c
commit 6cd01e3
Showing
3 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
7.83 | ||
----- | ||
|
||
|
||
7.82 | ||
----- | ||
* Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
* New Features | ||
* Add support for removing individual episodes from listening history. | ||
([#3453](https://github.com/Automattic/pocket-casts-android/pull/3453)) | ||
* Bug Fixes | ||
* Fix the Galaxy Watch skip buttons not working. | ||
([#3455](https://github.com/Automattic/pocket-casts-android/pull/3455)) | ||
* Fix the cropping issue with the Add 5 Minutes sleep timer button. | ||
([#3436](https://github.com/Automattic/pocket-casts-android/pull/3436)) | ||
* Fix status bar theming during onboarding. | ||
([#3460](https://github.com/Automattic/pocket-casts-android/pull/3460)) | ||
* Fix issue with playback stopping when using Pixel Buds actions. | ||
([#3493](https://github.com/Automattic/pocket-casts-android/pull/3493)) | ||
* Updates | ||
* Remove audio and video clip sharing | ||
([#3481](https://github.com/Automattic/pocket-casts-android/pull/3481)) | ||
* Do not close episode details screen when archiving an episode | ||
([#3473](https://github.com/Automattic/pocket-casts-android/pull/3473)) | ||
* Rename Twitter to X | ||
([#3489](https://github.com/Automattic/pocket-casts-android/pull/3489)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
versionName=7.81 | ||
versionCode=9306 | ||
versionName=7.82-rc-1 | ||
versionCode=9307 |