Skip to content

Commit

Permalink
Tagging v3.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjomckay committed Dec 9, 2022
1 parent 7743d6f commit e8160c1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 45 deletions.
44 changes: 44 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/300000772.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
* Updated theme to use Material 3-ish style
* Now displaying "All" group options on the Feed screen (#274)
* Fixed some replies not being filtered out in groups (#344)
* Added support for downloading to a directory (#269 - thanks to @ManeraKai!)
* Fixed "tweet unavailable" message being displayed erroneously (#397)
* Fixed "RT @" being displayed before all retweets (#345)
* Now displaying loading on retry buttons
* Added an adaptive icon, finally! (#377)
* Now displaying a scrollbar for tweet footers on small devices (#318)
* Increased timeout to 30 seconds, for slow networks
* Added support for manually selecting a UI language (#363)
* Fixed keyboard opening when tapping a hashtag (#399)
* Fixed images being cut off in the full-screen viewer (#390)
* Fixed not being able to double-tap images to zoom (#430)
* Fixed M3U8 playlists being downloaded instead of MP4s (#395)
* Added support for ignoring individual updates (#446)
* Fixed an error message popping up when regularly viewing the feed
* Added support for video cards (#432)
* Fixed pinned tweets not appearing on profiles (#410)
* Added support for some Discord embed addresses (fx/vxtwitter.com) (#436)
* Tapping dates now switches between relative and absolute timestamps (#358)
* Added support for hiding NSFW tweets (#248)
* Added follower and following counts back to profiles (#245)
* Added support for custom home screen pages (#160, #443)
* Added support for disabling screenshots (#480, #355 - thanks to @Myzel394!)
* Added support for avoiding confirmation bias (#465 - thanks to @Myzel394!)
* Fixed dragging on images bricking the whole app (#444, #477, #497)
* Fixed retweets not appearing in group feeds (#494)
* Tapping on tweet text now opens the tweet again (#246)
* Added more efficient feed fetching, with 30 day tweet storage
* Added support for saving searches as subscriptions (#229)
* Now asking for confirmation when closing Fritter, to prevent accidental quitting (#504)
* Added support for viewing broadcasts and events
* Added better error handling for suspended profiles (#554)
* Fixed some tweets not being able to translate (#547)
* Fixed errors when loading profiles with changed usernames (#541)
* Fixed home page title placement and overflow issues (#521)
* Fixed home page order not being restored after a restart (#520)
* Fixed retweet replies not showing (#517, #531 - thanks to @johann-gambol!)
* Fixed smaller images not filling the bounding box (#512)
* Fixed retweeted media being saved with the wrong tweet author name (#509, #532 - thanks to @johann-gambol!)
* Fixed non-t.co URLs breaking profile headers (#557)
* Stopped pagination from happening after the user navigates away
* Fixed tweet and hashtag searches not working (#580, #577)
45 changes: 1 addition & 44 deletions fastlane/metadata/android/en-US/changelogs/next.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1 @@
* Updated theme to use Material 3-ish style
* Now displaying "All" group options on the Feed screen (#274)
* Fixed some replies not being filtered out in groups (#344)
* Added support for downloading to a directory (#269 - thanks to @ManeraKai!)
* Fixed "tweet unavailable" message being displayed erroneously (#397)
* Fixed "RT @" being displayed before all retweets (#345)
* Now displaying loading on retry buttons
* Added an adaptive icon, finally! (#377)
* Now displaying a scrollbar for tweet footers on small devices (#318)
* Increased timeout to 30 seconds, for slow networks
* Added support for manually selecting a UI language (#363)
* Fixed keyboard opening when tapping a hashtag (#399)
* Fixed images being cut off in the full-screen viewer (#390)
* Fixed not being able to double-tap images to zoom (#430)
* Fixed M3U8 playlists being downloaded instead of MP4s (#395)
* Added support for ignoring individual updates (#446)
* Fixed an error message popping up when regularly viewing the feed
* Added support for video cards (#432)
* Fixed pinned tweets not appearing on profiles (#410)
* Added support for some Discord embed addresses (fx/vxtwitter.com) (#436)
* Tapping dates now switches between relative and absolute timestamps (#358)
* Added support for hiding NSFW tweets (#248)
* Added follower and following counts back to profiles (#245)
* Added support for custom home screen pages (#160, #443)
* Added support for disabling screenshots (#480, #355 - thanks to @Myzel394!)
* Added support for avoiding confirmation bias (#465 - thanks to @Myzel394!)
* Fixed dragging on images bricking the whole app (#444, #477, #497)
* Fixed retweets not appearing in group feeds (#494)
* Tapping on tweet text now opens the tweet again (#246)
* Added more efficient feed fetching, with 30 day tweet storage
* Added support for saving searches as subscriptions (#229)
* Now asking for confirmation when closing Fritter, to prevent accidental quitting (#504)
* Added support for viewing broadcasts and events
* Added better error handling for suspended profiles (#554)
* Fixed some tweets not being able to translate (#547)
* Fixed errors when loading profiles with changed usernames (#541)
* Fixed home page title placement and overflow issues (#521)
* Fixed home page order not being restored after a restart (#520)
* Fixed retweet replies not showing (#517, #531 - thanks to @johann-gambol!)
* Fixed smaller images not filling the bounding box (#512)
* Fixed retweeted media being saved with the wrong tweet author name (#509, #532 - thanks to @johann-gambol!)
* Fixed non-t.co URLs breaking profile headers (#557)
* Stopped pagination from happening after the user navigates away
* Fixed tweet and hashtag searches not working (#580, #577)

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 used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.0.0-beta5+20221126
version: 3.0.0-beta6+300000772

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

0 comments on commit e8160c1

Please sign in to comment.