Refactor code structure for improved readability and maintainability

This commit is contained in:
sHa
2026-01-05 07:44:52 +00:00
parent 1373b4c5db
commit 96f1a5b66d
4 changed files with 3 additions and 2 deletions

BIN
dist/renamer-0.8.6-py3-none-any.whl vendored Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
[project]
name = "renamer"
version = "0.8.5"
version = "0.8.6"
description = "Terminal-based media file renamer and metadata viewer"
readme = "README.md"
requires-python = ">=3.11"

View File

@@ -24,6 +24,7 @@ SPECIAL_EDITIONS = {
"Restoration",
],
"Remastered": ["Remastered", "Remaster", "HD Remaster"],
"Colorized": ["Colorized Edition", "Colourized Edition", "Colorized", "Colourized"],
"Unrated": ["Unrated"],
"Uncensored": ["Uncensored"],
"Definitive Edition": ["Definitive Edition"],

2
uv.lock generated
View File

@@ -462,7 +462,7 @@ wheels = [
[[package]]
name = "renamer"
version = "0.8.5"
version = "0.8.6"
source = { editable = "." }
dependencies = [
{ name = "langcodes" },