From eb6e94313265711087483108a99adb9ebf465ac9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 6 Jan 2021 08:10:51 -0800 Subject: [PATCH] changes for v2.0.0 --- HISTORY.rst | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 671800b..deb43eb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,24 @@ History ------- +2.0.0 (2021-01-06) +++++++++++++++++++ + +- Add ability to use wildcard in white/black url lists. + `#65 `_ +- Ability to set project name from custom url pattern in whitelist. + `#61 `_ +- Use root domain to prevent cookie problems. + `#44 `_ +- Firefox support. + `#51 `_ + + 1.0.2 (2016-06-30) ++++++++++++++++++ -- Fix bug preventing options from saving. #42 +- Fix bug preventing options from saving. + `#42 `_ 1.0.1 (2016-06-29) @@ -14,7 +28,8 @@ History - Fix blacklist setting. - Misc bug fixes related to icon popup. -- Send plugin name and version with heartbeat data. #41 +- Send plugin name and version with heartbeat data. + `#41 `_ 1.0.0 (2016-06-29)