diff --git a/HISTORY.rst b/HISTORY.rst index 97f5783..91c4c1e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +4.0.3 (2015-06-23) +++++++++++++++++++ + +- fix offline logging +- limit language detection to known file extensions, unless file contents has a vim modeline +- upgrade wakatime cli to v4.0.16 + + 4.0.2 (2015-06-11) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 9ec562a..dca5b06 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.2' +let s:VERSION = '4.0.3' " Init {{{