- Support for If-Modified-Since in
slipstream serve - Support for "live" mode in slipstream
- Changed the
include-tagsandexclude-tagsfilters to utilize fuzzy matching, where strict matching is now utilized ininclude-tags-strictandexclude-tags-strict
- N/A
- N/A
- N/A
- N/A
- OPML and TOML imports and exports.
readmode improvements:- Mouse click and scroll support.
- Built-in commands.
- Custom commands.
- Custom keybinds.
- Custom styling based on tags.
- Pagination support.
serveimprovements:- Web mode:
- Support for tags.
- Support for embedded HTML.
- Web mode:
- Persistent storage utilizing a sqlite database.
- Respect tags/categories in fetched entries.
- Support for markdown conversion.
- Mastodon feed support.
- Tag formatting:
- Tags are now specified by the number-sign/hash/octothorp/hash, e.g.,
#cool-tag. - Tags are now lowercase.
- Tags are now specified by the number-sign/hash/octothorp/hash, e.g.,
- Only a set number of feeds are changed at a time based on the
workersconfiguration option.
- Feed order is now respected for comment URLs.
- Added slipstream
readmode. - Added behavior to utilize the
If-Modified-Sinceheader.
- New
EntrySetclass for returning updates.
- Using traits to handle multiple types of feeds.
- Added web views to
slipstream. - Added tag filters to
slipstream.
- Merged
slipknotintoslipstream.
slipknothas been removed.
- The
[all]configuration section is now respected.