File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.7] - 2026-04-10
9+
10+
11+ ### Added
12+
13+ - ** scan** : always scan downloads + organize dirs, deduplicate child paths
814## [ 0.6.6] - 2026-04-09
915
1016
1117### Fixed
1218
19+ - ** docker** : switch ffprobe download from johnvansickle.com to BtbN/FFmpeg-Builds
1320- ** stream** : fix black screen on remote/Tailscale streaming
21+
22+ ### Other
23+
24+ - ** release** : 0.6.6
1425## [ 0.6.5] - 2026-04-09
1526
1627
@@ -228,6 +239,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228239
229240- remove UPX compression (antivirus false positives, startup penalty)
230241- add -s -w -trimpath to Makefile, add build-small target with UPX
242+ [ 0.6.7 ] : https://github.com/torrentclaw/unarr/compare/v0.6.6...v0.6.7
231243[ 0.6.6 ] : https://github.com/torrentclaw/unarr/compare/v0.6.5...v0.6.6
232244[ 0.6.5 ] : https://github.com/torrentclaw/unarr/compare/v0.6.4...v0.6.5
233245[ 0.6.4 ] : https://github.com/torrentclaw/unarr/compare/v0.6.3...v0.6.4
Original file line number Diff line number Diff line change 11package cmd
22
33// Version is the CLI version. Overridden by goreleaser ldflags at release time.
4- var Version = "0.6.6 "
4+ var Version = "0.6.7 "
You can’t perform that action at this time.
0 commit comments