Releases: JiPaix/Fukayo
Releases · JiPaix/Fukayo
v0.11.38-beta
Bug Fixes
-
renderer
-
api
- in some cases same cover is detected as new. (f4875f1)
make use of the same regex for incoming and stored data
- in some cases same cover is detected as new. (f4875f1)
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
- Update electron vendors. (d8a4e78)
- [no ci] Fixed typos in the readme. (719099a)
- add widgets. (3f75eec)
- Translated using Weblate (English). (5e5355e)
Currently translated at 100.0% (409 of 409 strings)
Translation: Fukayo/App
Translate-URL: https://hosted.weblate.org/projects/fukayo/app/en/ - Translated using Weblate (French). (f49a89b)
Currently translated at 100.0% (409 of 409 strings)
Translation: Fukayo/App
Translate-URL: https://hosted.weblate.org/projects/fukayo/app/fr/ - Translated using Weblate (German). (c9a7700)
Currently translated at 0.4% (2 of 409 strings)
Translation: Fukayo/App
Translate-URL: https://hosted.weblate.org/projects/fukayo/app/de/
v0.11.25-beta
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
- less IO when updating broken entries. (5646d95)
Refactors
-
renderer
- import page design matches rest of the app. (592210a)
Chores
-
Dependency updates
Other Changes
- Translated using Weblate (English). (658128d)
Currently translated at 100.0% (402 of 402 strings)
Translation: Fukayo/Fukayo
Translate-URL: https://hosted.weblate.org/projects/fukayo/fukayo/en/ - Translated using Weblate (French). (049202f, 009b50e, 63b36b9)
Currently translated at 100.0% (402 of 402 strings)
Translation: Fukayo/Fukayo
Translate-URL: https://hosted.weblate.org/projects/fukayo/fukayo/fr/ - Added translation using Weblate (German). (3c5b67a)
- update readme. (260e897)
- merge 'weblate/beta' into beta. (a5a38fe)
- Snimple snupples. (487ef1e, d4ff5fc)
v0.11.0-beta
New Features
-
api
- check if sources are online on boot then every 15 minutes. (acd8922)
Bug Fixes
-
api
-
renderer
-
dbs
- prevent database file corruption. (611082b)
the app now waits for all pending writes before closing.
- prevent database file corruption. (611082b)
-
dev-deps
- reverting vite, vitest and playwright versions. (2ad5b2e)
-
Dependency updates
- revert electron to 21.2.3. (d18e493)
- revert axios from 1.2.0 to 1.1.3. (0ec9f07)
see axios/axios#5313
-
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
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
Other Changes
- supersed 285d113. (c22b1a0)
- update xvfb action's version. (c27e49c)
- [no ci] Added an example docker-compose file. (ad83443)
- Translated using Weblate (German). (4907eb3)
Currently translated at 0.0% (0 of 407 strings)
Translation: Fukayo/App
Translate-URL: https://hosted.weblate.org/projects/fukayo/app/de/ - i18n: add german placeholder. (7e5d829)
v0.10.13
v0.10.13-beta
Continuous Integration
- action release failed to find to latest tag. (10cdc2c)
v0.10.10
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]
- add horizontal reading and fix display modes. (c16f5be)
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)
- switching reader to horizontal allows conflicting zoom modes. (7426c5f)
Continuous Integration
- forgot to add output for release-note-json [skip ci]. (18e8bf4)
Chores
-
i18n
- remove console outputs. (4c53f09)
Other Changes
- release. (6dcd00d)
v0.10.10-beta
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]
- add horizontal reading and fix display modes. (c16f5be)
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)
- switching reader to horizontal allows conflicting zoom modes. (7426c5f)
Continuous Integration
- forgot to add output for release-note-json [skip ci]. (18e8bf4)
Chores
-
i18n
- remove console outputs. (4c53f09)
Other Changes
- release. (6dcd00d)
v0.10.0
v0.10.0-beta
New Features
-
renderer
- add rtl support [skip ci]. (8ba7076)
- add rtl mode, add horizontal reading. (63b0347)
rtl + horizontal has some issue with large number of images.
see quasarframework/quasar#14882
Chores
-
vscode
- update settings [skip ci]. (fe95617)