Skip to content

Releases: seanliang/ConvertToUTF8

1.2.14

25 May 10:12
Compare
Choose a tag to compare

Enhancements

  • Use Python 3.8 in Sublime Text 4

Note: For those who upgrade to Sublime Text 4, please remove or disable Codecs33 plugin which files are included in embedded Python 3.8.

ConvertToUTF8 1.2.13 Released

14 Mar 08:18
Compare
Choose a tag to compare

Added "reset_diff_markers" setting for resetting the diff markers in the gutter (defaults to true)

ConvertToUTF8 1.2.12 Released

24 Jan 04:25
Compare
Choose a tag to compare

Enhancements

ConvertToUTF8 1.2.11 Released

10 Jul 16:21
Compare
Choose a tag to compare

Enhancements

  • Save the cache contents only when necessary

Fixed

  • Handle the unload event to avoid AttributeError (#68, thanks to @Timandes)

1.2.10: - Add a new option "confidence" (#66, thanks to @doraemoncyx)

13 Jun 07:59
Compare
Choose a tag to compare

Enhancements

  • Add a new option "confidence" (#66, thanks to @doraemoncyx)
  • A better handle for restoring selections (#67, thanks to @tianjun9)

Fixed

  • Only record command that modifies the buffer (#53, thanks to @demon386)

** The cursor position might be wrong after restoring.

1.2.9

12 Jan 04:40
Compare
Choose a tag to compare

Enhancements

  • Restore folded regions after reloading (#49, thanks to @tinymins)

Fixed

  • Malfunction caused by the corrupted cache file

1.2.8: - Added "convert_on_find" setting for converting the text in Find Res…

27 Nov 08:14
Compare
Choose a tag to compare
…ults view (defaults to false). (#39, thanks to @songenhin)

- A better handle on Codecs plugin
- Change all setting options to boolean type (true or false)
- Encode selection for empty file (#44 and #45, thanks to @knight9999 and @fyears)
- Sync chardet to version 2.3.0

1.2.7: Merge pull request #41 from yoonian/master

22 Jul 10:19
Compare
Choose a tag to compare
Prevent warning message during converting cp949 file

1.2.6: - Let user choose the encoding for possible UTF-8 files (#38, thanks …

05 Jun 10:46
Compare
Choose a tag to compare

1.2.5

24 Mar 15:13
Compare
Choose a tag to compare

Enhancements