diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a0509..c83efc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.3-beta] - 2026-06-11 + + +### Added + +- **daemon**: telemetría de salud continua + heartbeat de sesiones copy +- **daemon**: lock de instancia única por config dir (flock) ## [1.1.2-beta] - 2026-06-11 @@ -19,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **stream**: downmix estéreo en el audio re-encodeado del modo copy - **stream**: EXT-X-START=0 en el playlist copy mientras crece - **stream**: el modo copy ignora StartSec (offset EVENT rompe iOS nativo) + +### Other + +- **release**: 1.1.2-beta ## [1.1.1-beta] - 2026-06-10 @@ -818,6 +829,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.1.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.2-beta...v1.1.3-beta [1.1.2-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.1-beta...v1.1.2-beta [1.1.1-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.0-beta...v1.1.1-beta [1.1.0-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.9-beta...v1.1.0-beta diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 4d9d626..4274fcb 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.1.2-beta" +var Version = "1.1.3-beta"