chore(release): 1.0.5-beta
- Bump version to 1.0.5-beta - Update CHANGELOG.md
This commit is contained in:
parent
9e3075f115
commit
6712127d4c
2 changed files with 21 additions and 1 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -5,12 +5,31 @@ 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.5-beta] - 2026-06-07
|
||||||
|
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **stream**: live transcode telemetry from ffmpeg speed=
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- **docker**: explain why GPU Vulkan tonemap can't init in-container
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **docker**: derive bundled dep arch from dpkg, not TARGETARCH default
|
||||||
|
- **torrent**: suppress noisy UPnP AddPortMapping warnings
|
||||||
## [1.0.4-beta] - 2026-06-04
|
## [1.0.4-beta] - 2026-06-04
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- **stream**: self-heal host→container path skew in HLS + sidecar handlers
|
- **stream**: self-heal host→container path skew in HLS + sidecar handlers
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- **release**: 1.0.4-beta
|
||||||
## [1.0.3-beta] - 2026-06-04
|
## [1.0.3-beta] - 2026-06-04
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -697,6 +716,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.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.4-beta...v1.0.5-beta
|
||||||
[1.0.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.3-beta...v1.0.4-beta
|
[1.0.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.3-beta...v1.0.4-beta
|
||||||
[1.0.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.2-beta...v1.0.3-beta
|
[1.0.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.2-beta...v1.0.3-beta
|
||||||
[1.0.2-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.1-beta...v1.0.2-beta
|
[1.0.2-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.1-beta...v1.0.2-beta
|
||||||
|
|
|
||||||
|
|
@ -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.4-beta"
|
var Version = "1.0.5-beta"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue