Update doc for merge

This commit is contained in:
makeworld 2020-12-25 16:26:03 -05:00
parent 5d7426f116
commit e42b24c6f2
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### Added
- **Media type handlers** - open non-text files in another application (#121, #134)
- Ability to set custom keybindings in config (#135) - Ability to set custom keybindings in config (#135)
### Fixed ### Fixed

View File

@ -148,7 +148,7 @@ Features in *italics* are in the master branch, but not in the latest release.
- 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
- [x] *Open non-text files in another application* - [x] *Open non-text files in another application*
- [ ] Allow piping/streaming content instead of downloading it first - [x] *Ability to stream content instead of downloading it first*
- [ ] Stream support - [ ] Stream support
- [ ] Table of contents for pages - [ ] Table of contents for pages
- [ ] Search in pages with <kbd>Ctrl-F</kbd> - [ ] Search in pages with <kbd>Ctrl-F</kbd>