All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.7.1 - 2024-05-17
- Remove parens surrounding url in output by @KnapSac in #22
0.7.0 - 2024-01-20
- Support relative post urls by prepending base url by @KnapSac in #20
- Show progress bar while fetching feeds by @KnapSac in #21
0.6.1 - 2022-10-05
- Support
new-only
flag by @KnapSac in #5
0.6.0 - 2022-10-05
- Fix detecting offline mode
- Simplify code after upgrade to latest windows-rs
0.5.0 - 2022-06-25
- Add
--limit
to limit number of posts per feed by @KnapSac in #15 - Add
--count-only
to only show number of posts per feed by @KnapSac in #15
- Switch to using
clap
derive macro by @KnapSac in #14
0.4.0 - 2022-06-17
- Support storing subscriptions file in environment variable by @KnapSac in #13
0.3.0 - 2022-03-24
- Support filtering feeds by name by @KnapSac in #7
- Find more links by @KnapSac in #8
- Add support for exporting and importing subscriptions by @KnapSac in #10
0.2.1 - 2022-01-05
last-ran-at
option for debugging purposes
ran_in_past_n_days
was off by one day due to using>=
instead of>
0.2.0 - 2022-01-04
0.1.0 - 2022-01-04
- Support for adding and removing RSS feed subscriptions.
- Support for listing the items in a RSS feed in the last specified number of weeks.
- Support using
gobbler
in a shell profile.