From c4df1dc63391820f679674628a92f9068679b09d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 20 Sep 2018 22:30:57 -0700 Subject: [PATCH] changes for v8.1.2 --- HISTORY.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 0b5ae47..cb9b3ef 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,23 @@ History ------- +8.1.2 (2018-09-20) +++++++++++++++++++ + +- Upgrade wakatime-cli to v10.2.4. +- Default --sync-offline-activity to 100 instead of 5, so offline coding is + synced to dashboard faster. +- Batch heartbeats in groups of 10 per api request. +- New config hide_project_name and argument --hide-project-names for + obfuscating project names when sending coding activity to api. +- Fix mispelled Gosu language. + `wakatime#137 `_ +- Remove metadata when hiding project or file names. +- New --local-file argument to be used when --entity is a remote file. +- New argument --sync-offline-activity for configuring the maximum offline + heartbeats to sync to the WakaTime API. + + 8.1.1 (2018-04-26) ++++++++++++++++++