chore(release): 1.0.9-beta
Some checks failed
Release / release (push) Failing after 27m15s
Release / docker (push) Has been cancelled

- Bump version to 1.0.9-beta
- Update CHANGELOG.md
This commit is contained in:
Deivid Soto 2026-06-10 17:54:16 +02:00
parent 898fe80f4e
commit 9ab0763f8a
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,16 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.9-beta] - 2026-06-10
### Changed
- **daemon**: revisión crítica del reporte de errores de sesión
### Fixed
- **daemon**: reportar fallos de arranque de sesión a la web + scan en sesión única
## [1.0.8-beta] - 2026-06-10 ## [1.0.8-beta] - 2026-06-10
@ -17,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **hls**: forced-idr en NVENC/QSV — los segmentos ignoraban force_key_frames - **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 - **hls**: los prewarms ya no desalojan la sesión del espectador + trickplay 12x
### Other
- **release**: 1.0.8-beta
## [1.0.7-beta] - 2026-06-08 ## [1.0.7-beta] - 2026-06-08
@ -756,6 +770,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Build ### Build
- add -s -w -trimpath to Makefile, add build-small target with UPX - add -s -w -trimpath to Makefile, add build-small target with UPX
[1.0.9-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.8-beta...v1.0.9-beta
[1.0.8-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.7-beta...v1.0.8-beta [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.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.6-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.5-beta...v1.0.6-beta

View file

@ -1,4 +1,4 @@
package cmd package cmd
// Version is the CLI version. Overridden by goreleaser ldflags at release time. // Version is the CLI version. Overridden by goreleaser ldflags at release time.
var Version = "1.0.8-beta" var Version = "1.0.9-beta"