Skip to content

Releases: Snd-R/komf

1.0.8

12 Oct 09:56
Compare
Choose a tag to compare

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

12 Oct 09:28
Compare
Choose a tag to compare
  • 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.6

16 Sep 15:53
Compare
Choose a tag to compare
  • 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

14 Sep 06:13
Compare
Choose a tag to compare
  • Fixed issue when path after Komga/Kavita host wasn't used in base uri
  • Fixed issue with Komga event listener stopping after some time without reconnecting

1.0.4

12 Sep 07:31
Compare
Choose a tag to compare
  • Fixed Komga event listener

1.0.0 Release requires Kavita nightly or verions above 0.8.2

1.0.3

11 Sep 07:13
Compare
Choose a tag to compare
  • 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

08 Sep 07:11
Compare
Choose a tag to compare
  • 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

08 Sep 05:22
Compare
Choose a tag to compare
  • Fixed Mangadex infinite cover retrieval loop for series that have over 100 covers across all locales

1.0.0 Release requires Kavita nightly or verions above 0.8.2

1.0.0

07 Sep 14:00
Compare
Choose a tag to compare

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 in discord 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 to notifications.discord
  • Deprecated komga/kavita.notifications.libraries config and moved it to komga/kavita.eventListener.notificationsLibraryFilter
  • Deprecated komga/kavita.eventListener.libraries config and renamed it to komga/kavita.eventListener.metadataLibraryFilter
  • Deprecated komga/kavita.eventListener.libraries config and renamed it to komga/kavita.eventListener.metadataSeriesExcludeFilter
  • Deprecated postProcessing.scoreTag and replaced it with scoreTagName

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

29 Aug 16:53
Compare
Choose a tag to compare
1.0.0-alpha01 Pre-release
Pre-release
  • 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 in discord 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 to notifications.discord
  • Deprecated komga/kavita.notifications.libraries config and moved it to komga/kavita.eventListener.notificationsLibraryFilter
  • Deprecated komga/kavita.eventListener.libraries config and renamed it to komga/kavita.eventListener.metadataLibraryFilter
  • Deprecated komga/kavita.eventListener.libraries config and renamed it to komga/kavita.eventListener.metadataSeriesExcludeFilter
  • Deprecated postProcessing.scoreTag and replaced it with scoreTagName