From 3ec5995c9972e9ce8c133b04de64ead0c20c809c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 30 Sep 2018 22:02:53 -0700 Subject: [PATCH] changes for v8.2.0 --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index cb9b3ef..25b4bc3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,17 @@ History ------- +8.2.0 (2018-09-30) +++++++++++++++++++ + +- Prevent opening cmd window on Windows when running wakatime-cli. + `#91 `_ +- Upgrade wakatime-cli to v10.3.0. +- Re-enable detecting projects from Subversion folder on Windows platform. +- Prevent opening cmd window on Windows when detecting project from Subversion. +- Run tests on Windows using Appveyor. + + 8.1.2 (2018-09-20) ++++++++++++++++++