diff --git a/CHANGELOG.md b/CHANGELOG.md index 755f88474..1234bc3e3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.3.31.513 + +- core: add option to only download one language again (and skip the addition of .lang to the subtitle filename) (default: off); fixes #126 +- core: add option to always encode saved subtitles to UTF-8 (default: on); fixes #128 +- core: add fallback encoding detection using bs4.UnicodeDammit; hopefully fixes #101 +- core: update libraries: chardet, beautifulsoup, six +- menu/core: check Plex libraries for permission problems on plugin start and report them in the channel menu (option, default: on); fixes #143 +- menu: while a manual refresh takes place, add a refresh button to the top of the SZ menu for convenience +- menu: move the "add/remove X to ignore list" menu item to the bottom of the list on item detail + + 1.3.27.491 - menu/core: make Sub-Zero channel menu optional (setting: "Enable Sub-Zero channel (disabling doesn't affect the subtitle features)?") diff --git a/Contents/Info.plist b/Contents/Info.plist index 690e87b87..39080ff2e 100755 --- a/Contents/Info.plist +++ b/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleVersion - 1.3.31.513 + 1.3.33.522 PlexFrameworkVersion 2 PlexPluginClass @@ -32,7 +32,7 @@ <h1>Sub-Zero for Plex</h1><i>Subtitles done right</i> -Version 1.3.31.513 +Version 1.3.33.522 Originally based on @bramwalet's awesome <a href="https://github.com/bramwalet/Subliminal.bundle">Subliminal.bundle</a> diff --git a/README.md b/README.md index 747c2f12f..693d826a0 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Sub-Zero for Plex, 1.3.31.513 +Sub-Zero for Plex, 1.3.33.522 ================= ![logo](https://raw.githubusercontent.com/pannal/Sub-Zero.bundle/master/Contents/Resources/subzero.gif) @@ -53,16 +53,12 @@ the items with missing subtitles automatically. ## Changelog -1.3.31.513 - -- core: add option to only download one language again (and skip the addition of .lang to the subtitle filename) (default: off); fixes #126 -- core: add option to always encode saved subtitles to UTF-8 (default: on); fixes #128 -- core: add fallback encoding detection using bs4.UnicodeDammit; hopefully fixes #101 -- core: update libraries: chardet, beautifulsoup, six -- menu/core: check Plex libraries for permission problems on plugin start and report them in the channel menu (option, default: on); fixes #143 -- menu: while a manual refresh takes place, add a refresh button to the top of the SZ menu for convenience -- menu: move the "add/remove X to ignore list" menu item to the bottom of the list on item detail +1.3.33.522 +- core: fix library permission detection on windows; fixes #151 +- core: "Restrict to one language" now behaves like it should (one found subtitle of any language is treated as sufficient); fixes #149 +- core: add support for other subtitle formats such as ssa/ass/microdvd, convert to srt; fixes #138 +- core: hopefully more consistent force-refresh handling (intent); fixes #118 [older changes](CHANGELOG.md)