diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e23ebd..bc886f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- **Subscriptions** to feeds and page changes (#61) - Opening local files with `file://` URIs (#103, #117) - `show_link` option added in config to optionally see the URL (#133) diff --git a/README.md b/README.md index 37958fd..1e37e50 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ Features in *italics* are in the master branch, but not in the latest release. - Manage and browse them - Similar to [Kristall](https://github.com/MasterQ32/kristall) - https://lists.orbitalfox.eu/archives/gemini/2020/001400.html -- [x] Subscriptions - - RSS, Atom, and [JSON Feeds](https://jsonfeed.org/) are all supported - - So is tracking a page, to know when its content changes +- [x] *Subscriptions* + - Subscribing to RSS, Atom, and [JSON Feeds](https://jsonfeed.org/) are all supported + - So is subscribing to a page, to know when it changes - [ ] Stream support - [ ] Table of contents for pages - [ ] Search in pages with Ctrl-F