v4.0.5
This commit is contained in:
parent
71ce25a326
commit
9b5c59e677
2 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,15 @@ History
|
|||
-------
|
||||
|
||||
|
||||
4.0.5 (2015-05-15)
|
||||
++++++++++++++++++
|
||||
|
||||
- correctly display caller and lineno in log file when debug is true
|
||||
- project passed with --project argument will always be used
|
||||
- new --alternate-project argument
|
||||
- upgrade wakatime cli to v4.0.12
|
||||
|
||||
|
||||
4.0.4 (2015-05-12)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '4.0.4'
|
||||
__version__ = '4.0.5'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue