From 097688d66439ed2b9e160edafd0aa24109c5e9ba Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 13 Feb 2017 23:38:52 -0800 Subject: [PATCH] changes for v4.0.13 --- HISTORY.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index daf8f38..03f2870 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,22 @@ History ------- +4.0.13 (2017-02-13) +++++++++++++++++++ + +- Upgrade wakatime-cli to v6.2.2. +- Allow boolean or list of regex patterns for hidefilenames config setting. +- New WAKATIME_HOME env variable for setting path to config and log files. +- New hostname setting in config file to set machine hostname. Hostname + argument takes priority over hostname from config file. +- Improve debug warning message from unsupported dependency parsers. +- Handle exception from Python system library read permission problem. +- Prevent encoding errors when logging files with special characters. +- Handle unknown exceptions from requests library by deleting cached session + object because it could be from a previous conflicting version. +- Prevent logging unrelated exception when logging tracebacks. + + 4.0.12 (2016-06-08) ++++++++++++++++++