This commit is contained in:
Alan Hamlett 2016-01-11 11:32:22 -08:00
parent 8a89f9f5d5
commit 91262cb3c0
2 changed files with 15 additions and 1 deletions

View File

@ -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)
++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '4.0.6'
let s:VERSION = '4.0.7'
" Init {{{