Skip to content

Latest commit

 

History

History
103 lines (61 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

103 lines (61 loc) · 3.23 KB

Changelog

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

Fixed

  • Remove parens surrounding url in output by @KnapSac in #22

0.7.0 - 2024-01-20

Added

  • 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

Added

  • Support new-only flag by @KnapSac in #5

0.6.0 - 2022-10-05

Added

  • Offline support for --run-days by @KnapSac in #16
  • Update dependencies by @KnapSac in #17

Fixed

  • Fix detecting offline mode

Changed

  • Simplify code after upgrade to latest windows-rs

0.5.0 - 2022-06-25

Added

  • 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

Changed

  • Switch to using clap derive macro by @KnapSac in #14

0.4.0 - 2022-06-17

Added

  • Support storing subscriptions file in environment variable by @KnapSac in #13

0.3.0 - 2022-03-24

Added

  • 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

Added

  • last-ran-at option for debugging purposes

Fixed

  • ran_in_past_n_days was off by one day due to using >= instead of >

0.2.0 - 2022-01-04

Added

  • Store subscriptions file in fixed location (#2)
  • Allow overwriting of subscriptions file (#3)

0.1.0 - 2022-01-04

Added

  • 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.