v6.0.6
This commit is contained in:
parent
c7efc33463
commit
050b14fb53
2 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,14 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
6.0.6 (2016-03-06)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- upgrade wakatime-cli to v4.1.13
|
||||||
|
- encode TimeZone as utf-8 before adding to headers
|
||||||
|
- encode X-Machine-Name as utf-8 before adding to headers
|
||||||
|
|
||||||
|
|
||||||
6.0.5 (2016-03-06)
|
6.0.5 (2016-03-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '6.0.5'
|
__version__ = '6.0.6'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue