Files
h-play/CHANGELOG.md
T

27 lines
1.3 KiB
Markdown

# Changelog
## 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.