chore(release): 1.1.4-beta

- Bump version to 1.1.4-beta
- Update CHANGELOG.md
This commit is contained in:
Deivid Soto 2026-06-12 19:47:09 +02:00
parent a710bc1626
commit 523ecc724a
2 changed files with 13 additions and 1 deletions

View file

@ -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.4-beta] - 2026-06-12
### Added
- **agent**: el auto-update difiere hasta que no haya stream activo
- **library**: detección de intro/créditos post-scan (skip segments)
## [1.1.3-beta] - 2026-06-11
@ -12,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **daemon**: telemetría de salud continua + heartbeat de sesiones copy
- **daemon**: lock de instancia única por config dir (flock)
### Other
- **release**: 1.1.3-beta
## [1.1.2-beta] - 2026-06-11
@ -829,6 +840,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.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.3-beta...v1.1.4-beta
[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