This commit is contained in:
Alan Hamlett 2013-12-02 09:17:35 +01:00
parent 908ff98613
commit 9f9b97c69f
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
1.5.1 (2013-12-02)
++++++++++++++++++
- decode file names with filesystem encoding, then encode as utf-8 for logging
1.5.0 (2013-11-28) 1.5.0 (2013-11-28)
++++++++++++++++++ ++++++++++++++++++

View File

@ -5,7 +5,7 @@ Maintainer: WakaTi.me <support@wakatime.com>
Website: https://www.wakati.me/ Website: https://www.wakati.me/
===========================================================""" ==========================================================="""
__version__ = '1.5.0' __version__ = '1.5.1'
import sublime import sublime
import sublime_plugin import sublime_plugin