From 0e1ef08b48bfe26ec91bb6a2885aae1ae3af7a3d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sat, 30 Mar 2019 19:20:38 -0700 Subject: [PATCH] changes for v7.1.4 --- HISTORY.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e231b4a..bccb7c0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,25 @@ History ------- +7.1.4 (2019-03-30) +++++++++++++++++++ + +- Upgrade wakatime-cli to v10.8.2. +- Detect go.mod files as Go language. + `jetbrains-wakatime#119 `_ +- Detect C++ language from all C++ file extensions. + `vscode-wakatime#87 `_ +- Add ssl_certs_file arg and config for custom ca bundles. + `#164 `_ +- Fix bug causing random project names when hide project names enabled. + `vscode-wakatime#162 `_ +- Add support for UNC network shares without drive letter mapped on Winows. + `#162 `_ + + 7.1.3 (2018-12-19) ++++++++++++++++++ + - Upgrade wakatime-cli to v10.6.1. - Correctly parse include_only_with_project_file when set to false. `wakatime#161 `_