mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
v7.0.7
This commit is contained in:
parent
52e6107c6e
commit
b149d7fc87
13
HISTORY.rst
13
HISTORY.rst
@ -3,6 +3,19 @@ History
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
7.0.7 (2016-07-06)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- Upgrade wakatime-cli to v6.0.7.
|
||||||
|
- Handle unknown exceptions from requests library by deleting cached session
|
||||||
|
object because it could be from a previous conflicting version.
|
||||||
|
- New hostname setting in config file to set machine hostname. Hostname
|
||||||
|
argument takes priority over hostname from config file.
|
||||||
|
- Prevent logging unrelated exception when logging tracebacks.
|
||||||
|
- Use correct namespace for pygments.lexers.ClassNotFound exception so it is
|
||||||
|
caught when dependency detection not available for a language.
|
||||||
|
|
||||||
|
|
||||||
7.0.6 (2016-06-13)
|
7.0.6 (2016-06-13)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '7.0.6'
|
__version__ = '7.0.7'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
Loading…
Reference in New Issue
Block a user