v4.0.7
This commit is contained in:
parent
6bd62b95db
commit
7d37193f65
2 changed files with 11 additions and 1 deletions
10
HISTORY.rst
10
HISTORY.rst
|
@ -3,6 +3,16 @@ History
|
|||
-------
|
||||
|
||||
|
||||
4.0.6 (2015-06-21)
|
||||
++++++++++++++++++
|
||||
|
||||
- allow customizing status bar message in sublime-settings file
|
||||
- guess language using multiple methods, then use most accurate guess
|
||||
- use entity and type for new heartbeats api resource schema
|
||||
- correctly log message from py.warnings module
|
||||
- upgrade wakatime cli to v4.0.15
|
||||
|
||||
|
||||
4.0.6 (2015-05-16)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '4.0.6'
|
||||
__version__ = '4.0.7'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue