schroda
21671f3d79
Handle metadata "undefined" default value object conversion
...
In case the default value was undefined, "deepmerge" resulted in an empty object, regardless of the actual metadata value
2025-06-29 02:32:16 +02:00
schroda
0ef4de3543
Fix disabled "download ahead" setting visualization
...
The setting is disabled in case the value is 0.
Due to "toConstrainedValue" this was not possible anymore which lead to the disabled setting to still be shown as enabled.
Regression 56f01efc1e
2025-06-28 03:30:18 +02:00
schroda
523071906c
Handle metadata array value conversion
...
Avoid deep merging for arrays to prevent them from being converted into plain objects.
2025-06-25 00:58:35 +02:00
schroda
cb74984659
Fix constraining logic of stored client metadata
...
By the time the constraining function was called, the stored values were still of type string and were not converted to the correct type yet.
2025-06-25 00:38:01 +02:00
schroda
56f01efc1e
Ensure stored client metadata values respect constraints
2025-06-24 22:45:40 +02:00
schroda
7b9d51142b
Save selected source languages on the server
2025-06-23 02:30:29 +02:00
schroda
6c47f58ca9
Make manga chapter list "excludeScanlators" a global metadata setting
2025-06-23 02:20:40 +02:00
schroda
7897bac2d6
Make source "isEnabled" a global metadata setting
2025-06-23 02:18:31 +02:00
schroda
f3c479fe32
Add option to disable sources of an extension
2025-06-23 01:51:14 +02:00
schroda
7c0ffe9bd3
Add scanlator filter to chapter list
...
closes #937
2025-06-10 00:15:44 +02:00
schroda
7885bcda98
Improve global search
...
Add options to show only searches for
- pinned sources
- all sources
- sources with results
2025-05-18 01:08:02 +02:00
schroda
e327849a19
Show last used source
2025-05-17 23:37:00 +02:00
schroda
bf90d95266
Improve metadata value conversion
...
The current approach has issues with numbers of type long
2025-05-17 23:17:36 +02:00
schroda
822e47084e
Add functionality to pin sources
2025-05-17 22:17:15 +02:00
schroda
18ddf46f17
Save appearance settings on server
...
- app theme
- theme mode
- pure black mode
- manga grid item width
2025-05-17 21:31:24 +02:00
schroda
f0f740f4af
Add option to disable transition pages
...
The previous/next transition page of the first/last chapter will still be shown to indicate that there is no previous/next chapter
2025-05-05 01:26:27 +02:00
schroda
beda5096d1
Add option to disable "infinite chapter scroll"
2025-04-26 23:19:01 +02:00
schroda
4c1a493cf5
Save "showNsfw" setting on server
2025-04-21 19:21:06 +02:00
schroda
a48febeda5
Save selected extension languages on the server
2025-04-21 16:19:35 +02:00
schroda
0733c930d4
Save chapter list options on server
2025-04-20 21:45:26 +02:00
schroda
7a7a0dfa9c
Fix tsc error
2025-04-02 01:25:20 +02:00
schroda
ae29904ed2
Make "hideHistory" settings global
2025-03-23 04:04:09 +01:00
schroda
a81c3c6afa
Use dynamic color schemes on manga page
2025-01-26 04:21:00 +01:00
schroda
7901961821
Add "auto" progress bar position
...
Automatically choose the progress bar position based on the available space.
Previously it was only possible to automatically switch from a horizontal to a vertical position but not the other way around
2025-01-11 03:09:10 +01:00
schroda
054e837139
Move "readerType" "Webtoon" value migration to 3rd migration
...
Does not matter since it will only affect stable users which haven't had these migrations applied yet anyway
2025-01-06 12:51:43 +01:00
schroda
d87fa3721e
Migrate old reader settings II
2025-01-05 15:29:56 +01:00
schroda
05ce572c67
Add logic to delete metadata on migration
2025-01-05 15:29:56 +01:00
schroda
1533e37623
Add "migration" to global metadata keys
2025-01-04 21:31:47 +01:00
schroda
8ae8cfa140
Fix tsc issues
2025-01-04 20:59:18 +01:00
schroda
2944252d91
Make chapter transition warnings optional
2025-01-01 17:24:36 +01:00
schroda
45f46a05d0
Optionally show preview or "reading mode" and "tap zone overlay"
...
Shows a preview when opening the reader or when the values change
2024-12-30 16:51:39 +01:00
schroda
6c175d0b7f
Add "started" library filter
2024-12-27 03:36:36 +01:00
schroda
e2075a651e
Add "automatic scrolling"
2024-12-27 03:02:39 +01:00
schroda
33e184ba18
Add "auto webtoon mode" option to reader
2024-12-27 02:51:35 +01:00
schroda
74f78e40d4
Remove custom profiles
...
Instead of "custom profiles" each "reading mode" acts as a profile and has its own settings
2024-12-16 15:50:28 +01:00
schroda
b2a0ca979a
Restrict "readerWidth" value migration regex
2024-12-11 11:28:56 +01:00
schroda
3e55cf9769
Migrate "readerWidth" reader setting
2024-12-11 00:17:36 +01:00
schroda
7cf78e771a
Reader page rendering
2024-12-09 02:38:37 +01:00
schroda
0b1c67ce9f
Reader hotkeys
2024-12-09 02:38:37 +01:00
schroda
0ae9d9ebb2
Custom reader profiles
2024-12-09 02:38:37 +01:00
schroda
a607f7f368
Reader settings
2024-12-09 02:38:37 +01:00
schroda
56684e405c
Reader overlay desktop nav bar
2024-12-09 02:38:37 +01:00
schroda
671059c65c
Reader overlay mobile bottom bar
2024-12-09 02:38:37 +01:00
schroda
7434ed0152
Reader progress bars
2024-12-09 02:38:37 +01:00
schroda
51fb660c7b
Reader tap zones
2024-12-09 02:38:37 +01:00
schroda
8e59763bba
Delete deprecated reader files
2024-12-09 02:38:37 +01:00
schroda
e71c4b7ef1
Cleanup deprecated metadata after migration
...
- delete deprecated metadata
- save applied migration id per metadata holder
2024-11-04 00:11:01 +01:00
schroda
babda1ea57
Move metadata files into new folder
2024-10-06 00:16:34 +02:00