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 | |
---|---|---|---|
28063e3ac4 | |||
4d56aca1a1 | |||
e15c514ef3 |
@ -3,6 +3,13 @@ History
|
||||
-------
|
||||
|
||||
|
||||
11.0.6 (2022-06-08)
|
||||
++++++++++++++++++
|
||||
|
||||
- Fix call to log helper.
|
||||
`#113 <https://github.com/wakatime/sublime-wakatime/issues/113>`_
|
||||
|
||||
|
||||
11.0.5 (2022-04-29)
|
||||
++++++++++++++++++
|
||||
|
||||
|
@ -8,7 +8,7 @@ Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '11.0.5'
|
||||
__version__ = '11.0.6'
|
||||
|
||||
|
||||
import sublime
|
||||
@ -963,7 +963,7 @@ def createSymlink():
|
||||
if not is_win:
|
||||
os.chmod(link, 509) # 755
|
||||
except:
|
||||
log(traceback.format_exc())
|
||||
log(WARNING, traceback.format_exc())
|
||||
|
||||
|
||||
class SSLCertVerificationDisabled(object):
|
||||
|
Reference in New Issue
Block a user