v4.0.1
This commit is contained in:
parent
201aa07bc4
commit
1e2ba90f70
2 changed files with 18 additions and 1 deletions
17
HISTORY.rst
17
HISTORY.rst
|
@ -3,6 +3,23 @@ History
|
|||
-------
|
||||
|
||||
|
||||
4.0.1 (2015-05-31)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade wakatime cli to v4.0.14
|
||||
- make sure config file has api_key
|
||||
- only display setup complete message first time setting up cfg file
|
||||
- don't log time towards git temporary files
|
||||
- prevent slowness in quickfix window to fix #24
|
||||
- reuse SSL connection across multiple processes for improved performance
|
||||
- correctly display caller and lineno in log file when debug is true
|
||||
- project passed with --project argument will always be used
|
||||
- new --alternate-project argument
|
||||
- fix bug with auto detecting project name
|
||||
- correctly log message from py.warnings module
|
||||
- handle plugin_directory containing spaces
|
||||
|
||||
|
||||
4.0.0 (2015-05-01)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
" Website: https://wakatime.com/
|
||||
" ============================================================================
|
||||
|
||||
let s:VERSION = '4.0.0'
|
||||
let s:VERSION = '4.0.1'
|
||||
|
||||
|
||||
" Init {{{
|
||||
|
|
Loading…
Reference in a new issue