From 6a7de84b9ce47c3f19b19940f567a736d2a1f7b3 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 29 Apr 2016 00:21:51 +0200 Subject: [PATCH] v7.0.0 --- HISTORY.rst | 16 ++++++++++++++++ WakaTime.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1f21a52..22859cc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,22 @@ History ------- +7.0.0 (2016-04-28) +++++++++++++++++++ + +- Queue heartbeats and send to wakatime-cli after 4 seconds. +- Nest settings menu under Package Settings. +- Upgrade wakatime-cli to v6.0.0. +- Increase default network timeout to 60 seconds when sending heartbeats to + the api. +- New --extra-heartbeats command line argument for sending a JSON array of + extra queued heartbeats to STDIN. +- Change --entitytype command line argument to --entity-type. +- No longer allowing --entity-type of url. +- Support passing an alternate language to cli to be used when a language can + not be guessed from the code file. + + 6.0.8 (2016-04-18) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 7e63d47..df6f660 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -7,7 +7,7 @@ Website: https://wakatime.com/ ===========================================================""" -__version__ = '6.0.8' +__version__ = '7.0.0' import sublime