diff --git a/ChangeLog.md b/ChangeLog.md index c5f9906..255ee36 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,12 @@ # Change Log +## [0.2.5] TBD +### Added +- Reauth function thanks to @vbeskrovny and @vvalchev (9bbc116) + - Controlled by `config.json` option `options.allowreauth` true presents reauth dialog and false hides dialog +### Changed +- `options.challengeButton` enabled + - previously this configuraiton option did nothing, this now enables the Credentials button site-wide regardless of the `allowreplay` header value + ## [0.2.4] 2018-07-18 ### Added - Browser title window now changes with xterm escape sequences (see http://tldp.org/HOWTO/Xterm-Title-3.html)