Skip to content

Releases: Snd-R/komf

1.7.1

06 Dec 08:13
de8272f

Choose a tag to compare

Fixed MangaBaka response deserialization error

1.7.0

11 Nov 16:15

Choose a tag to compare

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

17 Oct 17:15

Choose a tag to compare

  • 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

02 Aug 06:15

Choose a tag to compare

  • 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

25 Jul 16:20

Choose a tag to compare

  • 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

22 Jul 19:37

Choose a tag to compare

Fixed MangaBaka database download when running inside docker container

1.5.0

22 Jul 15:56

Choose a tag to compare

  • 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

09 Jul 19:05
e6b2d26

Choose a tag to compare

  • 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

13 Jan 20:58

Choose a tag to compare

  • Updated Komelia webui to version 0.13.0
  • Fixed Bangumi error caused by blank cover url
  • Fixed Kodansha weblinks

1.2.3

03 Dec 18:25

Choose a tag to compare

  • 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