v6.0.2
This commit is contained in:
parent
297f65733f
commit
4aa06e3829
2 changed files with 13 additions and 1 deletions
12
HISTORY.rst
12
HISTORY.rst
|
@ -3,6 +3,18 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
6.0.2 (2016-01-06)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- upgrade wakatime-cli core to v4.1.9
|
||||||
|
- 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
|
||||||
|
|
||||||
|
|
||||||
6.0.1 (2016-01-01)
|
6.0.1 (2016-01-01)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '6.0.1'
|
__version__ = '6.0.2'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue