From f932ee9fc6a70d5a564018882ef9ce032498f04d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 24 May 2017 23:55:17 -0700 Subject: [PATCH] changes for v7.0.21 --- HISTORY.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e36e5fb..17f0254 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,18 @@ History ------- +7.0.21 (2017-05-24) +++++++++++++++++++ + +- Upgrade wakatime-cli to v8.0.2. +- Only treat proxy string as NTLM proxy after unable to connect with HTTPS and + SOCKS proxy. +- Support running automated tests on Linux, OS X, and Windows. +- Ability to disable SSL cert verification. wakatime/wakatime#90 +- Disable line count stats for files larger than 2MB to improve performance. +- Print error saying Python needs upgrading when requests can't be imported. + + 7.0.20 (2017-04-10) ++++++++++++++++++