From 2ee2b4ea56ae1b56ce77a1b9e5d2c51fc6768842 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 23 Jun 2015 18:14:54 -0700 Subject: [PATCH] v4.0.3 --- HISTORY.rst | 8 ++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 {{{