c551317051
Restore upstream cover URL handling
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 18:19:34 +09:00
b38824219f
Use raw Kavita cover query URLs
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 17:59:58 +09:00
ed33de3580
Build cover image URLs safely
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 17:06:57 +09:00
e05060e57c
Publish cover route rollback
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 16:55:20 +09:00
5d2f8aa8ce
Revert "Use stable cover image routes"
...
This reverts commit 40abc68a67 .
2026-05-23 16:51:55 +09:00
40abc68a67
Use stable cover image routes
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 16:35:24 +09:00
509c1b890a
Speed up PDF image reader pages
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 15:20:00 +09:00
ba96a8a2ee
Customize Kavita extension for local reader
CI / Prepare job (push) Has been cancelled
CI / Build extensions (${{ matrix.chunk.number }}) (push) Has been cancelled
CI / Publish extension repo (push) Has been cancelled
Create Release on Merge / release (push) Has been cancelled
2026-05-23 14:03:53 +09:00
MajorTanya
600d8ca4ff
Bump extVersionCode
...
This results in version 1.4.23.
2025-12-21 10:11:22 +01:00
MajorTanya
13657ba2dc
Fix hard crash loop for unreachable servers
...
It should be noted that this is a band-aid fix for deeper underlying issues.
The code as-was would attempt a login on every init, including when apps like Mihon would recover from the first crash by going to their global crash handler activity.
This usually happened whenever a user would be unable to connect to their Kavita instance (server not up, different/no networks, etc) and left the user unable to fix the issue by removing the broken API URL or uninstalling the extension through the app's menus.
It doesn't matter if the Kavita instance that is unreachable is disabled in the extension settings, the crash will still occur because the login is performed in the init block, which is called regardless of an extension's specific enable/disable state (to be able to display settings, etc).
2025-12-21 10:04:54 +01:00
Mio.
3c7c83420d
Fixed Copilot's relevant suggestions + link to the wiki guide in README
2025-12-10 21:31:29 +01:00
Mio.
f9632de15b
## New
...
- Option to blacklist libraries from Latest/Popular Feeds & Suggestions
- Option to customize Chapter Titles & Scanlator fields
- Option to show the release date instead of added date for chapters/volumes (close #37 )
- Added `formats` for GroupTags
- Action to create releases
## Fixes/Enhancements
- Pagination bug (closes #33 , thanks to @Freezy)
- Optimized API calls
- Better cache and cleanup
- Better cleaned chapter/volumes titles
- Fixed Chapter Parsing Logic
- Refactored duplicated codes into multiple helpers
- Fixed action to update version badge
- More feedbacks on errors & graceful degradation for partial failures
- Include Suwayomi install & screenshots in README (closes #41 )
2025-12-10 20:02:30 +01:00
Mio.
8079d707e9
Rewrote search
2025-07-15 08:39:17 +02:00
Mio.
d9a19c4a50
Fixing covers
2025-07-15 08:35:57 +02:00
Mio.
00d1762ff0
Optimizations/Upgrades from the old code
2025-07-15 05:36:49 +02:00
Mio.
67704dce6d
consistency for volumes
2025-07-15 02:36:10 +02:00
Mio.
94cbfbd394
fix broken pages
2025-07-14 22:15:48 +02:00
Mio.
d37600f74b
add timestamp to cachebust covers
2025-07-14 07:17:47 +02:00
Mio.
15f5587427
comma
2025-07-14 00:54:14 +02:00
Mio.
eb5c5eda9a
comma
2025-07-14 00:48:58 +02:00
Mio.
34a1f20284
using map instead
2025-07-14 00:34:12 +02:00
Mio.
39ea1cd5fd
Changed Status Filter UI, fixed volumes marking all as read.
2025-07-13 22:56:26 +02:00
Mio.
bdfe0aeea5
Safely handle null titleName
2025-07-13 03:30:33 +02:00
Mio.
d0b4b26884
Migration to min/max and add support for range chapters/volumes + customization for Webtoons + revised parsing
2025-07-13 02:29:49 +02:00
Mio.
dd3489c191
Use MangaFormat.Epub enum value instead
2025-07-12 19:44:17 +02:00
Mio.
be76a55bdd
Add constant EPUB
2025-07-12 19:32:47 +02:00
Mio.
ffbfdbc0cc
Improve/Refactor overall code + Fixed Filters
2025-07-12 19:03:35 +02:00
Mio.
d3695482f2
Improve chapter parsing + fix filters
2025-07-12 02:17:17 +02:00
Mio.
cf3fca3653
Fix ChapterList parsing issue ( #24 )
2025-07-11 23:03:50 +02:00
Mio.
26044358d3
Refactor as requested
2025-07-11 21:26:14 +02:00
Mio.
d7aaf7df92
1.4.21
2025-07-11 20:03:47 +02:00
Mio.
2648815fc5
Enhance logic for covers + add Comic Support
2025-07-11 20:03:21 +02:00
Mio.
7b103b2476
Fix Library filter ( #22 )
2025-07-10 20:17:57 +02:00
Mio.
90520c556e
Refactor chapters list parsing ( #21 )
2025-07-10 19:33:54 +02:00
Mio.
9ddf0eee20
Fix the token for the action and add comics support in Reading Lists
2025-06-28 17:21:11 +02:00
Mio.
965c2a4f43
Overhaul 2025 (See PR for changes)
2025-06-27 23:44:38 +02:00
zehkul
d9e078cdc9
Bump extVersionCode
2024-10-30 21:27:37 +01:00
zehkul
43ba7c84f7
Recognize merged part-chapters as new chapters
...
For example:
ch2 1.zip
ch2 2.zip
Kavita will merge these into one big ch2.
Recognize and handle chapter merges.
2024-10-30 21:26:01 +01:00
ThePromidius
d16187172a
Merge pull request #2 from SamuelBMartins/bugfix/library_filter
...
Fix library filter and remove filters from Popular tab
2024-04-14 14:33:56 +02:00
Samuel Martins
4c2bed99ce
Update extVersionCode
2024-04-14 14:19:08 +02:00
Samuel Martins
1cb1d81dda
Fix popular page showing filtered results
2024-04-14 12:29:14 +02:00
Samuel Martins
79b11bf080
Fix library filter
2024-04-14 10:32:47 +02:00
Samuel Martins
092a49e4e3
Update extVersionCode
2024-04-13 21:57:29 +02:00
Samuel Martins
c07675ea26
Do not show -100000 chapter or volume number
2024-04-13 21:55:35 +02:00
ThePromidius
950e0cc343
Bump kavita
2024-01-14 19:08:37 +01:00
ThePromidius
6f088ac76f
Init2
2024-01-14 18:40:20 +01:00