changes for v4.0.13

This commit is contained in:
Alan Hamlett 2017-02-13 23:38:52 -08:00
parent 212c1b2fd1
commit 097688d664
1 changed files with 16 additions and 0 deletions

View File

@ -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)
++++++++++++++++++