v4.3.0
All checks were successful
Book Info Page Improvements: - Add quick stats row (chapters, rating, readers) - Enhance author display with better typography - Improve genre tags with amber-branded pills - Add green badge for 'ongoing' status - Wrap summary in card with better styling - Enhance 'More' button with proper design - Improve StarRating component to show rating more prominently Discover Page Improvements: - Add progress bar showing completion through deck - Enhance keyboard shortcuts with visual kbd elements - Improve empty state with better visuals and CTA hierarchy - Enhance toast notifications with icons and color-coded backgrounds - Add auto-dismiss for toast (4s timeout) - Improve preferences modal button labels - Add undo functionality for last vote - Better stat display (X of Y remaining) All changes maintain consistency with LibNovel's design system.
LibNovel
Self-hosted audiobook platform. Go backend + SvelteKit UI + MinIO/PocketBase/Meilisearch.
Requirements
- Docker + Docker Compose
- just
- Doppler CLI
Setup
doppler login
doppler setup # project=libnovel, config=prd
Usage
just up # start everything
just down # stop
just logs # tail all logs
just log backend # tail one service
just build # rebuild images
just restart # down + up
just secrets # view/edit secrets
Secrets
Managed via Doppler (project=libnovel, config=prd). No .env files.
To add or update a secret:
doppler secrets set MY_SECRET=value
Description