Skip to content

Releases: ShokoAnime/Shokofin

Shokofin Unstable 3.0.1.143

27 Apr 17:05
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
Add option to ignore indirect relations for chronological order

Fix chronological season order

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.143

Shokofin Unstable 3.0.1.142

26 Apr 12:45
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
fix: expect the unexpected

  • Always check if the link has been created/removed if the operation
    fails, and if it has successfully changed to our expected outcome,
    then just proceed as normal.

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.142

Shokofin Unstable 3.0.1.141

26 Apr 12:27
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
misc: log error early if we fail to generate links

  • Log the error early to more easier tracking it down if we fail to
    generate links for a source location, instead of having to wait
    for Task.WhenAll to finish before seeing the first error that
    occured.

misc: remove empty whitespace [skip ci]

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.141

Shokofin Unstable 3.0.1.140

25 Apr 14:37
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
fix: add file delete event logic

  • Added file delete event logic. It may not be perfect, but at least
    it's something. Time will tell if i did it right or not.

fix: add NotNullWhen attributes

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.140

Shokofin Unstable 3.0.1.139

25 Apr 12:56
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
fix: add try…catch to event proccessing methods

fix: fix new file moved event args

misc: PathRelativePath

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.139

Shokofin Unstable 3.0.1.138

23 Apr 22:44
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
misc: move variables for better time tracking

fix: bypass http cache for import folder files

fix: filter series ids before use

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.138

Shokofin Unstable 3.0.1.137

23 Apr 17:46
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
misc: log when automagic cache clearing occurs

  • Log in the info level when automagic cache clearing occurs. Since not
    everyone have their jellyfin instance set to log Shokofin message at
    debug level (or below).

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.137

Shokofin Unstable 3.0.1.136

23 Apr 17:27
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
refactor: partially wire up file events

  • Wired up file added/updated events, and laid the ground work for
    file deleted events and series/episode updated events.

fix: Path.CombinePath.Join

  • Replaced all occurences of Path.Combine with Path.Join, because
    they are not the same, and we want the bahaviour of .Join.

misc: fix casing of scheduled tasks

misc: remove unused import

refactor: track cache access

  • Track when we accessed the caches last, and clear them in a
    scheduled task when they become stall.

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.136

Shokofin Unstable 3.0.1.135

21 Apr 10:44
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
fix: compensate for missing imported at dates in shoko server

  • Compensate for the (since fixed) bug in Shoko Server (hopefully) that
    lead to some files not having an imported at date if they've been
    imported, then removed from shoko, then reimported.

misc: fix logging of skipped event [skip ci]

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.135

Shokofin Unstable 3.0.1.134

20 Apr 22:27
Compare
Choose a tag to compare
Pre-release

Update your plugin using the unstable manifest or by downloading the release from GitHub Releases and installing it manually!

Changes since last build:
fix: temp. disable import order for VFS

misc: remove unneeded assignment

fix: only emit path for the same file/series once

refactor: better cleanup logic

  • Refactor how we do the cleanup, adding more trace/debug logging,
    only get the file list once, and to only try to clean up a directory
    once.

misc: decrease default VFS link gen. threads

refactor: easier import order in VFS

  • Set the link creation date instead of monkey-patching the items
    afterwards.

What's Changed

  • Fix: Sets url used in manifest-unstable.json correctly by @fearnlj01 in #45
  • Add issue template by @Orski174 in #49
  • Add sortable checkboxes for description source by @fearnlj01 in #42
  • Prevent error being logged in the console on plugin settings page by @fearnlj01 in #50
  • Chore: Cleanup js in settings page by @fearnlj01 in #51
  • Misc: Change update webhook [skip ci] by @fearnlj01 in #53

New Contributors

Full Changelog: 3.0.1...3.0.1.134