Skip to content

Release v1.7.0

Latest
Compare
Choose a tag to compare
@wb14123 wb14123 released this 31 Jan 03:01

UI Improvements

Article Layout Improvement

Added two new article list layouts:

  • Social media: show article list like Twitter like layout.
  • Compact: show only article titles.

You can change the article list layout for any folder or feed in their settings.

Other UI Improvements

  • Sort Reddit comments by best.
  • Limit the max image alt length to 20 chars.
  • Rename "Enable search" to "Enable filter" in folder's settings.

Bug Fixes

  • Fix some images not showing up in Safari.
  • Fix location of service-worker.js.

Compatibility and Build Improvement

  • Fixed the dependency on Archmage and Scala2grpc: the versions defined in build.sbt was only built on my machine so the project was not possible to build on a new machine.
  • Remove \u0000 to support PostgreSQL.
  • Fixed a bug in Doobie. But since the upstream hasn't release the fix so still use the current version without the fix. Added some comments about it in build.sbt.