Skip to content

0.2.5-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjiangsu hjiangsu released this 10 Nov 17:30
· 414 commits to develop since this release

This is the fourth pre-release for Thunder v0.2.5! This nightly is a smaller release which focuses on fixing some issues present in the previous pre-releases.

There will most likely not be any major features or changes from this point forward as I am getting things ready for a full general release soon for Lemmy 0.19.x compatibility. As such, please keep on testing and report any outstanding issues present from the pre-releases.

Be fully prepared to know that these pre-release versions may contain major bugs which could cause Thunder to crash or behave unexpectedly.

Please see below for the full changelog since the last general release. For those on TestFlight, you will receive the pre-release update once it has been approved by Apple.

Some notable changes to test out:

  • Test out the new search options for searching posts/URL in the search page
  • General testing of common actions (voting, replying, creating posts, sharing, etc)

Additions

  • Added ability to show cross-posts in the Post page by @micahmo in #851
  • Added ability to search for posts in Search page by @micahmo in #873
  • Added support for searching by URL by @micahmo in #882
  • Added ability to see if a link has been posted already when creating a new post to by @micahmo in #879

Changes

  • Added more compatibility with new Lemmy API changes 0.19.0-alpha.16 by @hjiangsu in #881

Fixes

  • Fixed issue with authenticated actions after opening external link in Thunder* by @micahmo in #875
  • Exclude semantics on TextScroll inside community/user autocompletes* by @micahmo in #874
  • Fixed "New" sort type not showing up* by @hjiangsu in #878
  • Fixed issue with uploading pictures when creating post* by @hjiangsu in #885

Full Changelog since 0.2.4

This is the full changelog between 0.2.4 and this latest pre-release version (note that this list excludes any fixes to bugs that were introduced in the previous pre-release versions 0.2.5-x).

Additions

  • Added ability to add anonymous instance accounts by @micahmo in #677
  • Added more post/comment actions to long-press menu by @micahmo in #741
  • Added initial support for username/community mentions in comments and posts by @micahmo in #751
  • Added instance pipeline to pull active instance list from API by @micahmo in #799
  • Added trending communities on search page by @micahmo in #807
  • Added advanced share sheet by @micahmo in #774
  • Added support for read all inbox by @ggichure in #808
  • Added support for accessibility profiles by @micahmo in #785
  • Added support for navigating to posts and comments from within the app by @micahmo in #818 and #835
  • Added setting to enable/disable full screen navigation swipe gesture by @hjiangsu in #831
  • Added ability to report comments from long-press menu by @ggichure in #816
  • Added Norwegian Bokmål localization by @comradekingu
  • Added additional Spanish localization by @gallegonovato
  • Added option to toggle reader mode for links on iOS by @hjiangsu in #840
  • Added ability to create post without being in community feed by @micahmo in #836
  • Added instance page to post long-press menu by @micahmo in #824
  • Added support for opening Lemmy links outside of Thunder in Android by @ggichure in #832
  • Added support for suggested post titles when creating a post by @micahmo in #855
  • Added support new sort types (controversial/scaled) for Lemmy 0.19.x by @micahmo in #829
  • Added ability to block instances in Lemmy 0.19.x instances by @hjiangsu in #857
  • Added ability to share content (images/text/urls) from other apps to Thunder on Android by @ggichure in #843
  • Introduced more search options in the Search page by @micahmo in #845 and #861
  • Added long-press menu to links in posts/comments by @micahmo in #869
  • Added initial support for Ukrainian localization by @pioneer
  • Added initial support for Swedish localization by @Pulkafettot
  • Added initial support for Finnish localization by @CTalvio
  • Added ability to show cross-posts in the Post page by @micahmo in #851
  • Added ability to search for posts in Search page by @micahmo in #873
  • Added support for searching by URL by @micahmo in #882
  • Added ability to see if a link has been posted already when creating a new post to by @micahmo in #879

Changes

  • Changed underlying structure of the feed page for better performance/architecture by @hjiangsu in #752
  • Collapsing a comment will disable accidental taps on username by @micahmo in #747
  • Introduce caching of images with a limit by @micahmo in #745
  • Updating Thunder package dependencies by @gwbischof in #771
  • Inbox unread badge limit increased to 99+ by @micahmo in #775
  • Removed non-functional message user action on user sidebar by @hjiangsu in #802
  • Added and fixed FAB haptics by @micahmo in #800
  • Migrated from BottomNavigationBar to NavigationBar by @ggichure in #783
  • Adjusted feed actions to be more responsive when refreshing, sorting, and switching communities/feeds by @hjiangsu in #820
  • Improved URL handling in create post page by @micahmo in #812
  • Adjusted color of FAB close button by @micahmo in #833
  • Improved instance handling when logging in by @micahmo in #810
  • Disable overscroll effect on Android when reduce animations setting is enabled by @hjiangsu in #839
  • Refactored underlying Lemmy API to be more compatible with Lemmy 0.18.x and 0.19.x versions by @hjiangsu in #854

Fixes

  • Fixed issue where posts would not load when failing to fetch image dimensions by @Fmstrat in #761
  • Fixed animation not being triggered with deferred comments by @micahmo in #749
  • Fixed NSFW previews not being properly blurred by @micahmo in #795
  • Fixed spacing issue with post title when post is saved by @micahmo in #801
  • Fixed issue where Thunder hangs on app load if the current instance is down by @micahmo in #770
  • Fixed interactions with saved comments by @micahmo in #779
  • Fixed user comments grammar by @micahmo in #796
  • Fixed issue where search would reset by @micahmo in #804
  • Fixed issue where post titles were not properly escaped by @hjiangsu in #821
  • Fixed accessibility semantics for replies/saved by @micahmo in #782
  • Fixed issue with comment reply not working within Inbox page by @hjiangsu in #862
  • Fixed issues with comments disappearing in show all mode by @micahmo in #842