2.4 KiB
2.4 KiB
Changelog
1.5.0 - 2026-09-15
- Replaced inline episode video players with clickable episode cards using cached animated WebP thumbnails generated by ffmpeg.
- Added automatic missing episode thumbnail generation during library scans, including newly added episodes.
- Added fullscreen playback for episode cards and a
Play allplaylist flow that advances through a movie or series. - Removed redundant helper copy from the main website interface.
1.4.2 - 2026-09-15
- Hid display title and thumbnail path from the read-only metadata view; those fields now appear only while editing metadata.
1.4.1 - 2026-09-15
- Changed title details to show metadata as read-only text by default.
- Added an explicit
Editaction that opens the metadata form only when needed.
1.4.0 - 2026-09-15
- Added missing metadata fetching from AniList, with AniDB fallback when AniList has no usable match or is unavailable.
- Added a per-title
Metadataaction that fills only missing local metadata fields by default. - Added cached AniDB title matching and optional rich AniDB HTTP metadata when
ANIDB_CLIENT_NAMEandANIDB_CLIENT_VERSIONare configured.
1.3.0 - 2026-09-15
- Moved movie and series browsing out of the sidebar into a Jellyfin-style main collection grid.
- Added click-through collection cards that open the selected movie or series folder details and episodes in the main panel.
- Added a collection return action and kept sidebar controls focused on navigation, search, and rescans.
1.2.1 - 2026-09-15
- Set the Docker Compose container host binding to
0.0.0.0so Docker's localhost port mapping can reach h-player while keeping the host publish on127.0.0.1.
1.2.0 - 2026-09-15
- Renamed the project and user-facing app identity to
h-player. - Updated package metadata, browser title, sidebar brand, Basic Auth realm, Docker Compose service/container names, and documentation to reflect the official name.
1.1.1 - 2026-09-15
- Matched the library list and poster treatment more closely to Kaizoku's web theme, using the same purple card gradients, hover states, and cover fallback styling.
1.1.0 - 2026-09-15
- Restyled the web UI to match Kaizoku's dark purple glass-panel design.
- Added a Kaizoku-style sidebar shell, collection badge, rounded navigation controls, and redesigned detail panels.
- Changed the server to bind to
127.0.0.1by default, withHOSTavailable for explicit overrides.