-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68dce42
commit 1c29bd4
Showing
4 changed files
with
36 additions
and
8 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 |
---|---|---|
@@ -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. |
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,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 |
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,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 |
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