mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e5e399dfbe | |||
bcf037e8a4 |
@ -3,6 +3,13 @@ History
|
||||
-------
|
||||
|
||||
|
||||
2.0.1 (2014-05-25)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade external wakatime package to v2.0.0
|
||||
- offline time logging using sqlite3 to queue editor events
|
||||
|
||||
|
||||
1.6.5 (2014-03-05)
|
||||
++++++++++++++++++
|
||||
|
||||
|
@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
|
||||
Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '1.6.5'
|
||||
__version__ = '2.0.1'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
Reference in New Issue
Block a user