mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
v4.0.16
This commit is contained in:
parent
192a5c7aa7
commit
7f9d6ede9d
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)
|
4.0.15 (2015-08-28)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '4.0.15'
|
__version__ = '4.0.16'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
Loading…
Reference in New Issue
Block a user