From f87bde04a8cc3fe0052f5805f97912e669a1bb62 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 30 Jul 2018 09:55:24 -0400 Subject: [PATCH] update changelog --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)