diff --git a/android/fastlane/metadata/android/en-US/changelogs/50.txt b/android/fastlane/metadata/android/en-US/changelogs/50.txt new file mode 100644 index 00000000..5f520a01 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/50.txt @@ -0,0 +1 @@ +This update contains a variety of new features including a quick toggle to enter or exit chat-only mode, the ability to zoom stream thumbnails and emotes or badges, an option to show historical recent messages in chat, and other improvements and bug fixes. diff --git a/assets/release-notes.md b/assets/release-notes.md index 5ea5b358..2a0baa7f 100644 --- a/assets/release-notes.md +++ b/assets/release-notes.md @@ -1,10 +1,25 @@ -## v4.3.1 +## v4.4.0 -April 21, 2024 +August 13, 2024 + +### New Features + +- Added a quick toggle in the chat details menu to enter or exit chat-only mode +- Added an experimental option to sync message delay with stream latency +- Added options to individually disable emotes or badges from Twitch, 7TV, BTTV, and FFZ +- Added the ability to view and zoom emotes or badges when tapping on them +- Added the ability to view and zoom stream thumbnails when long-pressing on it +- Added an option to show historical recent messages in chat +- Added latest release notes on launch + +### Improvements + +- [Android] In-app links will now prefer Android Custom Tabs +- Decreased the default landscape chat width from 30% to 25% ### Bug Fixes -* [Android] Fixed stream quality options not showing by @Shingyx in https://github.com/tommyxchow/frosty/pull/340 -* Fixed stream latency not showing by @Shingyx in https://github.com/tommyxchow/frosty/pull/340 -* Fixed stream latency icon color on light mode + +- Fixed animated FFZ emotes not animating +- Fixed rare case where the custom video overlay doesn't enter the playing state #### See all release notes at https://github.com/tommyxchow/frosty/releases diff --git a/ios/fastlane/metadata/en-US/release_notes.txt b/ios/fastlane/metadata/en-US/release_notes.txt index 1ae639e3..6c614203 100644 --- a/ios/fastlane/metadata/en-US/release_notes.txt +++ b/ios/fastlane/metadata/en-US/release_notes.txt @@ -1,3 +1,15 @@ +New Features +• Added a quick toggle in the chat details menu to enter or exit chat-only mode +• Added an experimental option to sync message delay with stream latency +• Added options to individually disable emotes or badges from Twitch, 7TV, BTTV, and FFZ +• Added the ability to view and zoom emotes or badges when tapping on them +• Added the ability to view and zoom stream thumbnails when long-pressing on it +• Added an option to show historical recent messages in chat +• Added latest release notes on launch + +Improvements +• Decreased the default landscape chat width from 30% to 25% + Bug Fixes -• Fixed stream latency not showing (by @Shingyx on GitHub) -• Fixed stream latency icon color on light mode \ No newline at end of file +• Fixed animated FFZ emotes not animating +• Fixed rare case where the custom video overlay doesn't enter the playing state \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2c952a3b..819f43b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 4.3.1+49 +version: 4.4.0+50 environment: sdk: ^3.5.0