Skip to content

v0.2.9-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjiangsu hjiangsu released this 28 Jan 21:37
· 253 commits to develop since this release

This is the third pre-release for Thunder v0.2.9! This pre-release version fixes a couple of minor issues present from the last pre-release version.

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

Changes

  • Removed usesCleartextTraffic attribute on AndroidManifest by @hjiangsu in #1090

Fixes

  • Fixed issue where app language bottom sheet would fill full height by @hjiangsu in #1089
  • Fixed issue with Settings search not triggering* by @hjiangsu in #1088

Full Changelog: 0.2.9-2...0.2.9-3


Full Changelog since 0.2.8

Additions

  • Added new condensed post body view to the post page by @micahmo in #994
  • Added compatibility with high-refresh displays to Thunder on Android devices by @mufeedali in #1010
  • Added initial support for markdown spoiler tags by @hjiangsu in #867
  • Added ability to create cross-posts from the post page by @micahmo in #1034
  • Added ability to share user profiles by @micahmo in #1013
  • Added ability to subscribe/unsubscribe to community from long-press action by @hjiangsu in #1028
  • Added option to hide the top app bar on scroll by @hjiangsu in #1029
  • Added user counts to instance page by @micahmo in #1017
  • Added additional medium font scale option by @hjiangsu in #1030
  • Added moderated communities to drawer by @hjiangsu in #1063
  • Added ability to share communities by @micahmo in #1040
  • Added ability to clear image cache on startup, and manually by @hjiangsu in #1062
  • Added experimental local push notifications on Android by @micahmo in #1000
  • Added notification page to display individual messages by @micahmo in #1069 and #1080

Changes

  • Improved post/comment score formatting by @micahmo in #1008
  • Adjusted the color of the delete draft icon by @micahmo in #989
  • Language selector now prioritizes current language at the top of the list by @micahmo in #986
  • Community selector shows suggested communities by default by @micahmo in #993
  • Prioritize favorites in empty community prompt by @micahmo in #1032 and #1015
  • Improved account log out flow by @micahmo in #980
  • Search page suggests alternate filters when there are no search results by @micahmo in #1019
  • Account selector improvements and minor fixes by @hjiangsu in #1035
  • Image viewer dynamically adjusts image zoom based on resolution @Niranjan-Dorage in #859
  • Added indicator for media downloads by @micahmo in #1075
  • Indicate deleted posts by @micahmo in #1079
  • Added inkwell to spoiler markdown by @micahmo in #1033
  • Added option to navigate to new post after creation by @micahmo in #1044
  • Improved handling for navigation to non-instances by @micahmo in #1076
  • Adjusted search bar to match material design, and misc fixes by @micahmo in #1084
  • Removed usesCleartextTraffic attribute on AndroidManifest by @hjiangsu in #1090

Fixes

  • Fixed issues with images being too wide in community/user sidebars by @micahmo in #990
  • Fixed issues where post actions were not being updated properly in the search page by @micahmo in #998
  • Fixed issue where local featured posts were not being highlighted properly by @micahmo in #991
  • Fixed issue where subscriptions in drawer were not in alphabetical order by @hjiangsu in #1025
  • Fixed an issue where you could favorite a non-subscribed community by @micahmo in #1016
  • Fixed some issues with user navigation and error handling by @micahmo in #1014
  • Fix some issues with the search page resetting by @micahmo in #1018
  • Fixed some community/user name detection by @micahmo in #1042
  • Fixed issue with advanced image preview not showing by @micahmo in #1074
  • Fixed exit confirmation snackbar by @micahmo in #1064
  • Fixed issue with creating cross-posts by @micahmo in #1068
  • Fixed an issue with loading favorites on startup by @micahmo in #1078
  • Fixed issue where feed FAB can be triggered on other pages by @hjiangsu in #1085
  • Fixed issue where app language bottom sheet would fill full height by @hjiangsu in #1089

Misc