Skip to content

Releases: JiPaix/Fukayo

v0.11.38-beta

04 Dec 03:12
3bfc93b
Compare
Choose a tag to compare
v0.11.38-beta Pre-release
Pre-release

Bug Fixes

  • renderer

    • reader's load bar overlaps scrollbar. (2d82337)
      move load bar to the top
    • reader fails to show next/prev chapter div if sidebar is closed. (32806dc)
  • api

    • in some cases same cover is detected as new. (f4875f1)
      make use of the same regex for incoming and stored data

Continuous Integration

  • Allow github actions to run concurrently. (c21b3c1)

Chores

  • Documentation Changes

    • mispelled fuyako -> fukayo. (8a61cb9)
  • Update electron vendors. (8ef9f49)
    chore: Update electron vendors

Other Changes

v0.11.25-beta

03 Dec 22:17
8ea8de3
Compare
Choose a tag to compare
v0.11.25-beta Pre-release
Pre-release

Bug Fixes

  • api

    • fail to recognize selfhosted source as online. (5187201)
    • entries of offline selfhosted sources are marked as broken. (9dc684a)
    • mangadex doesn't exclude uploaders when specified. (b70d8b4)
    • mangadex chapter's includes scanlators from other chapters. (befecaa)
    • import only shows already-imported results. (a8417c9)
      we were accidentally always activating the cancel flag
  • renderer

    • says its the last chapter when it's the first. (ff9c0ee)
    • keep the same scrolling direction in horizontal mode. (90da474)
    • reader's chapters list now only displays selected language. (6475c50)
    • allow book mode in any direction and fix rtl. (7eec931)
    • fix type issue. (eebb4e9)
      add correct type for filterFn

Performance improvements

  • api

    • less IO when updating broken entries. (5646d95)
      before we needed to open the entry file to know if it was broken or not.
      now the broken status is directly available from the manga index

Refactors

  • renderer

    • import page design matches rest of the app. (592210a)

Chores

  • Dependency updates

    • remove postcss-rtlcss. (ddc9b11)
      we don't need it as quasar doesn't support per-component rtl
    • weekly deps updates. (2c8a8a6)

Other Changes

v0.11.0-beta

01 Dec 21:07
9204135
Compare
Choose a tag to compare
v0.11.0-beta Pre-release
Pre-release

New Features

  • api

    • check if sources are online on boot then every 15 minutes. (acd8922)

Bug Fixes

  • api

    • stop closing events set by other functions. (4884da2)
      stop using removeAllListeners
    • do not force updates on disable mirrors. (785ee7e)
    • skip chapters update instead of marking entry as broken if selfhosted mirror is offline. (53496fb)
  • renderer

    • reader's right drawer is overflowing [skip ci]. (8253165)
    • library guide appears during ~10ms when reloading the page. (03afca8)
      wait for the api response to decide weither or not the guide should be displayed
  • dbs

    • prevent database file corruption. (611082b)
      the app now waits for all pending writes before closing.
  • dev-deps

    • reverting vite, vitest and playwright versions. (2ad5b2e)
  • Dependency updates

  • i18n

    • make sure english is used as a fallback in quasar and dayjs. (f511a2e)

Refactors

  • renderer

    • visually simplify language selection in settings. (57c5c3b)
    • rebuilt the reader. (6eae527)
      • FIX: can't scroll with touch screens
      • FIX: page counter at the bottom displays wrong page number on startup
      • FIX: clicking on a page thumbnail doesn't scroll to that page
      • FIX: keyboard/overlay navigation in book mode doesn't work
      • REMOVE: custom zoom
      • FEAT: book view is now also available in vertical longstrip mode
      • FEAT: display modes are now also available in book view
      • FEAT: API sends image size (h&w)
      • CHORE: renamed fit-height and fit-width mode to stretch-height and stretch-width
        • also re-translated to mention that these modes stretch the image
          close #552
          close #553

Tests

  • electron

    • fix app doesn't quit during tests. (9fa5d37)
    • update xvfb action. (44da837)
    • fix xvfb-action. (1e384b0)
    • fix runners don't have stdout. (79bac95)
    • fix missing double quotes. (04fc716)
    • trying option -n. (5c00d5d)
    • update github action (add chromium as dep). (dc2bf47)
    • revert all changes to xvfb. (555197f)
    • wait for window to be shown before starting tests. (dd5ed61)

Chores

  • Dependency updates

Other Changes

v0.10.13

15 Nov 23:20
d2d7613
Compare
Choose a tag to compare

Continuous Integration

  • action release failed to find to latest tag. (10cdc2c)

v0.10.13-beta

15 Nov 23:09
d2d7613
Compare
Choose a tag to compare
v0.10.13-beta Pre-release
Pre-release

Continuous Integration

  • action release failed to find to latest tag. (10cdc2c)

v0.10.10

15 Nov 22:32
a016b84
Compare
Choose a tag to compare

New Features

  • renderer

    • add horizontal reading and fix display modes. (c16f5be)
      most of the display mode were stretching the images
      Co-authored-by: Farah Nur [email protected]

Bug Fixes

  • renderer

    • switching reader to horizontal allows conflicting zoom modes. (7426c5f)
      horizontal reading musn't allow zoom modes that might display a vertical scrollbar
      there's a mousewheel listerner that redirects Y to X and that would mess with it
    • horizontal reader aspect ratio. (8ebc88e)
      images were distorted because we were only using css padding left/right
      ignoring top and bottom caused the distortion.
    • search manga bar disappear on error. (dd24d49)

Continuous Integration

  • forgot to add output for release-note-json [skip ci]. (18e8bf4)

Chores

  • i18n

    • add message if port is not in range. (d03e2f0)
    • update translations. (41dea54)
  • remove console outputs. (4c53f09)

Other Changes

v0.10.10-beta

15 Nov 22:16
a016b84
Compare
Choose a tag to compare
v0.10.10-beta Pre-release
Pre-release

New Features

  • renderer

    • add horizontal reading and fix display modes. (c16f5be)
      most of the display mode were stretching the images
      Co-authored-by: Farah Nur [email protected]

Bug Fixes

  • renderer

    • switching reader to horizontal allows conflicting zoom modes. (7426c5f)
      horizontal reading musn't allow zoom modes that might display a vertical scrollbar
      there's a mousewheel listerner that redirects Y to X and that would mess with it
    • horizontal reader aspect ratio. (8ebc88e)
      images were distorted because we were only using css padding left/right
      ignoring top and bottom caused the distortion.
    • search manga bar disappear on error. (dd24d49)

Continuous Integration

  • forgot to add output for release-note-json [skip ci]. (18e8bf4)

Chores

  • i18n

    • add message if port is not in range. (d03e2f0)
    • update translations. (41dea54)
  • remove console outputs. (4c53f09)

Other Changes

v0.10.0

13 Nov 16:45
a57ca40
Compare
Choose a tag to compare

Other Changes

v0.10.0-beta

13 Nov 16:35
a57ca40
Compare
Choose a tag to compare
v0.10.0-beta Pre-release
Pre-release

New Features

Chores

  • vscode

    • update settings [skip ci]. (fe95617)

v0.9.403-beta

12 Nov 05:03
82e81c9
Compare
Choose a tag to compare
v0.9.403-beta Pre-release
Pre-release

Continuous Integration

  • discord

    • ping the right roles. (0579494)
    • human readable sorted commits. (6025368)