Skip to content

v0.5.0-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjiangsu hjiangsu released this 13 Jun 19:07
· 33 commits to develop since this release

This is the first pre-release for Thunder v0.5.0! As always, this pre-release version contains many additions, changes, and fixes.

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

Important: Your feed settings (default feed type and sort) will now be based on your Lemmy account settings. The previous feed settings will now ONLY apply to guest accounts. As such, you may have to re-configure your default feed type and default sort type.

Some notable changes to test out:

  • The Account Settings has been updated to include even more settings that are synced to your Lemmy account. You can change your display name, profile bio, email, default feed type and sort, and more! Additionally, the user/community/instance blocks have been moved to their own dedicated page for easier management.
  • Experimental: You now have the ability to view a post as a different user. You can access this option by tapping on the three-dot menu within a post, and choosing "View post as a different user". When this happens, you temporarily switch accounts and can perform actions and even comment on the post as if you were that account.
  • You can now set custom labels for users which allows you to append a note to a given user. To access this feature, long press on a comment and select User -> Add User Label.
  • Groundwork is being laid out to improve the performance and reliability of the post page. This new experimental post page is locked under the new experimental features toggle. While this is not yet complete, you can test out the new post page by enabling experimental features in the Debug settings page.

The full list of changes since v0.4.0 are mentioned below. As always, if there are any bugs or issues, please submit a new GitHub issue.

Additions

Changes

  • Disabled account switching when editing post or comment by @micahmo in #1394
  • Deferred loading image dimensions when viewing image preview by @micahmo in #1389
  • Decreased layout jank from images within comments, and improved image error states by @micahmo in #1390
  • Removed page scroll animation when switching between bottom navigation items by @hjiangsu in #1402
  • Moved experimental push notifications under experimental flag by @micahmo in #1404
  • Improved parsing of video speed setting by @micahmo in #1406
  • Improved link sharing for images/video URLs by @micahmo in #1398
  • Show placeholder icon for posts without thumbnails by @micahmo in #1405
  • Allow snackbars to be closed on action by @micahmo in #1435
  • Added more push notifications debugging by @micahmo in #1397
  • Removed images from push notifications, improved UnifiedPush logic by @micahmo in #1400
  • Extended keyword filters to URLs by @hjiangsu in #1446

Fixes

  • Fixed superscript/subscript parsing edge cases by @micahmo in #1395
  • Fixed image overflow when rendering inside a spoiler tag by @micahmo in #1396
  • Fixed issue where optimistic voting would not reflect upvotes/downvotes properly by @micahmo in #1392
  • Fixed post text preview showing raw markdown by @hjiangsu in #1431
  • Fixed dialog button alignment, disable autocomplete suggestions for user labels by @micahmo in #1441
  • Fixed snackbar positioning when opening/dismissing keyboard by @micahmo in #1439
  • Fixed mark post as read when previewing media on 0.19.4 by @hjiangsu in #1444

Misc

Full Changelog: 0.4.0...0.5.0-1