Skip to content

0.3.0-4

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjiangsu hjiangsu released this 03 Apr 21:17
· 275 commits to develop since this release

This is the fourth pre-release for Thunder v0.3.0! This pre-release version includes a lot of bug fixes and a few additions. The following pre-releases will be mainly focused on fixing existing bugs that come up, and preparing for a general release so please report any issues that you find!

Note

There have been some internal migrations regarding the on-device database that Thunder uses to store accounts, favorited communities, and anonymous subscriptions. This migration process happens automatically, and should be pretty seamless. However, please submit a new issue if you encounter missing accounts from the account switcher, missing favourited communities, or missing anonymous subscriptions. For more information, see the corresponding PR: #1266

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

Some notable changes to test out:

  • There were a lot of small changes under-the-hood with regards to displaying thumbnails and images. If you encounter any issues, please submit a new issue.

Additions

  • Added ability to view raw markdown for posts and comments by @micahmo in #1265

Changes

  • Applied community/user selector indicators* by @micahmo in #1244
  • Applied name styling to additional areas* by @micahmo in #1254 and #1263
  • Applied color transformations for name widgets* by @micahmo in #1241
  • Applied subtitle hint for show post author setting by @micahmo in #1253
  • Improved navigation to comment context by @micahmo in #1252
  • Improved handling of search result comments on deleted posts by @micahmo in #1249
  • Removed usernames on user feeds posts by @micahmo in #1259
  • Applied timeout when loading image dimensions for image viewer by @hjiangsu in #1268

Fixes

Misc

Full Changelog: 0.3.0-3...0.3.0-4

Full Changelog since 0.2.9

Additions

Changes

  • Refactored user page to match feed page by @hjiangsu in #1144
  • Improved sort top submenu transition by @micahmo in #1178
  • Adjusted “Hide NSFW Previews” setting label to “Blur NSFW Previews” by @hjiangsu in #1158
  • Improved Lemmy spoiler detection by @hjiangsu in #1170
  • Improved link handling for users/communities by @micahmo in #1187 and #1200
  • Reworked internal post parsing logic and thumbnail previews by @hjiangsu in #1192
  • Hide unsupported FAB actions based on feed (general, community, user) by @hjiangsu in #1194
  • Categorized post/comment bottom sheet options by @micahmo in #1199
  • Improved link sharing experience by @micahmo in #1204
  • Improved feedback when loading instance information by @micahmo in #1218 and #1222
  • Android back button closes opened drawer by @micahmo in #1226
  • Android back button closes opened user sidebar by @micahmo in #1229
  • Applied subtitle hint for show post author setting by @micahmo in #1253
  • Improved navigation to comment context by @micahmo in #1252
  • Improved handling of search result comments on deleted posts by @micahmo in #1249
  • Removed usernames on user feeds posts by @micahmo in #1259
  • Applied timeout when loading image dimensions for image viewer by @hjiangsu in #1268

Fixes

  • Show keyboard automatically when community search is triggered, and state fixes by @micahmo in #1149
  • Fixed issue with talkback and downvote semantic label by @hjiangsu in #1151
  • Fixed notifications page state issue by @micahmo in #1153
  • Fixed issue with refreshing the feed when switching accounts by @micahmo in #1154
  • Fixed in-app browser url scheme redirection by @micahmo in #1152
  • Fixed community name format in create post page by @micahmo in #1172
  • Fixed handling of multiple deep link actions by @micahmo in #1188
  • Fixed tagline refreshing multiple times on load issue by @micahmo in #1209 and #1212
  • Fixed sidebar overflows by @micahmo in #1248
  • Fixed tagline overflow by @micahmo in #1261

Misc