From 4bdd161e0219fc280bf5b079d6c748ab8a426b53 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Wed, 10 Jun 2026 15:02:01 +0200 Subject: [PATCH] chore(release): 1.0.8-beta - Bump version to 1.0.8-beta - Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ internal/cmd/version.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd63cc..b62e146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.8-beta] - 2026-06-10 + + +### Added + +- **hls**: resume-aware first spawn + capped-CRF/CQ rate control +- **subtitles**: subtitle-fetch jobs vía sync + auto-fetch opcional en scan + +### Fixed + +- **hls**: forced-idr en NVENC/QSV — los segmentos ignoraban force_key_frames +- **hls**: los prewarms ya no desalojan la sesión del espectador + trickplay 12x ## [1.0.7-beta] - 2026-06-08 ### Added - **subs**: resilient subtitle extraction — sidecars, charset, torrent/debrid + +### Other + +- **release**: 1.0.7-beta ## [1.0.6-beta] - 2026-06-07 @@ -740,6 +756,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Build - add -s -w -trimpath to Makefile, add build-small target with UPX +[1.0.8-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.7-beta...v1.0.8-beta [1.0.7-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.6-beta...v1.0.7-beta [1.0.6-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.5-beta...v1.0.6-beta [1.0.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.4-beta...v1.0.5-beta diff --git a/internal/cmd/version.go b/internal/cmd/version.go index c08b5f0..6ecc9bf 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version is the CLI version. Overridden by goreleaser ldflags at release time. -var Version = "1.0.7-beta" +var Version = "1.0.8-beta"