Skip to content

Releases: Snd-R/komf

1.7.1

Choose a tag to compare

@Snd-R Snd-R released this 06 Dec 08:13
de8272f

Fixed MangaBaka response deserialization error

1.7.0

Choose a tag to compare

@Snd-R Snd-R released this 11 Nov 16:15

Fixes

  • Fixed MangaBaka cover response parse error
  • Fixed MangaUpdates media type filtering. #250
  • Fixed Bookwalker error caused by quote characters in search title

Added comicvine matching configuration from title or folder name. #224

  • metadataProviders.comicVineIssueName: string that contains "{number}" which will be replaced by the issue number ie. "Issue #{number}". Used when an issue has no name on ComicVine, default is null
  • metadataProviders.comicVineIdFormat string that contains "{id}" which will serve to parse the ComicVine volume of a given book from its title or folder name ie. "[cv-{id}]" which will correctly identify '.../Uncanny X-Men Omnibus (2006) [cv-27512]' as being 4050-27512

Komf userscript is deprecated. Use new browser web extension:

1.6.1

Choose a tag to compare

@Snd-R Snd-R released this 17 Oct 17:15
  • Fixed search in Webtoons provider
  • Fixed link url encoding in MangaDex provider
  • Changed MangaBaka API provider to include results with all content ratings

1.6.0

Choose a tag to compare

@Snd-R Snd-R released this 02 Aug 06:15
  • Added ComciVine search limit config metadataProviders.comicVineSearchLimit #236
  • Fixed Book Walker nsfw cover fetching. #225
  • Fixed parsing error in some search responses in MAL provider. #234
  • Fixed parsing error in some search responses in MangaBaka API provider
  • Fixed error caused by incorrect chapter and volume numbers mapping in MangaBaka database provider

1.5.2

Choose a tag to compare

@Snd-R Snd-R released this 25 Jul 16:20
  • Fixed issue with MangaBaka database download in docker container
  • Fixed issue when MangaBaka database provider didn't search secondary titles
  • Fixed issue when MangaBaka provider didn't include romanized titles metadata

1.5.1

Choose a tag to compare

@Snd-R Snd-R released this 22 Jul 19:37

Fixed MangaBaka database download when running inside docker container

1.5.0

Choose a tag to compare

@Snd-R Snd-R released this 22 Jul 15:56
  • Added MangaBaka metadata provider. It can be configured to either use remote API or downloadable local database
  • Fixed issue when Kavita library reset call was causing infinite processing loop
  • Fixed Webtoons provider response parsing
  • Notificaitons templates will now be reset to default when empty value is provided
  • Updated Komelia webui to 0.16.0

1.4.0

Choose a tag to compare

@Snd-R Snd-R released this 09 Jul 19:05
e6b2d26
  • Fixed errors on latest Kavita stable release. #233
  • Added Initial implementation for Webtoons. #227
  • MangaDex provider will now try to parse proper main title language tag. #229
  • Fixed malformed weblinks in MangaDex provider. #209
  • Fixed library metadata reset endpoints. #203

1.3.0

Choose a tag to compare

@Snd-R Snd-R released this 13 Jan 20:58
  • Updated Komelia webui to version 0.13.0
  • Fixed Bangumi error caused by blank cover url
  • Fixed Kodansha weblinks

1.2.3

Choose a tag to compare

@Snd-R Snd-R released this 03 Dec 18:25
  • Fixed Bangumi search results parsing
  • Added cache to hentag provider to avoid making additional requests after manual identification
  • Changed viz ratelimit to 1 request per 2 seconds
  • Increased delay after retry from 1->2->4 to 2->4->8 seconds