Releases: Snd-R/komf
Releases · Snd-R/komf
1.0.8
Quick fix release
- Fixed ComicInfo write permission issue when running with docker on Windows
Changes included in 1.0.7
- Fixed Kavita event listener not triggering when new books where added
- Added strict rate limit of 200 requests per endpoint for ComicVine provider (burst first 50 requests then do one request per 24 seconds)
1.0.7
1.0.6
- Fixed incorrect pagination for library scan in Kavita
- Fixed serialization error caused by missing new Kavita person roles
- Fixed serialization error caused by
availableTranslatedLanguages
field in MangaDex provider - Fixed pagination in BookWalker provider
- Fixed issue when
<
character in series name was causing error in ComicVine provider
1.0.5
1.0.4
1.0.3
- Fixed issue when notification event listener would run before metadata updates
- Fixed ComicVine provider serialization error when fetching StoryArc info
- Changed ComicVine ratelimiter to use delay after each request instead of bursting 60 requests per minute
1.0.0 Release requires Kavita nightly or verions above 0.8.2
1.0.2
- Fixed pagination issues during library identify task
- Fixed issue when metadata and event handlers would run in parallel
- Fixed issue when notification handler would not work if library filter was empty
1.0.0 Release requires Kavita nightly or verions above 0.8.2
1.0.1
1.0.0
1.0.0 Release requires Kavita nightly or verions above 0.8.2
- Added Komelia wasm webui (Komf integration is work in progress)
- Added StoryArc and StoryArcNumber to ComicInfo provider
- Added metadata job history
- Added Apprise notifications integration. #145
- Added chapter metadata updates for API mode in Kavita
- Added mangadex links config
- Added Hentag provider
- ComicInfo update mode will now write Title, Series StoryArc and StoryArcNumber
- Books titles will now be able to be updated in API mode
- Fixed tags and links not being added to Komga oneshots #153
- Fixed Kavita event listener connection error when baseUrl contained trailing slash
- Upload volume instead of chapter covers in Kavita #97
- Do not lock Kavita volume covers #140
- Trim summary indent in Bangumi provider. #75
- Migrated core modules to Kotlin Multiplatform (Android, JVM, Wasm(wip), other platforms might be added in the future)
Breaking changes
- Moved publisher tags config
originalPublisherTagName
,englishPublisherTagName
,frenchPublisherTagName
from provider to postprocessing section. Fixes #102 - Discord Templates config was changed to use predefined filenames
title.vm
,title_url.vm
,description.vm
,footer.vm
,field_<index>_name<_inline>.vm
,field_<index>_value.vm
indiscord
directory. Recomended way to edit templates is from new webui - Removed Cli commands
- Removed OPF mode support
Config deprecation
- Deprecated old
discord
config section and moved it tonotifications.discord
- Deprecated
komga/kavita.notifications.libraries
config and moved it tokomga/kavita.eventListener.notificationsLibraryFilter
- Deprecated
komga/kavita.eventListener.libraries
config and renamed it tokomga/kavita.eventListener.metadataLibraryFilter
- Deprecated
komga/kavita.eventListener.libraries
config and renamed it tokomga/kavita.eventListener.metadataSeriesExcludeFilter
- Deprecated
postProcessing.scoreTag
and replaced it withscoreTagName
Changes since 1.0.0-alpha01
- Added Hentag provider
- Fixed event listener not detecting new books
- Fixed yen press book list retreival
- Fixed kodansha response parsing errors
- Fixed retry not working on 429 responses
- Fixed write of empty StoryArc and StoryArcNumber ComicInfo fields
- Fixed Kavita book name parsing
1.0.0-alpha01
- Added Komelia wasm webui (Komf integration is work in progress)
- Added StoryArc and StoryArcNumber to ComicInfo provider
- Added metadata job history
- Added Apprise notifications integration. #145
- Added chapter metadata updates for API mode in Kavita
- Added mangadex links config
- ComicInfo update mode will now write Title, Series StoryArc and StoryArcNumber
- Books titles will now be able to be updated in API mode
- Fixed tags and links not being added to Komga oneshots #153
- Fixed Kavita event listener connection error when baseUrl contained trailing slash
- Upload volume instead of chapter covers in Kavita #97
- Do not lock Kavita volume covers #140
- Trim summary indent in Bangumi provider. #75
- Migrated core modules to Kotlin Multiplatform (Android, JVM, Wasm(wip), other platforms might be added in the future)
Breaking changes
- Moved publisher tags config
originalPublisherTagName
,englishPublisherTagName
,frenchPublisherTagName
from provider to postprocessing section. Fixes #102 - Discord Templates config was changed to use predefined filenames
title.vm
,title_url.vm
,description.vm
,footer.vm
,field_<index>_name<_inline>.vm
,field_<index>_value.vm
indiscord
directory. Recomended way to edit templates is from new webui - Removed Cli commands
- Removed OPF mode support
Config deprecation
- Deprecated old
discord
config section and moved it tonotifications.discord
- Deprecated
komga/kavita.notifications.libraries
config and moved it tokomga/kavita.eventListener.notificationsLibraryFilter
- Deprecated
komga/kavita.eventListener.libraries
config and renamed it tokomga/kavita.eventListener.metadataLibraryFilter
- Deprecated
komga/kavita.eventListener.libraries
config and renamed it tokomga/kavita.eventListener.metadataSeriesExcludeFilter
- Deprecated
postProcessing.scoreTag
and replaced it withscoreTagName