Skip to content

Commit

Permalink
release v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Nov 17, 2024
1 parent adff9dc commit 3bd2c3b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
10 changes: 10 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/53.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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
46 changes: 20 additions & 26 deletions assets/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 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

---

## v4.6.0

September 12, 2024
Expand Down Expand Up @@ -36,30 +56,4 @@ August 16, 2024
- Fixed extraneous notices when toggling chat-only mode
- Fixed cookie banner blocking login and added backup workaround instructions in the login screen toolbar (instructions by @UmmonTeal on GitHub)

---

## v4.4.0

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

- 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
10 changes: 5 additions & 5 deletions ios/fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
New Features
• Added a theme accent color picker in general settings
• Added the ability to pin streams in the "Following" tab by long-pressing
• Added a "My channel" shortcut in profile settings
- Added the ability to mute keywords from chat in chat settings (by @zeykafx on GitHub)

Improvements
• Refreshed and updated the overall design to utilize the accent color
- 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 certain historical recent messages not rendering properly
- Fixed "Pinned" header typo
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.6.0+52
version: 4.7.0+53

environment:
sdk: ^3.5.0
Expand Down

0 comments on commit 3bd2c3b

Please sign in to comment.