mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
66 lines
2.4 KiB
Plaintext
66 lines
2.4 KiB
Plaintext
# v2.2 (2021-11-20)
|
|
|
|
- (fix) windows console support (thanks to @dufferzafar for the report)
|
|
- (fix) remove html tags from article titles (thanks to Alex Went for the report)
|
|
- (etc) autoselect current folder when adding a new feed (thanks to @krkk)
|
|
- (etc) folder/feed settings menu available across all filters
|
|
|
|
# v2.1 (2021-08-16)
|
|
|
|
- (new) configuration via env variables
|
|
- (fix) missing `content-type` headers (thanks to @verahawk for the report)
|
|
- (fix) handle opml files not following the spec (thanks to @huangnauh for the report)
|
|
- (fix) pagination in unread/starred feeds (thanks to @Farow for the report)
|
|
- (fix) handling feeds with non-utf8 encodings (thanks to @fserb for the report)
|
|
- (fix) errors caused by empty feeds (thanks to @decke)
|
|
- (fix) recognize all audio mime types as podcasts (thanks to @krkk)
|
|
- (fix) ui tweaks (thanks to @Farow)
|
|
|
|
# v2.0 (2021-04-18)
|
|
|
|
- (new) user interface tweaks
|
|
- (new) feed parser fully rewritten
|
|
- (new) show youtube/vimeo iframes in "read here"
|
|
- (new) keyboard shortcuts for article scrolling & toggling "read here"
|
|
- (new) more options for auto-refresh intervals
|
|
- (fix) `-base` not serving static files (thanks to @vfaronov)
|
|
- (etc) 3rd-party dependencies reduced to the bare minimum
|
|
|
|
special thanks to @tillcash for feedback & suggestions.
|
|
|
|
# v1.4 (2021-03-11)
|
|
|
|
- (new) keyboard shortcuts (thanks to @Duarte-Dias)
|
|
- (new) show podcast audio
|
|
- (fix) deleting feeds
|
|
- (etc) minor ui tweaks & changes
|
|
|
|
# v1.3 (2021-02-18)
|
|
|
|
- (fix) log out functionality if authentication is set
|
|
- (fix) import opml if authentication is set
|
|
- (fix) login page if authentication is set (thanks to @einschmidt)
|
|
|
|
# v1.2 (2021-02-11)
|
|
|
|
- (new) autorefresh rate
|
|
- (new) reduced bandwidth usage via stateful http headers `last-modified/etag`
|
|
- (new) show feed errors in feed management modal
|
|
- (new) `-open` flag for automatically opening the server url
|
|
- (new) `-base` flag for serving urls under non-root path (thanks to @hcl)
|
|
- (new) `-auth-file` flag for authentication
|
|
- (new) `-cert-file` & `-key-file` flags for TLS
|
|
- (fix) wrapping long words in the ui to prevent vertical scroll
|
|
- (fix) increased toolbar height in mobile/tablet layout (thanks to @einschmidt)
|
|
|
|
# v1.1 (2020-10-05)
|
|
|
|
- (new) responsive design
|
|
- (fix) server crash on favicon fetch timeout (reported by @minioin)
|
|
- (fix) handling byte order marks in feeds (reported by @ilaer)
|
|
- (fix) deleting a feed raises exception in the ui if the feed's items are shown.
|
|
|
|
# v1.0 (2020-09-24)
|
|
|
|
Initial Release
|