feat: Bump version to 0.2.5, enhance logging, normalize Cyrillic characters, and improve database info formatting

This commit is contained in:
sHa
2025-12-27 02:55:34 +00:00
parent 95cbaee7fa
commit f2060b4a92
15 changed files with 136 additions and 37 deletions

View File

@@ -24,8 +24,11 @@ powershell -c "irm https://astral.sh/uv/install.sh | iex"
#### Install Renamer
```bash
# From the built wheel (if available)
uv tool install dist/renamer-0.2.0-py3-none-any.whl
# One-command install from remote wheel
uv tool install https://git.shadoll.dev/sha/renamer/raw/branch/main/dist/renamer-0.2.4-py3-none-any.whl
# Or from local wheel (if downloaded)
uv tool install dist/renamer-0.2.4-py3-none-any.whl
# Or from PyPI (when published)
uv tool install renamer