Files
h-play/CHANGELOG.md
T

49 lines
2.4 KiB
Markdown

# 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 all` playlist 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 `Edit` action 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 `Metadata` action that fills only missing local metadata fields by default.
- Added cached AniDB title matching and optional rich AniDB HTTP metadata when `ANIDB_CLIENT_NAME` and `ANIDB_CLIENT_VERSION` are 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.0` so Docker's localhost port mapping can reach h-player while keeping the host publish on `127.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.1` by default, with `HOST` available for explicit overrides.