Skip to content

Commit b6a7c94

Browse files
committed
release v4.9.0
1 parent f799e5f commit b6a7c94

File tree

4 files changed

+27
-24
lines changed

4 files changed

+27
-24
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
New Features
2+
- Added new "Use enhanced rendering" option in video settings
3+
4+
Bug Fixes
5+
- Fixed incorrect badge order and spacing for FFZ bots
6+
- Fixed missing emotes on channels that don't have 7TV enabled

assets/release-notes.md

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.9.0
2+
3+
December 30, 2024
4+
5+
### New Features
6+
7+
- [Android] Added new "Use enhanced rendering" option in video settings
8+
9+
### Bug Fixes
10+
11+
- Fixed incorrect badge order and spacing for FFZ bots
12+
- Fixed missing emotes on channels that don't have 7TV enabled
13+
14+
---
15+
116
## v4.8.0
217

318
December 26, 2024
@@ -44,22 +59,6 @@ November 17, 2024
4459

4560
- Fixed "Pinned" header typo
4661

47-
---
48-
49-
## v4.6.0
50-
51-
September 12, 2024
52-
53-
### New Features
54-
55-
- Added a theme accent color picker in general settings
56-
- Added the ability to pin streams in the "Following" tab by long-pressing
57-
- Added a "My channel" shortcut in profile settings
62+
#### See all release notes at https://github.com/tommyxchow/frosty/releases
5863

59-
### Improvements
60-
61-
- Refreshed and updated the overall design to utilize the accent color
62-
63-
### Bug Fixes
64-
65-
- Fixed certain historical recent messages not rendering properly
64+
---
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
New Features
2-
- Added initial support for shared chat sessions
3-
4-
Improvements
5-
- Changed historical recent message indicator to chat message badge icon
1+
Bug Fixes
2+
- Fixed incorrect badge order and spacing for FFZ bots
3+
- Fixed missing emotes on channels that don't have 7TV enabled

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 4.8.0+55
20+
version: 4.9.0+56
2121

2222
environment:
2323
sdk: ^3.5.0

0 commit comments

Comments
 (0)