Releases: jvonscheidt/m3u-viewer
Releases · jvonscheidt/m3u-viewer
Release list
v0.6.1
What's Changed
- docs: document regex filtering in the README by @jvonscheidt in 7710256
- docs: declare VoD out of scope in the README by @jvonscheidt in 8a3af40
- Switch license from GPL-2.0 to Apache-2.0 by @jvonscheidt in 15b60e0
- fix: harden playlist loading and storage by @jvonscheidt in 3e40675
- chore: release 0.6.1 by @jvonscheidt in bff10bf
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: reset the group filter when switching to favorites view by @jvonscheidt in #26
- feat: add EPG support via XMLTV (now/next in the channel list) by @jvonscheidt in #25
- chore: bump version to 0.6.0 by @jvonscheidt in #27
- docs: document EPG support, VLC instance reuse, and the playlist cache by @jvonscheidt in #28
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- fix: cache playlists loaded via the player API fallback by @jvonscheidt in #23
- chore: bump version to 0.5.1 by @jvonscheidt in #24
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: regex filter, VLC instance reuse, favorites filter reset, playlist caching by @jvonscheidt in #21
- chore: bump version to 0.5.0 by @jvonscheidt in #22
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- chore: bump actions/checkout to v5 by @jvonscheidt in #14
- fix: fail Xtream loads that do not return an M3U playlist by @jvonscheidt in #15
- feat: add a configurable User-Agent for Xtream requests by @jvonscheidt in #17
- feat: fall back to the Xtream player API when get.php is blocked by @jvonscheidt in #18
- feat: sort channels and groups alphabetically by @jvonscheidt in #19
- chore: bump version to 0.4.0 by @jvonscheidt in #20
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- fix: address code-review findings (scroll, filter UX, CLI, parser, atomic writes) by @jvonscheidt in #12
- chore: bump version to 0.3.2 by @jvonscheidt in #13
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- feat: add diagnostic log file by @jvonscheidt in #10
- chore: set license to GPL-2.0-only by @jvonscheidt in #11
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add TOML config file for Xtream credentials and VLC path by @jvonscheidt in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: load playlists from Xtream Codes accounts (0.2.0) by @jvonscheidt in #8
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- chore: project spec, contributor guidelines, and Rust scaffold by @jvonscheidt in #1
- feat: add streaming M3U playlist parser by @jvonscheidt in #2
- feat: add TUI shell with filtering, groups, and background loading by @jvonscheidt in #3
- feat: play the selected channel in VLC with Enter by @jvonscheidt in #4
- feat: add favorites and recent channels with JSON persistence by @jvonscheidt in #5
- docs: add usage section to the README by @jvonscheidt in #6
- chore: add tag-triggered release workflow by @jvonscheidt in #7
New Contributors
- @jvonscheidt made their first contribution in #1
Full Changelog: https://github.com/jvonscheidt/m3u-viewer/commits/v0.1.0