mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-08-06 08:51:29 +08:00
release v4.9.1
This commit is contained in:
@ -0,0 +1 @@
|
|||||||
|
See full release notes at https://github.com/tommyxchow/frosty/releases
|
@ -1,3 +1,13 @@
|
|||||||
|
## v4.9.1
|
||||||
|
|
||||||
|
April 4, 2025
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- [Android] Fix overlay latency and stream qualities, persist last chosen stream quality (by @Artiu on GitHub)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v4.9.0
|
## v4.9.0
|
||||||
|
|
||||||
December 30, 2024
|
December 30, 2024
|
||||||
@ -29,36 +39,6 @@ December 26, 2024
|
|||||||
|
|
||||||
- [Android] Fixed video causing random crashes on some devices
|
- [Android] Fixed video causing random crashes on some devices
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## v4.7.1
|
|
||||||
|
|
||||||
November 19, 2024
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- Further improve initial playback stability (by @Shingyx on GitHub)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## v4.7.0
|
|
||||||
|
|
||||||
November 17, 2024
|
|
||||||
|
|
||||||
### New Features
|
|
||||||
|
|
||||||
- Added the ability to mute keywords from chat in chat settings (by @zeykafx on GitHub)
|
|
||||||
|
|
||||||
### Improvements
|
|
||||||
|
|
||||||
- Improved initial playback stability (by @Shingyx on GitHub)
|
|
||||||
- Content warning is now accepted automatically (by @joaopjrn on GitHub)
|
|
||||||
- Updated Inter font to v4.1
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- Fixed "Pinned" header typo
|
|
||||||
|
|
||||||
#### See all release notes at https://github.com/tommyxchow/frosty/releases
|
#### See all release notes at https://github.com/tommyxchow/frosty/releases
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1 @@
|
|||||||
Bug Fixes
|
See full release notes at https://github.com/tommyxchow/frosty/releases
|
||||||
- Fixed incorrect badge order and spacing for FFZ bots
|
|
||||||
- Fixed missing emotes on channels that don't have 7TV enabled
|
|
@ -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
|
# 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
|
# 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.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 4.9.0+56
|
version: 4.9.1+57
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.0
|
sdk: ^3.5.0
|
||||||
|
Reference in New Issue
Block a user