mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
038847e665 | |||
d233494a39 | |||
070ad5a023 |
@ -3,6 +3,13 @@ History
|
||||
-------
|
||||
|
||||
|
||||
3.0.5 (2015-01-06)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade external wakatime package to v3.0.4
|
||||
- remove unused dependency, which is missing in some python environments
|
||||
|
||||
|
||||
3.0.4 (2014-12-26)
|
||||
++++++++++++++++++
|
||||
|
||||
|
@ -8,9 +8,9 @@ Installation
|
||||
|
||||
Heads Up! For Sublime Text 2 on Windows & Linux, WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly.
|
||||
|
||||
1. Install [Sublime Package Control](https://sublime.wbond.net/installation).
|
||||
1. Install [Sublime Package Control](https://packagecontrol.io/installation).
|
||||
|
||||
2. Using [Sublime Package Control](http://wbond.net/sublime_packages/package_control):
|
||||
2. Using [Sublime Package Control](https://packagecontrol.io/sublime_packages/package_control):
|
||||
|
||||
a) Inside Sublime, press `ctrl+shift+p`(Windows, Linux) or `cmd+shift+p`(OS X).
|
||||
|
||||
|
@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
|
||||
Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '3.0.4'
|
||||
__version__ = '3.0.5'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
@ -3,6 +3,12 @@ History
|
||||
-------
|
||||
|
||||
|
||||
3.0.4 (2015-01-06)
|
||||
++++++++++++++++++
|
||||
|
||||
- remove unused dependency, which is missing in some python environments
|
||||
|
||||
|
||||
3.0.3 (2014-12-25)
|
||||
++++++++++++++++++
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
from __future__ import print_function
|
||||
|
||||
__title__ = 'wakatime'
|
||||
__version__ = '3.0.3'
|
||||
__version__ = '3.0.4'
|
||||
__author__ = 'Alan Hamlett'
|
||||
__license__ = 'BSD'
|
||||
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
||||
|
@ -10,7 +10,6 @@
|
||||
"""
|
||||
|
||||
import codecs
|
||||
import io
|
||||
import sys
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user