3.2.4 (2026-07-01)
This patch release of Grimmory is focused on bug fixes. The Goodreads parser and Audible parser are working more reliably now, translations have been improved, styling when navigation between pages has been improved, the icon library now properly loads, and the task management information refreshes automatically. Also, some prep work for new icons was done, and an accessible font was added.
Note: Grimmory v3.2.3 was skipped.
Changelog
Full Changelog: v3.2.2...v3.2.4
Bug Fixes
- fonts: increase custom font upload limit to 50MB (#1862) (bda8db5)
- metadata: detect retryable errors in LubimyCzytac parser (#1788) (e9b2eeb)
- metadata: migrate GoodReads parser from HTML scraping to GraphQL (#1734) (90fa4d7)
- metadata: use audible API endpoints to avoid strict rate limits (#1799) (c4d602f)
- ui: adjust accessible font scaling (#1872) (938442e)
- ui: avoid CSS transition on page navigation (#1833) (be574d5)
- ui: convert task management websocket update to signals (#1807) (b4b5468)
- ui: improve favicon (#1875) (ff3b76b)
- ui: remove cover timestamp check from metadata lock (#1806) (00f48c3)
- ui: rename font files (#1861) (c2c867e)
- ui: use signals in icon picker / uploader for reactivity (#1881) (5014bb9)
Refactors
- dashboard: move dashboard configuration to view preferences settings (#1822) (284b7a4)
- ui: new icon library and user migration (#1828) (d0d884a)
- ui: new standard and accessible UI font (#1777) (8ce487b)
Chores
- deps: bump the frontend group with 6 updates (#1798) (08ec10b)
- deps: bump the gradle-dependencies group in /backend with 2 updates (#1797) (f3f0a73)
- drop hard coded SVG icons (#1884) (1060c3a)
- i18n: update translations from Weblate (#1838) (2c2933f)
- i18n: update translations from Weblate (#1877) (448d0d4)
- repo: fix sonar failings (#1813) (3225ddb)
CI
Reverts
Contributors
We'd like to thank the contributors for this release for taking the time to make Grimmory better.
Including but not limited to: @aisaiev @lixiaoyu0123 @alexhb1 @imnotjames @zachyale
New Contributors
- @lixiaoyu0123 made their first contribution in #1862