Skip to content

Commit

Permalink
Release v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Dec 22, 2023
1 parent d3928df commit 796c4d8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
10 changes: 10 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
New Features
• Added the ability to tap on user mentions in chat (by @Artiu on GitHub)
• Added stream latency details to the custom overlay in landscape mode (by @Artiu on GitHub)

Improvements
• Improved how the default Twitch overlay is hidden when the custom overlay is enabled (by @Artiu on GitHub)
• Links in chat are now also underlined

Bug Fixes
• Fixed 7TV emote set updates not respecting the chat delay setting
11 changes: 9 additions & 2 deletions ios/fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
New Features
• Added the ability to tap on user mentions in chat (by @Artiu on GitHub)
• Added stream latency details to the custom overlay in landscape mode (by @Artiu on GitHub)

Improvements
• Improved how the default Twitch overlay is hidden when the custom overlay is enabled (by @Artiu on GitHub)
• Links in chat are now also underlined

Bug Fixes
• Fixed own display name not showing in sent chat messages
• Fixed rare case where 7TV emotes don't show in chat
• Fixed 7TV emote set updates not respecting the chat delay setting
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 4.2.1+47
version: 4.3.0+48

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 796c4d8

Please sign in to comment.