v4.0.8
This commit is contained in:
parent
fb479f8e84
commit
7ee7de70d5
2 changed files with 10 additions and 2 deletions
10
HISTORY.rst
10
HISTORY.rst
|
@ -3,7 +3,15 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
4.0.6 (2015-06-21)
|
4.0.8 (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.7 (2015-06-21)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- allow customizing status bar message in sublime-settings file
|
- allow customizing status bar message in sublime-settings file
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '4.0.7'
|
__version__ = '4.0.8'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue