Releases: sjorge/akiba
Releases · sjorge/akiba
v2.1.5
v2.1.4
Full Changelog: v2.1.2...v2.1.4
Fixes
{tag:number}
should not return NaN for specials, openings, ...- ensureJellyfinIdType() should return compatible type not original
v2.1.2
Full Changelog: v2.1.1...v2.1.2
What's Changed
- abandon levenshtein comparison in favor of manual normalization for tmdb idmap
- allow local idmap to 'blacklist' further idmaping by setting the ID to
-1
v2.1.1
Full Changelog: v2.1.0...v2.1.1
Fixes
- fix: tmdb fuzzy matching has too many false positives (still slightly better than original)
- fix: drop 2nd call to setMaxListeners (doesn't seem to work though)
- fix:
rename --copy
should not move hash in cache but copy it instead
v2.1.0
Full Changelog: v2.0.1...v2.1.0
What's Changed
--mylist-state
added for rename command, this allows marking identified files as either "internal_storage", "external_storage", or "remote_storage"- re-enable fuzzy matching for anime/idmap/tmdb
Fixes
- sanitize filenames should also strips
_
when last character in tag write-nfo
now consistently prints the ID status- episodes are now process in a natural sort order
- titles now have proper decoding of html escaped strings
- postinstall now also works with macOS sed
v2.0.1
Full Changelog: v2.0.0...v2.0.1
What's Changed
- added
--dry-run
flag to rename command
Fixes
- formatter would generate invalid filenames
--print-ed2klinks
should not output banner- cached ed2khashes had wrong link after rename
v2.0.0
Full Changelog: v1.0.1...v2.0.0
- add string formatter for rename command
- add ed2khash library for hashing for the identify set of the rename command
- update
configure
command with new parameters - implement
rename
command
Fixes:
- fix anidbjs types
- use different value for anidb titles file cache (3d by default now instead of 7d)
v1.0.1
Full Changelog: v1.0.0...v1.0.1
Very minor patch release:
- fix: cmd/write-nfo - correct typo
- fix: lib/anime/resolver - fix typo in toString()
- fix: cmd/write-nfo - make sure path is absolute