v3.0.9
This commit is contained in:
parent
510eea0a8b
commit
17404bf848
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
|||
-------
|
||||
|
||||
|
||||
3.0.9 (2015-03-20)
|
||||
++++++++++++++++++
|
||||
|
||||
- status bar message showing when WakaTime plugin is enabled
|
||||
- moved some logic into thread to help prevent slow plugin warning message
|
||||
|
||||
|
||||
3.0.8 (2015-03-09)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
|
|||
Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '3.0.8'
|
||||
__version__ = '3.0.9'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
|
Loading…
Reference in a new issue