diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f7267..34ff3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ is released. ### Changed -- Rendering imperformance got a huge boost. +- Parsing and rendering Gophermaps got a major performance boost. - Memory utilization has been reduced. - Error checking has been improved throughout. - Fixed .onion URLs when using Tor. @@ -37,16 +37,16 @@ before the 1.0 release. ### Added - phetch now supports [Tor][tor]! -- phetch now supports a `~/.config/phetch/phetch.conf` config file! +- phetch now supports a `~/.config/phetch/phetch.conf` config file! - Specify your own config file with `--config FILE`. Or disable with - `-C`/`--no-config`. + `-C`/`--no-config`. - Emoji can be used as status indicators. Put `emoji yes` in your - config file. 🧅🔐 + config file. 🧅🔐 - `phetch --print URL` will just print a rendered version of the page. - `phetch -p URL | cat` works now. A simplified, plaintext version of - the page will be rendered. + the page will be rendered. - Tor and TLS can be disabled with `-O` and `-S`, opposites of their - `-o` and `-s` flags. + `-o` and `-s` flags. - On macOS, phetch is now available through [Homebrew](brew.sh): > brew install xvxx/code/phetch