Add release metadata and changelog
This commit is contained in:
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.0 - 2025-12-30
|
||||||
|
Initial release.
|
||||||
|
|
||||||
|
- Radarr-style naming for movies
|
||||||
|
- TMDb/OMDb providers with caching
|
||||||
|
- Optional Ollama LLM integration
|
||||||
|
- Safe defaults (copy, skip on collision)
|
||||||
|
- Reports (text/json/csv) + sidecars support
|
||||||
@@ -3,6 +3,11 @@ name = "mov-renamarr"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
description = "Fast, safe CLI to rename movie files into Radarr-compatible names."
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://git.44r0n.cc/44r0n7/mov-renamarr.git"
|
||||||
|
keywords = ["media", "movies", "rename", "radarr", "cli"]
|
||||||
|
categories = ["command-line-utilities", "filesystem"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user