TrueCharts Bot f6df5953ec BREAKING CHANGE(booklore): Update image ghcr.io/booklore-app/booklore v1.18.5 → v2.0.1 (#45485)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/booklore-app/booklore](https://redirect.github.com/booklore-app/booklore)
| major | `44a3909` → `e5c5113` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary>

###
[`v2.0.1`](https://redirect.github.com/booklore-app/booklore/releases/tag/v2.0.1)

[Compare
Source](https://redirect.github.com/booklore-app/booklore/compare/v2.0.0...v2.0.1)

#### 🌟 What's New in v2.0.1

#### 🐛 Bug Fixes

- Fix max upload size description to include all file formats
([#&#8203;2894](https://redirect.github.com/booklore-app/booklore/issues/2894))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix magic shelf physical book filter and polish UI
([#&#8203;2888](https://redirect.github.com/booklore-app/booklore/issues/2888))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix metadata settings not saving due to null deserialization error
([#&#8203;2886](https://redirect.github.com/booklore-app/booklore/issues/2886))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix Kobo download/image URLs using wrong port behind reverse proxy
([#&#8203;2875](https://redirect.github.com/booklore-app/booklore/issues/2875))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix app crash on startup when /bookdrop volume is not mounted
([#&#8203;2873](https://redirect.github.com/booklore-app/booklore/issues/2873))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🛠️ Refactoring & Maintenance

- Hide sidecar tab for physical books
([#&#8203;2887](https://redirect.github.com/booklore-app/booklore/issues/2887))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Translations update from Hosted Weblate
([#&#8203;2866](https://redirect.github.com/booklore-app/booklore/issues/2866))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🐳 Docker Images

- **Docker Hub:** `booklore/booklore:v2.0.1`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v2.0.1`

**Full Changelog**:
<https://github.com/booklore-app/booklore/compare/v2.0.0...v2.0.1>

###
[`v2.0.0`](https://redirect.github.com/booklore-app/booklore/releases/tag/v2.0.0)

[Compare
Source](https://redirect.github.com/booklore-app/booklore/compare/v1.18.5...v2.0.0)

#### 🌟 What's New in v2.0.0

This is the biggest Booklore release yet, with nearly 200 commits
touching every part of the application:

- **Multi-Format Book Support & Audiobooks**: Books can now have
multiple file formats (EPUB, PDF, CBZ, etc.) attached to a single entry.
Full audiobook support is here with a dedicated player, streaming
playback, narrator filtering, and session tracking.
- **Duplicate Book Detection & Merge**: Booklore can now detect
duplicate books across your library. A new merge tool lets you combine
duplicates, choose which formats to keep, and optionally move files, all
without losing metadata.
- **Author Metadata via Audnexus**: Author pages now pull rich metadata
(bios, images) from the Audnexus API, with a dedicated author browser,
detail page, and editor.
- **Series Browser**: A brand new series browser page with search,
filtering, sorting, and resizable cards for browsing your series
collection at a glance.
- **Annotation Notebook**: All your highlights, notes, and bookmarks are
now collected in a searchable, paginated notebook view.
- **Audit Log System**: Admins can now see a full audit trail of
significant actions (user management, library changes, metadata
operations) with geo flags, relative timestamps, and filterable logs.
- **Bidirectional Kobo Sync**: Full two-way reading progress sync with
Kobo devices, plus shelves and magic shelves now sync as Kobo tags.
- **Cascading Sidebar Filters**: Filters now cascade, so selecting an
author narrows available series, genres, etc. You can also customize
which filters are visible.
- **10+ New Statistics Charts**: A massive expansion of the stats page
with reading heatmaps, distribution charts, completion races, and more.
- **PDF Annotations & Reader Upgrades**: The PDF reader now supports
annotations, dark/light mode toggle, and Range streaming. The ebook
reader gains fullscreen, keyboard shortcuts, and go-to-percentage. The
CBX reader adds fullscreen, slideshow, RTL, and long strip mode.
- **Sidecar Metadata Files**: Booklore can now read and write
`.metadata.json` sidecar files alongside your books for portable
metadata storage.
- **Extended Comic Metadata**: Full ComicInfo.xml support with a
dedicated comic metadata picker and write-back to CBZ/PDF files.
- **Internationalization via Weblate**: Booklore is now fully
translatable with Transloco and Weblate integration. Ships with 15+
languages including Hungarian, Slovenian, Croatian, Swedish, Chinese,
and Japanese.
- **Java 25, Spring Boot 4, Gradle 9**: The entire backend has been
upgraded to the latest stack. Nginx has been removed; Angular is now
served directly from Spring Boot.
- **Login Rate Limiting**: Brute-force protection on the login endpoint.
Plus new age and content rating support for restricted libraries.
- **Performance**: Book list API optimized with ETag caching, delta
sync, and IndexedDB. Project Lilliput compact object headers reduce heap
usage.

#### 🚀 New Features

- Introduce multi-format book support, including audiobooks
([#&#8203;2486](https://redirect.github.com/booklore-app/booklore/issues/2486))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add duplicate book detection/merge and fix format-related data loss
([#&#8203;2820](https://redirect.github.com/booklore-app/booklore/issues/2820))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add author metadata via Audnexus with browser, detail, and editor
pages
([#&#8203;2843](https://redirect.github.com/booklore-app/booklore/issues/2843))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add series browser page
([#&#8203;2771](https://redirect.github.com/booklore-app/booklore/issues/2771))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add annotation notebook with server-side pagination
([#&#8203;2736](https://redirect.github.com/booklore-app/booklore/issues/2736))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add audit log system for tracking admin-significant actions
([#&#8203;2759](https://redirect.github.com/booklore-app/booklore/issues/2759))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add bidirectional Kobo reading progress sync
([#&#8203;2791](https://redirect.github.com/booklore-app/booklore/issues/2791))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(filters): implement cascading sidebar filters
([#&#8203;2616](https://redirect.github.com/booklore-app/booklore/issues/2616))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(cbx-reader): add fullscreen, slideshow, RTL, long strip mode and
keyboard shortcuts
([#&#8203;2632](https://redirect.github.com/booklore-app/booklore/issues/2632))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(sidecar): add sidecar JSON metadata file support
([#&#8203;2657](https://redirect.github.com/booklore-app/booklore/issues/2657))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(comic-metadata): add extended comic metadata support
([#&#8203;2654](https://redirect.github.com/booklore-app/booklore/issues/2654))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(i18n): add Transloco translation framework with EN/ES and 7
language scaffolds
([#&#8203;2681](https://redirect.github.com/booklore-app/booklore/issues/2681))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(api, build): Upgrade to Java 25, Gradle 9, and Spring Boot 4,
Jackson 3
([#&#8203;2597](https://redirect.github.com/booklore-app/booklore/issues/2597))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Remove nginx and serve Angular directly from Spring Boot
([#&#8203;2662](https://redirect.github.com/booklore-app/booklore/issues/2662))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add login rate limiting to prevent brute-force attacks
([#&#8203;2761](https://redirect.github.com/booklore-app/booklore/issues/2761))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(content-restrictions): add age rating and content rating support
([#&#8203;2619](https://redirect.github.com/booklore-app/booklore/issues/2619))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(sorting): add multi-field sorting support
([#&#8203;2628](https://redirect.github.com/booklore-app/booklore/issues/2628))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(metadata): add custom metadata write to file support for moods,
tags, ratings, and external IDs in PDF, and CBZ
([#&#8203;2552](https://redirect.github.com/booklore-app/booklore/issues/2552))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- feat(metadata) Save basic metadata to EPUB file - Bonus use Calibre
Custom Columns for importing metadata.
([#&#8203;1879](https://redirect.github.com/booklore-app/booklore/issues/1879))
by [@&#8203;jadehawk](https://redirect.github.com/jadehawk)
- feat: add grouped field dropdown and composite fields to magic shelf
([#&#8203;2750](https://redirect.github.com/booklore-app/booklore/issues/2750))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(filters): add customizable visible filters setting
([#&#8203;2625](https://redirect.github.com/booklore-app/booklore/issues/2625))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add 10 advanced stats charts
([#&#8203;2850](https://redirect.github.com/booklore-app/booklore/issues/2850))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(stats): add 5 new user statistics charts
([#&#8203;2703](https://redirect.github.com/booklore-app/booklore/issues/2703))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(i18n): add Weblate integration and auth translations
([#&#8203;2727](https://redirect.github.com/booklore-app/booklore/issues/2727))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add else clause and value modifiers to file naming patterns
([#&#8203;2724](https://redirect.github.com/booklore-app/booklore/issues/2724))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add button to fetch metadata from book file
([#&#8203;2739](https://redirect.github.com/booklore-app/booklore/issues/2739))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(google-books): add optional API key configuration
([#&#8203;2629](https://redirect.github.com/booklore-app/booklore/issues/2629))
by [@&#8203;acx10](https://redirect.github.com/acx10)

####  Enhancements

- feat(reader): add PDF annotations, Range streaming, and optimized
chunk loading
([#&#8203;2701](https://redirect.github.com/booklore-app/booklore/issues/2701))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(reader): add fullscreen, keyboard shortcuts, search cancel, and
go-to-percentage
([#&#8203;2698](https://redirect.github.com/booklore-app/booklore/issues/2698))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(reader): add dark/light mode toggle and improved close button to
PDF reader
([#&#8203;2699](https://redirect.github.com/booklore-app/booklore/issues/2699))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(kobo-sync): add user scoped 2 way kobo sync
([#&#8203;2452](https://redirect.github.com/booklore-app/booklore/issues/2452))
by [@&#8203;b3nk3](https://redirect.github.com/b3nk3)
- feat(kobo-sync): Sync Shelves and Magic Shelves to Kobo Tags
([#&#8203;2236](https://redirect.github.com/booklore-app/booklore/issues/2236))
by [@&#8203;xcashy](https://redirect.github.com/xcashy)
- Redesign series page layout and book list tab
([#&#8203;2847](https://redirect.github.com/booklore-app/booklore/issues/2847))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(sort): replace compound sort options with atomic fields and
multi-sort support
([#&#8203;2686](https://redirect.github.com/booklore-app/booklore/issues/2686))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add moveFiles option to attach/merge and per-book delete in duplicate
merger
([#&#8203;2833](https://redirect.github.com/booklore-app/booklore/issues/2833))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: enhance audit logs with geo flags, relative time, and UX
improvements
([#&#8203;2760](https://redirect.github.com/booklore-app/booklore/issues/2760))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(bookdrop): add ability to poll the bookdrop folder
([#&#8203;2768](https://redirect.github.com/booklore-app/booklore/issues/2768))
by
[@&#8203;arjunsrinivasan1997](https://redirect.github.com/arjunsrinivasan1997)
- feat: add metadata presence filter to magic shelf
([#&#8203;2757](https://redirect.github.com/booklore-app/booklore/issues/2757))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(upload): add upload progress tracking with progress bar and stats
([#&#8203;2640](https://redirect.github.com/booklore-app/booklore/issues/2640))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(email): add format selection to email book dialog
([#&#8203;2650](https://redirect.github.com/booklore-app/booklore/issues/2650))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(pwa): Enable fullscreen mode for Android immersive reading
([#&#8203;2649](https://redirect.github.com/booklore-app/booklore/issues/2649))
by [@&#8203;alondero](https://redirect.github.com/alondero)
- Add Hungarian and Slovenian language support
([#&#8203;2846](https://redirect.github.com/booklore-app/booklore/issues/2846))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(library-service): prevent concurrent library scans with a tracking
set
([#&#8203;2637](https://redirect.github.com/booklore-app/booklore/issues/2637))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- feat: add configurable sidebar width setting
([#&#8203;2749](https://redirect.github.com/booklore-app/booklore/issues/2749))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- refactor(download): simplify file download to use browser native
handling
([#&#8203;2639](https://redirect.github.com/booklore-app/booklore/issues/2639))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🎨 UI Tweaks

- Add visual polish to book card component
([#&#8203;2788](https://redirect.github.com/booklore-app/booklore/issues/2788))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- refactor: centralize access-denied card styles into shared mixin
([#&#8203;2515](https://redirect.github.com/booklore-app/booklore/issues/2515))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🐛 Bug Fixes

- fix(auth): resolve DST-related login failure for refresh tokens
([#&#8203;2624](https://redirect.github.com/booklore-app/booklore/issues/2624))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix Kobo sync HeadersTooLargeException for large libraries
([#&#8203;2809](https://redirect.github.com/booklore-app/booklore/issues/2809))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(metadata-refresh): Correct metadata update priorities and preserve
disabled fields during 'replace all'
([#&#8203;2503](https://redirect.github.com/booklore-app/booklore/issues/2503))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(metadata-parsers): improve ISBN search logic and fallback
strategies for metadata fetching
([#&#8203;2502](https://redirect.github.com/booklore-app/booklore/issues/2502))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(metadata-update): ensure per-book transaction isolation in bulk
updates to prevent race conditions
([#&#8203;2536](https://redirect.github.com/booklore-app/booklore/issues/2536))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(metadata-refresh): fix filter book shelves by authenticated user
logs out the user.
([#&#8203;2481](https://redirect.github.com/booklore-app/booklore/issues/2481))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix null collection errors for PDFs, audiobooks, and physical books
([#&#8203;2817](https://redirect.github.com/booklore-app/booklore/issues/2817))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(library-processing): re-fetch library entity after clearing entity
manager during rescan
([#&#8203;2507](https://redirect.github.com/booklore-app/booklore/issues/2507))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(file-move): ensure file moves are rolled back if database update
fails
([#&#8203;2588](https://redirect.github.com/booklore-app/booklore/issues/2588))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(file-move): update empty directory cleanup to handle multiple
library paths
([#&#8203;2634](https://redirect.github.com/booklore-app/booklore/issues/2634))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix CBR/CB7 to CBZ conversion losing track of file path
([#&#8203;2835](https://redirect.github.com/booklore-app/booklore/issues/2835))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(cbz-reader): CBZ reading regression and optimize ZIP parsing
strategy
([#&#8203;2593](https://redirect.github.com/booklore-app/booklore/issues/2593))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix PDF reader not loading alternate format files
([#&#8203;2836](https://redirect.github.com/booklore-app/booklore/issues/2836))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(epub-cover-extract): improve cover image extraction with fallback
handling
([#&#8203;2585](https://redirect.github.com/booklore-app/booklore/issues/2585))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(epub-metadata): enhance cover extraction with heuristic fallbacks
for manifest and ZIP entries
([#&#8203;2636](https://redirect.github.com/booklore-app/booklore/issues/2636))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(book-rule-evaluator): fix file type handling and add mapping for
specific formats to fix magic shelve based on filetype
([#&#8203;2480](https://redirect.github.com/booklore-app/booklore/issues/2480))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix magic shelf rule evaluation for numeric comparisons
([#&#8203;2795](https://redirect.github.com/booklore-app/booklore/issues/2795))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix read status NULL progress handling in rule evaluator
([#&#8203;2821](https://redirect.github.com/booklore-app/booklore/issues/2821))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix bookdrop race condition processing files before fully written
([#&#8203;2785](https://redirect.github.com/booklore-app/booklore/issues/2785))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(bookdrop): handle file modifications in Bookdrop event handler
([#&#8203;2559](https://redirect.github.com/booklore-app/booklore/issues/2559))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(hardcover-sync): Don't send repeated read status to Hardcover.app
([#&#8203;2609](https://redirect.github.com/booklore-app/booklore/issues/2609))
by [@&#8203;PhasecoreX](https://redirect.github.com/PhasecoreX)
- fix(api): Select correct Hardcover.app ISBN from lookup results
([#&#8203;2530](https://redirect.github.com/booklore-app/booklore/issues/2530))
by [@&#8203;PhasecoreX](https://redirect.github.com/PhasecoreX)
- fix(ui): fix memory leaks and cascading API calls in metadata editor
([#&#8203;2716](https://redirect.github.com/booklore-app/booklore/issues/2716))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: replace Quill editor with native HTML rendering for book
descriptions
([#&#8203;2733](https://redirect.github.com/booklore-app/booklore/issues/2733))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix reading stats queries not accounting for timezone
([#&#8203;2844](https://redirect.github.com/booklore-app/booklore/issues/2844))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix reading session timeline long sessions, tooltip perf, and week
mismatch
([#&#8203;2848](https://redirect.github.com/booklore-app/booklore/issues/2848))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(reading-stats,ui): update heatmap to use local time formatting…
([#&#8203;2587](https://redirect.github.com/booklore-app/booklore/issues/2587))
by [@&#8203;WorldTeacher](https://redirect.github.com/WorldTeacher)
- fix(select-all): "Mark All" bug and add "Remove from all shelves" bulk
action across components
([#&#8203;2562](https://redirect.github.com/booklore-app/booklore/issues/2562))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(opds): Fix OPDS CBR mime type reporting and strict Archive
detection
([#&#8203;2592](https://redirect.github.com/booklore-app/booklore/issues/2592))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix OPDS shelf filter cartesian product
([#&#8203;2837](https://redirect.github.com/booklore-app/booklore/issues/2837))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(comic-metadata): fix series grouping bug with external
ComicInfo.xml metadata
([#&#8203;2385](https://redirect.github.com/booklore-app/booklore/issues/2385))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix additional file uploader bugs and improve metadata viewer
([#&#8203;2816](https://redirect.github.com/booklore-app/booklore/issues/2816))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix PWA offline fallback blocking localhost access when internet is
disconnected
([#&#8203;2784](https://redirect.github.com/booklore-app/booklore/issues/2784))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(audiobook-reader): use preload=none for immediate streaming
playback
([#&#8203;2518](https://redirect.github.com/booklore-app/booklore/issues/2518))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: reset audiobook progress and clear cached progress in UI
([#&#8203;2711](https://redirect.github.com/booklore-app/booklore/issues/2711))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix cbx reader prev/next book stacking on close
([#&#8203;2858](https://redirect.github.com/booklore-app/booklore/issues/2858))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix ebook reader header not hiding on mobile tap
([#&#8203;2857](https://redirect.github.com/booklore-app/booklore/issues/2857))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(reader): enable text copy in ebook reader
([#&#8203;2702](https://redirect.github.com/booklore-app/booklore/issues/2702))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix CBZ reader scroll position reset in infinite scroll mode
([#&#8203;2781](https://redirect.github.com/booklore-app/booklore/issues/2781))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix column gap +/- buttons in eBook reader default settings
([#&#8203;2780](https://redirect.github.com/booklore-app/booklore/issues/2780))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix email provider creation failing due to null shared field
([#&#8203;2794](https://redirect.github.com/booklore-app/booklore/issues/2794))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix audit logs pagination bug and add URL query param sync
([#&#8203;2787](https://redirect.github.com/booklore-app/booklore/issues/2787))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix audit log description overflow for bulk metadata refresh
([#&#8203;2783](https://redirect.github.com/booklore-app/booklore/issues/2783))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix multiple author card menus opening simultaneously
([#&#8203;2852](https://redirect.github.com/booklore-app/booklore/issues/2852))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix Goodreads label mappings and format config
([#&#8203;2779](https://redirect.github.com/booklore-app/booklore/issues/2779))
by [@&#8203;AlfredSimpson](https://redirect.github.com/AlfredSimpson)
- fix(ui): encode filter values in query params to handle commas in
names
([#&#8203;2717](https://redirect.github.com/booklore-app/booklore/issues/2717))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(ui): prevent footer submenu from rendering off screen
([#&#8203;2714](https://redirect.github.com/booklore-app/booklore/issues/2714))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(ui): inline mobile charts submenu to prevent layout overflow
([#&#8203;2713](https://redirect.github.com/booklore-app/booklore/issues/2713))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(ui): correctly format lubimyczytac external rating link
([#&#8203;2491](https://redirect.github.com/booklore-app/booklore/issues/2491))
by [@&#8203;sebhewelt](https://redirect.github.com/sebhewelt)
- Fix iconDisplay binding syntax in metadata viewer
([#&#8203;2772](https://redirect.github.com/booklore-app/booklore/issues/2772))
by [@&#8203;WorldTeacher](https://redirect.github.com/WorldTeacher)
- Fix mobile toolbar overlapping on small screens
([#&#8203;2856](https://redirect.github.com/booklore-app/booklore/issues/2856))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix book browser header title overflow on mobile
([#&#8203;2808](https://redirect.github.com/booklore-app/booklore/issues/2808))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(book-browser): resolve footer menu not hiding after navigation
back
([#&#8203;2626](https://redirect.github.com/booklore-app/booklore/issues/2626))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: align frontend Page interfaces with VIA\_DTO serialization format
([#&#8203;2751](https://redirect.github.com/booklore-app/booklore/issues/2751))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: show provider icons in metadata viewer when only ID is present
([#&#8203;2734](https://redirect.github.com/booklore-app/booklore/issues/2734))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: hide show-more button when description fits without truncation
([#&#8203;2766](https://redirect.github.com/booklore-app/booklore/issues/2766))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: use audiobook thumbnail for audiobook entries in notebook
([#&#8203;2763](https://redirect.github.com/booklore-app/booklore/issues/2763))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: show session numbers in book
([#&#8203;2696](https://redirect.github.com/booklore-app/booklore/issues/2696))
by [@&#8203;WorldTeacher](https://redirect.github.com/WorldTeacher)
- fix(settings): use boxed Integer for ScrollerConfig.maxItems to allow
null
([#&#8203;2684](https://redirect.github.com/booklore-app/booklore/issues/2684))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(series-multi-select): Fix transparency in series multi select
pop-up
([#&#8203;2555](https://redirect.github.com/booklore-app/booklore/issues/2555))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- Fix: Filter text overwrites on long options
([#&#8203;2540](https://redirect.github.com/booklore-app/booklore/issues/2540))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Fix: Lock icons do not stay with publisher and series name input
fields
([#&#8203;2539](https://redirect.github.com/booklore-app/booklore/issues/2539))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(metadata): improve cover errors, reduce metadata fetch count, and
hide attach option
([#&#8203;2690](https://redirect.github.com/booklore-app/booklore/issues/2690))
by [@&#8203;acx10](https://redirect.github.com/acx10)

####  Performance

- perf: optimize book list API with ETag, delta sync, and IndexedDB
caching
([#&#8203;2753](https://redirect.github.com/booklore-app/booklore/issues/2753))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- perf: enable compact object headers (Project Lilliput)
([#&#8203;2755](https://redirect.github.com/booklore-app/booklore/issues/2755))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🛠️ Refactoring & Maintenance

- refactor: split BookService into BookFileService and
BookMetadataManageService
([#&#8203;2758](https://redirect.github.com/booklore-app/booklore/issues/2758))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- chore: fix memory leaks, add aria-labels, improve type safety and
logging
([#&#8203;2764](https://redirect.github.com/booklore-app/booklore/issues/2764))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- chore: add caching, validation, lazy routes, refresh rate limiting,
JaCoCo, and cleanup
([#&#8203;2762](https://redirect.github.com/booklore-app/booklore/issues/2762))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- perf: strip unused fields from book list API response
([#&#8203;2741](https://redirect.github.com/booklore-app/booklore/issues/2741))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- perf(epub): Replace linear manifest scans with HashMaps in EPUB reader
([#&#8203;2598](https://redirect.github.com/booklore-app/booklore/issues/2598))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- feat(metadata): return full metadata from parsers instead of previews
([#&#8203;2689](https://redirect.github.com/booklore-app/booklore/issues/2689))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: comic metadata picker, lazy-load providers, and UI improvements
([#&#8203;2679](https://redirect.github.com/booklore-app/booklore/issues/2679))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add complete translations for all supported languages
([#&#8203;2831](https://redirect.github.com/booklore-app/booklore/issues/2831))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add Hungarian and Slovenian language support
([#&#8203;2846](https://redirect.github.com/booklore-app/booklore/issues/2846))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- Add Croatian and Swedish translations for login page
([#&#8203;2786](https://redirect.github.com/booklore-app/booklore/issues/2786))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add i18n translations for stats, pdf reader, magic shelf, and
remaining components (en/es)
([#&#8203;2742](https://redirect.github.com/booklore-app/booklore/issues/2742))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: add i18n translations for book components, services, and readers
(en/es)
([#&#8203;2738](https://redirect.github.com/booklore-app/booklore/issues/2738))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(i18n): dynamic sidebar translations and UI font normalization
([#&#8203;2683](https://redirect.github.com/booklore-app/booklore/issues/2683))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat: disable PDF printing for users without download permission
([#&#8203;2737](https://redirect.github.com/booklore-app/booklore/issues/2737))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(ui): add file name column to table view and include filename in
search
([#&#8203;2712](https://redirect.github.com/booklore-app/booklore/issues/2712))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- feat(ui): provide hyperlinks for books as book cards in grid view
([#&#8203;2500](https://redirect.github.com/booklore-app/booklore/issues/2500))
by [@&#8203;berb](https://redirect.github.com/berb)
- feat(ui): Add sort by filePath
([#&#8203;1180](https://redirect.github.com/booklore-app/booklore/issues/1180)
and
[#&#8203;2364](https://redirect.github.com/booklore-app/booklore/issues/2364))
([#&#8203;2512](https://redirect.github.com/booklore-app/booklore/issues/2512))
by [@&#8203;chiguirepower](https://redirect.github.com/chiguirepower)
- feat(icons): Made icons for libraries and shelves optional with no
default icons.
([#&#8203;2599](https://redirect.github.com/booklore-app/booklore/issues/2599))
by [@&#8203;arthurgiroux](https://redirect.github.com/arthurgiroux)
- fix(comicvine): add fallback to issue detail endpoint for missing
creator credits
([#&#8203;2694](https://redirect.github.com/booklore-app/booklore/issues/2694))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(epub-metadata): enhance cover extraction with heuristic fallbacks
for manifest and ZIP entries
([#&#8203;2636](https://redirect.github.com/booklore-app/booklore/issues/2636))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(metadata-match): Fix metadata quality calculation to properly
handle locked fields
([#&#8203;2513](https://redirect.github.com/booklore-app/booklore/issues/2513))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(ui): reload shelves when enabling Kobo sync
([#&#8203;2715](https://redirect.github.com/booklore-app/booklore/issues/2715))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(ui): standardize button labels and styles across components
([#&#8203;2560](https://redirect.github.com/booklore-app/booklore/issues/2560))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- chore: redesign README for cleaner layout and visual polish
([#&#8203;2728](https://redirect.github.com/booklore-app/booklore/issues/2728))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix: make README logo visible in GitHub light mode
([#&#8203;2756](https://redirect.github.com/booklore-app/booklore/issues/2756))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- chore: clean up PR template and contributing guide
([#&#8203;2660](https://redirect.github.com/booklore-app/booklore/issues/2660))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(file naming): add leading zero to series index
([#&#8203;2642](https://redirect.github.com/booklore-app/booklore/issues/2642))
by [@&#8203;WorldTeacher](https://redirect.github.com/WorldTeacher)
- Update viewport meta tag to prevent auto-zoom on iOS when entering in…
([#&#8203;2620](https://redirect.github.com/booklore-app/booklore/issues/2620))
by [@&#8203;jmswangit](https://redirect.github.com/jmswangit)
- test(API): add missing tests for BookMapperV2
([#&#8203;2495](https://redirect.github.com/booklore-app/booklore/issues/2495))
by [@&#8203;piffio](https://redirect.github.com/piffio)
- fix(audiobook-reader): use preload=none with explicit load() for
faster streaming
([#&#8203;2520](https://redirect.github.com/booklore-app/booklore/issues/2520))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(ui): clean cached properties
([#&#8203;2499](https://redirect.github.com/booklore-app/booklore/issues/2499))
by [@&#8203;piffio](https://redirect.github.com/piffio)
- fix(additional-file-uploader): add file size validation with UI
feedback
([#&#8203;2516](https://redirect.github.com/booklore-app/booklore/issues/2516))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- fix(os\_x-conversion): ignore \_\_MACOSX directory for conversions
([#&#8203;2479](https://redirect.github.com/booklore-app/booklore/issues/2479))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)
- fix(series-page): add missing overlay preference service to book card
([#&#8203;2466](https://redirect.github.com/booklore-app/booklore/issues/2466))
by [@&#8203;xcashy](https://redirect.github.com/xcashy)
- fix(docker): add build and gradle directories to volumes in docker
compose
([#&#8203;2459](https://redirect.github.com/booklore-app/booklore/issues/2459))
by [@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs)

#### 📦 Dependencies

- chore(deps): bump org.springframework.boot from 4.0.2 to 4.0.3 in
/booklore-api in the gradle-dependencies group
([#&#8203;2813](https://redirect.github.com/booklore-app/booklore/issues/2813))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump the npm-dependencies group in /booklore-ui with 15
updates
([#&#8203;2814](https://redirect.github.com/booklore-app/booklore/issues/2814))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump the npm-dependencies group across 1 directory with
18 updates
([#&#8203;2687](https://redirect.github.com/booklore-app/booklore/issues/2687))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump the npm-dependencies group in /booklore-ui with 13
updates
([#&#8203;2721](https://redirect.github.com/booklore-app/booklore/issues/2721))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump the npm-dependencies group in /booklore-ui with 20
updates
([#&#8203;2542](https://redirect.github.com/booklore-app/booklore/issues/2542))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump the gradle-dependencies group across 1 directory
with 7 updates
([#&#8203;2659](https://redirect.github.com/booklore-app/booklore/issues/2659))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump the gradle-dependencies group in /booklore-api with
2 updates
([#&#8203;2720](https://redirect.github.com/booklore-app/booklore/issues/2720))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump tar from 7.5.7 to 7.5.9 in /booklore-ui
([#&#8203;2805](https://redirect.github.com/booklore-app/booklore/issues/2805))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump tar from 7.5.6 to 7.5.7 in /booklore-ui
([#&#8203;2534](https://redirect.github.com/booklore-app/booklore/issues/2534))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump hono from 4.11.9 to 4.12.0 in /booklore-ui
([#&#8203;2815](https://redirect.github.com/booklore-app/booklore/issues/2815))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump qs from 6.14.1 to 6.14.2 in /booklore-ui
([#&#8203;2722](https://redirect.github.com/booklore-app/booklore/issues/2722))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump
[@&#8203;modelcontextprotocol/sdk](https://redirect.github.com/modelcontextprotocol/sdk)
and [@&#8203;angular/cli](https://redirect.github.com/angular/cli) in
/booklore-ui
([#&#8203;2612](https://redirect.github.com/booklore-app/booklore/issues/2612))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- chore(deps): bump actions/setup-node from 4 to 6
([#&#8203;2573](https://redirect.github.com/booklore-app/booklore/issues/2573))
by
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

#### ⚙️ CI/CD

- ci: move Angular/Gradle builds to native CI steps to eliminate QEMU
emulation
([#&#8203;2705](https://redirect.github.com/booklore-app/booklore/issues/2705))
by [@&#8203;acx10](https://redirect.github.com/acx10)
- chore: add performance label to release drafter categories
([#&#8203;2754](https://redirect.github.com/booklore-app/booklore/issues/2754))
by [@&#8203;acx10](https://redirect.github.com/acx10)

#### 🐳 Docker Images

- **Docker Hub:** `booklore/booklore:v2.0.0`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v2.0.0`

**Full Changelog**:
<https://github.com/booklore-app/booklore/compare/v1.18.5...v2.0.0>

#### 📸 Screenshots

<img width="750" alt="Book browser with audiobook library and cascading
sidebar filters"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/book-browser-audiobooks-library.png"
/>
<img width="750" alt="Book detail page with multi-format support and
alternative formats"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/book-detail-multi-format.png"
/>
<img width="300" alt="Audiobook player with streaming playback"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/audiobook-player.png"
/>
<img width="300" alt="Ebook reader"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/ebook-reader.png"
/>
<img width="750" alt="CBX comic reader with fullscreen, slideshow, RTL,
and long strip mode"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/cbx-comic-reader.png"
/>
<img width="750" alt="Annotation notebook with highlights, notes, and
bookmarks"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/annotation-notebook.png"
/>
<img width="750" alt="Author browser with Audnexus metadata"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/author-browser.png"
/>
<img width="750" alt="Series browser with search, filter, and sort"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/series-browser.png"
/>
<img width="500" alt="Reading Clock statistics chart"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/reading-clock-stats.png"
/>
<img width="750" alt="Reading Survival Curve and Book Length Sweet Spot
charts"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/reading-survival-book-length-charts.png"
/>
<img width="750" alt="Reading Completion Race chart"
src="https://github.com/booklore-app/booklore/releases/download/v2.0.0/reading-completion-race.png"
/>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9va2xvcmUiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2026-02-24 14:46:34 +01:00
2026-02-22 21:55:50 +01:00
2026-01-25 15:43:25 +00:00
2026-02-15 12:09:02 +01:00

title
title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!

All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.


Getting started using TrueCharts

docs


Support

Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!

Still something not working as expected? Contact us! and we'll figure it out together!

Development

pre-commit renovate GitHub last commit


Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.

Getting into creating Charts

For more information check the website: https://truecharts.org

Contact and Support

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻
Saad Awan
Saad Awan

💻
Felix von Arx
Felix von Arx

💻
yodatak
yodatak

💻
Marcel Henrich
Marcel Henrich

💻
Florent Viel
Florent Viel

💻
SniperAsh6
SniperAsh6

💻
Alexandre Acebedo
Alexandre Acebedo

💻
Douglas Chimento
Douglas Chimento

💻
Addison McDermid
Addison McDermid

💻
Jaël Gareau
Jaël Gareau

💻
Steve Sampson
Steve Sampson

📖
Albert Romkes
Albert Romkes

💻
Maja Bojarska
Maja Bojarska

💻
astro-stan
astro-stan

💻
Oliver Simons
Oliver Simons

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.

An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.

SPDX-License-Identifier: AGPL-3.0


built-with-resentment contains-technical-debt

S
Description
Fork of trueforge-org/truecharts with some customizations
Readme 890 MiB
luanti-v1.0.0 Latest
2026-07-08 18:51:26 +00:00
Languages
Go Template 97.9%
Shell 2.1%