Skip to content

Releases: JiPaix/Fukayo

v0.16.6-beta

06 Feb 01:20
9609486
Compare
Choose a tag to compare
v0.16.6-beta Pre-release
Pre-release

Bug Fixes

  • renderer

    • can't tell if import table finished loading all candidates. (5119fbf)
    • can't select some entries in import table. (dd4e5f1)
    • can't use import twice in row without reloading the page. (48a2021)

Chores

  • i18n

    • translations update. (df63904)
    • add translations to import table. (9a5842d)

v0.16.0-beta

05 Feb 23:21
fcd534e
Compare
Choose a tag to compare
v0.16.0-beta Pre-release
Pre-release

New Features

  • api

    • import mangas from all-mangas-reader-2. (0e62190)
      closes #331
      closes #330

Chores

  • i18n

v0.15.97-beta

04 Feb 15:54
5a478ee
Compare
Choose a tag to compare
v0.15.97-beta Pre-release
Pre-release

Bug Fixes

  • api

    • replace any instance of "localhost" with "127.0.0.1". (14d62ed)
    • tachidesk add non-existing languages to manga entry. (3cca78a)
      populate manga.langs with the current manga lang instead of the requested langs
    • sources are stuck if chapter has no pages. (15b56dc)
  • renderer

    • desktop client doesn't handle failed api connection on startup. (fd00439)
  • reader

    • single page sometimes freeze the reader. (928be8d)
      check if array exists before trying a loop
  • sources

    • loggin test can fails without credentials. (18385b9)
      add credentialsRequired to sources constructor

Performance improvements

  • api

    • faster mirror initiliazing. (f1e0719)
      stop waiting for every single mirror's online status before starting api

Chores

v0.15.66-beta

31 Jan 04:58
49b18cd
Compare
Choose a tag to compare
v0.15.66-beta Pre-release
Pre-release

Bug Fixes

  • api

    • change puppeteer browser rev. (d491a63)

v0.15.64-beta

31 Jan 04:23
f3cc11a
Compare
Choose a tag to compare
v0.15.64-beta Pre-release
Pre-release

Bug Fixes

  • api

    • stop spamming log message "is online". (d597b26)
    • tachidesk fails to retrieve manga if authors/artists is null. (a837607)

Documentation Changes

Chores

v0.15.16-beta

26 Jan 19:55
9d45490
Compare
Choose a tag to compare
v0.15.16-beta Pre-release
Pre-release

New Features

  • add command line switch --verbose to enable console logs. WARNING: Logs can contain sensitive data. (8af1f6d)

Bug Fixes

  • renderer

    • repaired entries simultaneously appear as broken and repaired until page is refreshed. (2e30e47)
      empty deadMangas array before parsing the library
    • selfhosted sources are sometimes incorrectly displayed as offline or not logged-in. (4624eae)
  • api

    • change komga end point used to check if it is signed in. (5a59f39)

Refactors

  • api

    • use http(s) instead of tcp to check if source is online. (90be113)

Code Style Changes

  • api

    • directly invoke listener in socket.io.use. (4e7836f)

Chores

Other Changes

  • Revert "chore: change links in funding.yml [skip ci]". (113af82)
    This reverts commit 7c4f56c.

v0.15.2-beta

22 Jan 00:28
42a66a5
Compare
Choose a tag to compare
v0.15.2-beta Pre-release
Pre-release

Bug Fixes

  • Build System

v0.14.0-beta

21 Jan 05:00
a206e07
Compare
Choose a tag to compare
v0.14.0-beta Pre-release
Pre-release

Bug Fixes

  • renderer

    • check if mangas are being updated more often. (3f956a0)
  • reader

    • no longer move to next chapter accidently (while scrolling) when chapter is still loading. (b9a5802)

Refactors

  • api

    • simplify (fix?) mangas update code. (aa881a2)

v0.13.44-beta

21 Jan 01:00
9c543bd
Compare
Choose a tag to compare
v0.13.44-beta Pre-release
Pre-release

Bug Fixes

  • electron

    • app doesn't automatically moves to library when using desktop client. (f680e7c)
  • renderer

    • webtoon reset to global default when cache is reset. (6679616)
  • reader

    • reloading an image cancel fetch and prefetch. (8e6162a)
    • reader tries to prefetch non-existing next chapter. (951af65)
  • selected languages should be saved on the server. (e946d8f)

Chores

  • vscode

    • enable takeover (volar). (3679298)

v0.13.36-beta

17 Jan 22:04
cbb991f
Compare
Choose a tag to compare
v0.13.36-beta Pre-release
Pre-release

Bug Fixes

  • renderer

    • reloading a chapter's page stops fetching other pages. (e1e7369)
    • add visual cue when transitionning to a prefetch chapter. (924cded)
      display a spinner for 500ms to visually let the user know it moved to another chapter
  • api

    • reloaded pages are always flagged as "last page". (45faa07)

Refactors

  • renderer

    • simplify the code in charge of fetching the chapter's images. (d350a29)