🔖 Ready for v1.7.0

This commit is contained in:
makeworld 2020-12-20 17:26:39 -05:00
parent 36455e800b
commit 1b92bc9bc4
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.7.0] - 2020-12-20
### Added ### Added
- **Subscriptions** to feeds and page changes (#61) - **Subscriptions** to feeds and page changes (#61)
- Opening local files with `file://` URIs (#103, #117) - Opening local files with `file://` URIs (#103, #117)

View File

@ -122,7 +122,7 @@ Features in *italics* are in the master branch, but not in the latest release.
- Manage and browse them - Manage and browse them
- Similar to [Kristall](https://github.com/MasterQ32/kristall) - Similar to [Kristall](https://github.com/MasterQ32/kristall)
- https://lists.orbitalfox.eu/archives/gemini/2020/001400.html - https://lists.orbitalfox.eu/archives/gemini/2020/001400.html
- [x] *Subscriptions* - [x] Subscriptions
- Subscribing to RSS, Atom, and [JSON Feeds](https://jsonfeed.org/) are all supported - Subscribing to RSS, Atom, and [JSON Feeds](https://jsonfeed.org/) are all supported
- So is subscribing to a page, to know when it changes - So is subscribing to a page, to know when it changes
- [ ] Stream support - [ ] Stream support

View File

@ -11,7 +11,7 @@ import (
) )
var ( var (
version = "v1.6.0" version = "v1.7.0"
commit = "unknown" commit = "unknown"
builtBy = "unknown" builtBy = "unknown"
) )