File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
android/fastlane/metadata/android/en-US/changelogs
ios/fastlane/metadata/en-US Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ Improvements
2
+ • Migrated to Firebase for crash logs and analytics
3
+ • Migrated to new Twitch API badges endpoint
4
+
5
+ Bug Fixes
6
+ • Fixed chatters not showing due to legacy Twitch API shutdown (chatters are now based on recent messages)
Original file line number Diff line number Diff line change
1
+ Improvements
2
+ • Migrated to Firebase for crash logs and analytics
3
+ • Migrated to new Twitch API badges endpoint
4
+
1
5
Bug Fixes
2
- • Fixed FFZ emotes and badges no longer showing
6
+ • Fixed chatters not showing due to legacy Twitch API shutdown (chatters are now based on recent messages)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 3.0.2+35
18
+ version : 3.1.0+36
19
19
20
20
environment :
21
21
sdk : " >=2.15.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments