v4.0.5
This commit is contained in:
parent
9dc1a35939
commit
39598ddbdb
2 changed files with 12 additions and 1 deletions
11
HISTORY.rst
11
HISTORY.rst
|
@ -3,6 +3,17 @@ History
|
|||
-------
|
||||
|
||||
|
||||
4.0.5 (2015-09-07)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade wakatime cli to v4.1.6
|
||||
- fix bug in offline caching which prevented heartbeats from being cleaned up
|
||||
- fix local session caching
|
||||
- new --entity and --entitytype command line arguments
|
||||
- fix entry point for pypi distribution
|
||||
- allow passing command line arguments using sys.argv
|
||||
|
||||
|
||||
4.0.4 (2015-08-25)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
" Website: https://wakatime.com/
|
||||
" ============================================================================
|
||||
|
||||
let s:VERSION = '4.0.4'
|
||||
let s:VERSION = '4.0.5'
|
||||
|
||||
|
||||
" Init {{{
|
||||
|
|
Loading…
Reference in a new issue