From 8f176720140f8864582c70129fb314081fea20bf Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Fri, 3 Oct 2014 19:21:05 +0530 Subject: [PATCH] Adds a changelog. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bcabc28 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +This file will only list released and supported versions, usually skipping over very minor updates. + +3.0.0 +===== + +* Oct 3, 2014 +* Major release. +* Firefox support behind `--firefox` flag +* Analytics support. Can be disabled using `--dnt` flag +* Hovering now shows url, timestamp, and uploader nick + +2.3.2 +===== + +* Sep 27, 2014 +* Adds proxy support + + +2.2.0 +===== + +* Adds support for using chrome history behind the `--chrome` flag.