From e42b24c6f2ab8adf351ef3c6decde36f970dcd5c Mon Sep 17 00:00:00 2001 From: makeworld Date: Fri, 25 Dec 2020 16:26:03 -0500 Subject: [PATCH] Update doc for merge --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f39ba..0731dfa 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 +- **Media type handlers** - open non-text files in another application (#121, #134) - Ability to set custom keybindings in config (#135) ### Fixed diff --git a/README.md b/README.md index 8627387..a144138 100644 --- a/README.md +++ b/README.md @@ -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 - So is subscribing to a page, to know when it changes - [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 - [ ] Table of contents for pages - [ ] Search in pages with Ctrl-F