From 39598ddbdbb973cf5e13f1e6e4aabf7664ba0096 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 7 Sep 2015 21:31:14 -0700 Subject: [PATCH] v4.0.5 --- HISTORY.rst | 11 +++++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 32f1230..4683c89 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index f14ca52..50d8abb 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.4' +let s:VERSION = '4.0.5' " Init {{{