From 4f8140ed3ffa7b51a63eefd58f579f84d3246713 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 19 Dec 2018 07:47:12 -0800 Subject: [PATCH] changes for v7.1.3 --- HISTORY.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 52c2f65..e231b4a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,19 @@ History ------- +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 `_ +- Support language argument for non-file entity types. +- Send 25 heartbeats per API request. +- New category "Writing Tests". + `wakatime#156 `_ +- Fix bug caused by git config section without any submodule option defined. + `wakatime#152 `_ + + 7.1.2 (2018-09-20) ++++++++++++++++++ @@ -50,10 +63,10 @@ History - Upgrade wakatime-cli to v10.1.2. - Detect dependencies from Swift, Objective-C, TypeScript and JavaScript files. - Categorize .mjs files as JavaScript. - `#wakatime121 `_ + `wakatime#121 `_ - Detect dependencies from Elm, Haskell, Haxe, Kotlin, Rust, and Scala files. - Improved Matlab vs Objective-C language detection. - `#wakatime129 `_ + `wakatime#129 `_ 7.0.5 (2018-01-28)