Skip to content

Releases: seanliang/ConvertToUTF8

1.2.14

Choose a tag to compare

@seanliang seanliang released this 25 May 10:12

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

Choose a tag to compare

@seanliang seanliang released this 14 Mar 08:18

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

ConvertToUTF8 1.2.12 Released

Choose a tag to compare

@seanliang seanliang released this 24 Jan 04:25

Enhancements

ConvertToUTF8 1.2.11 Released

Choose a tag to compare

@seanliang seanliang released this 10 Jul 16:21

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)

Choose a tag to compare

@seanliang seanliang released this 13 Jun 07:59

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

Choose a tag to compare

@seanliang seanliang released this 12 Jan 04:40

Enhancements

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

Fixed

  • Malfunction caused by the corrupted cache file

1.2.8

Choose a tag to compare

@seanliang seanliang released this 27 Nov 08:14
- Added "convert_on_find" setting for converting the text in Find Res…

1.2.7: Merge pull request #41 from yoonian/master

Choose a tag to compare

@seanliang seanliang released this 22 Jul 10:19
Prevent warning message during converting cp949 file

1.2.6

Choose a tag to compare

@seanliang seanliang released this 05 Jun 10:46
- Let user choose the encoding for possible UTF-8 files (#38, thanks …

1.2.5

Choose a tag to compare

@seanliang seanliang released this 24 Mar 15:13

Enhancements