From 523ecc724aa709a050d0b63ccf332a0be00df909 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Fri, 12 Jun 2026 19:47:09 +0200 Subject: [PATCH] chore(release): 1.1.4-beta - Bump version to 1.1.4-beta - Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ internal/cmd/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83efc2..4297acd 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.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 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 4274fcb..40f13b1 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.3-beta" +var Version = "1.1.4-beta"