-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7743d6f
commit e8160c1
Showing
3 changed files
with
46 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters