v4.0.16
This commit is contained in:
parent
192a5c7aa7
commit
7f9d6ede9d
2 changed files with 14 additions and 1 deletions
13
HISTORY.rst
13
HISTORY.rst
|
@ -3,6 +3,19 @@ History
|
|||
-------
|
||||
|
||||
|
||||
4.0.16 (2015-09-29)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade wakatime cli to v4.1.8
|
||||
- fix bug in guess_language function
|
||||
- improve dependency detection
|
||||
- default request timeout of 30 seconds
|
||||
- new --timeout command line argument to change request timeout in seconds
|
||||
- allow passing command line arguments using sys.argv
|
||||
- fix entry point for pypi distribution
|
||||
- new --entity and --entitytype command line arguments
|
||||
|
||||
|
||||
4.0.15 (2015-08-28)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '4.0.15'
|
||||
__version__ = '4.0.16'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue