1
0
Fork 0

📝 Update changelog

This commit is contained in:
makeworld 2020-11-04 18:38:08 -05:00
parent b3482d3a09
commit 72e38e8b8d
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### Added
- **Support client certificates** through config (#112)
- `ansi` config setting, to disable ANSI colors in pages (#79, #86) - `ansi` config setting, to disable ANSI colors in pages (#79, #86)
- Edit current URL with <kbd>e</kbd> (#87) - Edit current URL with <kbd>e</kbd> (#87)
- If `emoji_favicons` is enabled, new bookmarks will have the domain's favicon prepended (#69, #90) - If `emoji_favicons` is enabled, new bookmarks will have the domain's favicon prepended (#69, #90)
- The `BROWSER` env var is now also checked when opening web links on Unix (#93) - The `BROWSER` env var is now also checked when opening web links on Unix (#93)
- Support client certificates through config (#112)
### Changed ### Changed
- Disabling the `color` config setting also disables ANSI colors in pages (#79, #86) - Disabling the `color` config setting also disables ANSI colors in pages (#79, #86)
@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- XDG user dir file is parsed instead of looking for XDG env vars (#97, #100) - XDG user dir file is parsed instead of looking for XDG env vars (#97, #100)
- Support paths in HTTP(S) browser config setting (#77) - Support paths with spaces in HTTP browser config setting (#77)
## [v1.5.0] - 2020-09-01 ## [v1.5.0] - 2020-09-01