v4.0.3
This commit is contained in:
parent
ca9f59c39f
commit
2ee2b4ea56
2 changed files with 9 additions and 1 deletions
|
@ -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)
|
4.0.2 (2015-06-11)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
" Website: https://wakatime.com/
|
" Website: https://wakatime.com/
|
||||||
" ============================================================================
|
" ============================================================================
|
||||||
|
|
||||||
let s:VERSION = '4.0.2'
|
let s:VERSION = '4.0.3'
|
||||||
|
|
||||||
|
|
||||||
" Init {{{
|
" Init {{{
|
||||||
|
|
Loading…
Reference in a new issue