Skip to content

v0.2.6

Compare
Choose a tag to compare
@hjiangsu hjiangsu released this 22 Nov 21:50
· 489 commits to develop since this release

Hey everyone! The upcoming update is a minor update which fixes some of the issues that were introduced in v0.2.5.

If you are using the Google Play version or App Store version, please note that it may take a bit of time before you receive the update. Now onto the update notes. This is mainly a hot-fix update to address the following issues:

General

  • Fixed some issues revolving around markdown links not rendering properly (duplicated text, missing links, etc.)
  • Fixed an issue where the comment text scaling setting was not being applied properly
  • Fixed an issue where logging into an account with 2FA enabled was not working
  • Added more compatibility with the latest Lemmy 0.19.x changes. Note that this is still not final and may break at any time as 0.19.x is still under development

We have a Matrix space if you would like to join in on discussions: https://matrix.to/#/#thunderapp:matrix.org

Changelog

Changes

  • Added compatibility with new Lemmy API changes 0.19.0-alpha.18 by @hjiangsu in #903

Fixes

  • Fixed issue where markdown links were not shown properly by @hjiangsu in #898
  • Fixed issue where comment text scaling was not working as intended by @hjiangsu in #898
  • Fixed issue where logging in with 2FA was not working even when entering correct TOTP by @hjiangsu