Skip to content

Releases: yoavain/screwzira-subtitle-downloader

v12.5.1

04 May 07:53
Compare
Choose a tag to compare

Use Node.js 22

v12.1.1

19 Dec 16:08
Compare
Choose a tag to compare
  • Fix configuration persistence + tests
  • Add persistent cache for tv show id
  • Updated dependencies
  • Added tests
  • Remove another external dependency: fs-extra (use native fs and fs/promises for everything)
  • Proxy all calls to fs via fileUtils for testability

v12.0.0

01 Dec 17:46
Compare
Choose a tag to compare
v12.0.0 Pre-release
Pre-release

Removed due to a bug in configuration persistence

  • Replace got with native fetch
  • Replace fs with fs/promises
  • Named import from fs/promises
  • SpyOn instead of overriding native fs functions
  • Cleanup old code

v11.0.1

02 Jul 10:17
Compare
Choose a tag to compare
11.0.1

v11.0.0

01 Jul 18:21
6d080c9
Compare
Choose a tag to compare
  • Bundled with NodeJS 20.3.1 using the experimental "Single executable applications" feature

v9.0.1

27 Sep 08:20
Compare
Choose a tag to compare
9.0.1

v8.1.0

04 Mar 12:14
21b81ed
Compare
Choose a tag to compare
Fix installer display icon

v8.0.0

29 Jan 20:04
8c95ac6
Compare
Choose a tag to compare
v8.0.0 Rewrite file-association

* Remove the use of media player classic progID
* Folders: Use HKLM\SOFTWARE\Classes\Folder
* Files:  HKLM\SOFTWARE\Classes\SystemFileAssociations\<ext>

v7.0.4

28 May 08:42
ce19270
Compare
Choose a tag to compare

You can now control the language token. (Default: "Hebrew")
You can set it in the configuration file:
%programdata%\Ktuvit-Downloader\ktuvit-downloader-config.json

{
    "languageCode": "heb"
}

This will result in filename.heb.srt (instead of filename.Hebrew.srt)

v6.2.2

12 Mar 19:26
7dcc272
Compare
Choose a tag to compare
Dependencies update