Releases: ShokoAnime/Shoko-WebUI
v2.1.2-dev.4
- fix: fix image key and selected image (#1116)
Made sure the image key is unique across images, since only using the id is not unique enough in case the id overlaps between different providers and/or types. And exposed that the selected image can be null, instead of using a fake image type with no actual properties on it and checking if it's the fake type. null
exists for a reason so might be a good idea to use it for it's intended use case.
v2.1.2-dev.3
- Fix series images page issues (#1115)
v2.1.2-dev.2
- Remove Banners From The Series Page (#1114)
- banners are a vestigial tvdb remnant
v2.1.2-dev.1
- Add option to disable rename in renamer (#1113)
v2.1.2-dev.0
-
Remove "Get Mylist Stats" setting, refactor (#1112)
-
Remove "Get Mylist Stats" setting, refactor
UpdateFrequencyValues
-
Update deps
v2.1.1
What's Changed
- Fix loading indicators in settings by @harshithmohan in #1103
- Improve filter functionality, misc fixes, update deps by @harshithmohan in #1105
- Fix typo in collection display settings by @harshithmohan in #1107
- Scrollbar Fixes / File Search Utility Shoko Logo Size by @natyusha in #1109
- Fix step count in AvDumpSeriesSelectModal by @harshithmohan in #1110
Full Changelog: v2.1.0...v2.1.1
v2.1.1-dev.5
- Fix step count in AvDumpSeriesSelectModal (#1110)
v2.1.1-dev.4
-
Scrollbar Fixes / File Search Utility Shoko Logo Size (#1109)
-
Scrollbar Fixes / File Search Utility Shoko Logo Size
-
Add Utilities Table Scrollbar Style
-
Switch shoko-scrollbar to moz-document
-
Remove redundant class
v2.1.1-dev.3
- Fix typo in collection display settings (#1107)
v2.1.1-dev.2
-
Improve filter functionality, misc fixes, update deps (#1105)
-
Move series tags button to a separate component
-
De-duplicate code from collection items
-
Rename
useFirstRunSettingsContext
to fix typo -
Fix filtering inside groups and allow filtering as well
-
Fix filtering inside presets
-
Update dependencies
-
Fix spinner in add series modal