Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Aug 14, 2024
1 parent 68dce42 commit 1c29bd4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -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.
25 changes: 20 additions & 5 deletions assets/release-notes.md
Original file line number Diff line number Diff line change
@@ -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
16 changes: 14 additions & 2 deletions ios/fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -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
• Fixed animated FFZ emotes not animating
• Fixed rare case where the custom video overlay doesn't enter the playing state
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c29bd4

Please sign in to comment.