Skip to content

Releases: ShokoAnime/Shokofin

Shokofin Unstable 3.0.1.161

12 May 01:13
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: supposedly increase performance
by droping the use of abstract interfaces, according to dotnet8.

fix: use right dict to get collection

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.161

Shokofin Unstable 3.0.1.160

10 May 02:59
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: remove nfos from mixed libraries
since they weren't needed, and were actually causing issues.

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.160

Shokofin Unstable 3.0.1.159

10 May 02:23
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:
feat: collections be damned

  • Hooked up the rest of the half-implemented collection support,
    though it is 4am, so expect things to break. Good luck if you want
    to try it before I get to testing it tomorrow. 🫡

misc: the typo squashing commit [skip ci]
I went full grammar nazi. I have no excuse.

misc: tweak comments [skip ci]

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.159

Shokofin Unstable 3.0.1.158

04 May 00:35
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: remove hard-coded path separator

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.158

Shokofin Unstable 3.0.1.157

04 May 00:07
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: fix paths for file events in daily server

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.157

Shokofin Unstable 3.0.1.156

03 May 23:38
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: don't append suffix to theme-videos/trailers

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.156

Shokofin Unstable 3.0.1.155

02 May 03: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: add more special featurettes detections

  • Add more special featurettes detections, but this time for the 'other'
    type episodes.

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.155

Shokofin Unstable 3.0.1.154

02 May 03:39
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: one more fix for force movie special featurettes

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.154

Shokofin Unstable 3.0.1.153

02 May 03:07
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: fix force movie special featurettes

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.153

Shokofin Unstable 3.0.1.152

02 May 02:21
1fb54de
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: overhaul metadata settings (#52)

  • Overhaul the metadata settings section in the plugin settings. By default we let the plugin decide what to do for the main title, alternate title, and description, but each of the three behaviors can be overridden by enabling a checkbox to reveal the new-and-shiny (for the titles at least) advanced selectors. The description selector has also been moved under an override checkbox in this commit, while previously it was always visible.

  • Cleaned up the rest of the metadata settings section to be more tidy by renaming and moving around the other settings.

  • Overhauled the internals to support the new settings. In practice you shouldn't see much difference in behavior compared to the previous options.

Warning: The title and description settings has been reset to the new default values, meaning any people that had altered their title/description settings previously should edit them if they don't want to use the new defaults. This is a side-effect of us not having settings migrations. Maybe in the future we will have it, but not now. :slightly_smiling_face

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.1.152