mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
feat: Add OpenScreen for directory input and validation
feat: Introduce poster rendering views with multiple engines feat: Implement ASCII art poster renderer using PIL feat: Create base class for poster renderers feat: Add RichPixels renderer for high-quality terminal image display feat: Implement Viu terminal image viewer renderer feat: Add ProposedFilenameView for generating standardized filenames feat: Create RenameConfirmScreen for renaming files with confirmation feat: Implement SettingsScreen for configuring application settings feat: Add custom PosterWidget for rendering poster images
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to the Renamer project are documented in this file.
|
||||
All notable changes to the moma project are documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
@@ -114,7 +114,7 @@ This development version represents a significant refactoring effort focused on
|
||||
- Dataset loaders in `conftest.py`
|
||||
|
||||
#### Changed
|
||||
- **Test Organization**: Consolidated test data into `renamer/test/datasets/`
|
||||
- **Test Organization**: Consolidated test data into `src/test/datasets/`
|
||||
- **Total Tests**: 560 tests (1 skipped), all passing
|
||||
|
||||
---
|
||||
@@ -141,7 +141,7 @@ This development version represents a significant refactoring effort focused on
|
||||
|
||||
#### Cache System
|
||||
- **Cache key format changed**: Old cache files are invalid
|
||||
- **Migration**: Users should clear cache: `rm -rf ~/.cache/renamer/`
|
||||
- **Migration**: Users should clear cache: `rm -rf ~/.cache/moma/`
|
||||
- **Impact**: No data loss, just cache miss on first run after upgrade
|
||||
|
||||
#### Dependencies
|
||||
|
||||
Reference in New Issue
Block a user