diff --git a/HISTORY.rst b/HISTORY.rst index 1b9abb2..cb6615e 100644 --- a/HISTORY.rst +++ b/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) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 7ab7c16..6419a47 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.0' +let s:VERSION = '4.0.1' " Init {{{