From 91262cb3c04fe4d98ecdffe8da2197537c66359c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 11 Jan 2016 11:32:22 -0800 Subject: [PATCH] v4.0.7 --- HISTORY.rst | 14 ++++++++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index cd18c30..12e7693 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,20 @@ History ------- +4.0.7 (2016-01-11) +++++++++++++++++++ + +- upgrade wakatime cli to v4.1.10 +- improve C# dependency detection +- correctly log exception tracebacks +- log all unknown exceptions to wakatime.log file +- disable urllib3 SSL warning from every request +- detect dependencies from golang files +- use api.wakatime.com for sending heartbeats +- accept 201 or 202 response codes as success from api +- upgrade requests package to v2.9.1 + + 4.0.6 (2015-12-01) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 928d1f3..238c6fe 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.6' +let s:VERSION = '4.0.7' " Init {{{