Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

## [1.1.0] - 2026-03-13



### Added

- **cli:** Add global config and multi-inbox support


### Fixed

- Prevent nox from mutating lockfile


## [1.0.1] - 2026-03-13


Expand All @@ -14,6 +28,11 @@ and this project adheres to Semantic Versioning.
- **version:** Read installed package version


### Maintenance

- Release v1.0.1


## [1.0.0] - 2026-03-12


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "renamr"
version = "1.0.1"
version = "1.1.0"
description = "CLI tool that renames local files using AI-powered metadata extraction"
authors = [
{ name = "Silas Pignotti", email = "pignottisilas@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading