forked from luna/vim-rana-local
v2.0.0
This commit is contained in:
parent
c10c4157fb
commit
a1cfa5eee0
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
2.0.0 (2014-05-25)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- upgrade external wakatime package to v2.0.0
|
||||||
|
- offline time logging using sqlite3 to queue editor events
|
||||||
|
|
||||||
|
|
||||||
1.5.4 (2014-03-05)
|
1.5.4 (2014-03-05)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
" Website: https://wakatime.com/
|
" Website: https://wakatime.com/
|
||||||
" ============================================================================
|
" ============================================================================
|
||||||
|
|
||||||
let s:VERSION = '1.5.4'
|
let s:VERSION = '2.0.0'
|
||||||
|
|
||||||
|
|
||||||
" Init {{{
|
" Init {{{
|
||||||
|
|
Loading…
Reference in a new issue