From 2abaf74b130fab6ca7d7133041942561c6e41a0d Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Wed, 3 Jun 2026 19:23:28 +0200 Subject: [PATCH] chore(release): 1.0.1-beta - Bump version to 1.0.1-beta - Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ internal/cmd/version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a7e09..04230a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1-beta] - 2026-06-03 + + +### Added + +- **agent**: report isDocker so the web shows a docker pull command +- **release**: sign release checksums (ed25519), enforce + bake pubkey + +### Fixed + +- **stream**: retry thumbnail extraction with output-seek on seek-index failure +- **stream**: clamp out-of-range audio-track index to 0:a:0 ## [1.0.0-beta] - 2026-06-03 @@ -71,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +- **release**: 1.0.0-beta - **release**: 1.0.0-beta - bump version to 0.10.0 (direct-play floor; local build only, no publish) @@ -653,6 +666,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.1-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.0-beta...v1.0.1-beta [1.0.0-beta]: https://github.com/torrentclaw/unarr/compare/v0.9.19...v1.0.0-beta [0.9.19]: https://github.com/torrentclaw/unarr/compare/v0.9.18...v0.9.19 [0.9.18]: https://github.com/torrentclaw/unarr/compare/v0.9.17...v0.9.18 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 1f7a720..6e3a4e6 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.0-beta" +var Version = "1.0.1-beta"