Skip to content

Commit 11b5905

Browse files
committed
Release v4.6.0
1 parent 1938fb9 commit 11b5905

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
New Features
2+
• Added a theme accent color picker in general settings
3+
• Added the ability to pin streams in the "Following" tab by long-pressing
4+
• Added a "My channel" shortcut in profile settings
5+
6+
Improvements
7+
• Refreshed and updated the overall design to utilize the accent color
8+
9+
Bug Fixes
10+
• Fixed certain historical recent messages not rendering properly

assets/release-notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v4.6.0
2+
3+
September 12, 2024
4+
5+
### New Features
6+
7+
- Added a theme accent color picker in general settings
8+
- Added the ability to pin streams in the "Following" tab by long-pressing
9+
- Added a "My channel" shortcut in profile settings
10+
11+
### Improvements
12+
13+
- Refreshed and updated the overall design to utilize the accent color
14+
15+
### Bug Fixes
16+
17+
- Fixed certain historical recent messages not rendering properly
18+
19+
---
20+
121
## v4.5.0
222

323
August 16, 2024
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
New Features
2-
• Added an option to un-darken historical recent messages in chat
2+
• Added a theme accent color picker in general settings
3+
• Added the ability to pin streams in the "Following" tab by long-pressing
4+
• Added a "My channel" shortcut in profile settings
35

46
Improvements
5-
• [iPadOS] Enabled video quality settings on iPad (by @Shingyx on GitHub)
6-
• Moved exact matches of searched categories to the top (by @Shingyx on GitHub)
7+
• Refreshed and updated the overall design to utilize the accent color
78

89
Bug Fixes
9-
• Fixed extraneous notices when toggling chat-only mode
10-
• Fixed cookie banner blocking login and added backup workaround instructions in the login screen toolbar (instructions by @UmmonTeal on GitHub)
10+
• Fixed certain historical recent messages not rendering properly

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.5.0+51
20+
version: 4.6.0+52
2121

2222
environment:
2323
sdk: ^3.5.0

0 commit comments

Comments
 (0)