Skip to content

Thread saving and bugfixes

Compare
Choose a tag to compare
@Adamantcheese Adamantcheese released this 20 Jul 04:32
· 2804 commits to multi-feature since this release

Next anticipated release day: ???

Please read the cumulative changelog for all features/fixes from Clover. If you want to move from Clover you will have to do so manually.

PLEASE BACKUP YOUR SETTINGS BEFORE UPGRADING TO THIS VERSION.

This version is a quick bugfix due to a regression caused by the thread downloader merge (#205). Also I didn't increment the correct minor/patch, it is correct now.

Major changes:

  • Min API is now 21.
  • #103, #26, #118; thread saving by @K1rakishou. This is currently experimental and needs to be manually enabled in the new experimental settings menu.
  • #200, fixes an architecture issue where site user settings would correctly save, but were not loaded properly due to lack of a key ever being written along with it; this issue still exists in Clover. Note that all of your site settings will be ERASED by this update and will need to be reset manually. Any old exported settings when imported will have their site settings cleared as well.

Minor changes:

  • Revert back to regular scrollbar. This experiment was a failure, the only "proper" way of having a statically sized scrollbar is to know the heights of every single item in the recycler view, which is infeasible for performance reasons.
  • Thumbnails are now loaded by default if prefetching is off. In some instances (card cells, album cells), images loaded with prefetching on will be higher quality. WebM thumbnails will still be the regular thumbnail, as well as any non-static file (gifs, mp4, pdf, etc.). You can enable high-res cells without prefetching being enabled in the appearance menu under gallery. It is off by default.
  • #183, a setting has been added for the post cell shift format in the appearance menu under posts. It is on by default. The wrap size has been raised to 2x the thumbnail height.
  • A setting has been added for emoji in the appearance menu under posts. It is off by default.
  • #203, a setting has been added for removal of bookmarked threads from the catalog in the thread watcher settings. It is off by default.
  • #199, RTL text (i.e. Arabic) will now be forced as LTR for filenames. This matches what a browser would render.
  • #201, fixes the quote color overriding reply and link colors.

Project level notes:

  • None.