This commit is contained in:
Alan Hamlett 2015-09-07 21:31:14 -07:00
parent 9dc1a35939
commit 39598ddbdb
2 changed files with 12 additions and 1 deletions

View File

@ -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) 4.0.4 (2015-08-25)
++++++++++++++++++ ++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/ " Website: https://wakatime.com/
" ============================================================================ " ============================================================================
let s:VERSION = '4.0.4' let s:VERSION = '4.0.5'
" Init {{{ " Init {{{