Release Note v1.7.0
RSS Brain v1.7.0 is released. Download from Github.
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.sbtwas only built on my machine so the project was not possible to build on a new machine.
- Remove \u0000to 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.