feat: Update version to 0.2.4, enhance logging capabilities, and improve special info formatting

This commit is contained in:
sHa
2025-12-27 01:31:21 +00:00
parent 44a6a978b8
commit 95cbaee7fa
11 changed files with 179 additions and 78 deletions

View File

@@ -22,7 +22,8 @@ TODO Steps:
19. ✅ Optimize tree updates to avoid full reloads after renaming
20. ✅ Add loading indicators for metadata extraction
21. ✅ Add error handling for file operations and metadata extraction
22. Implement metadata editing capabilities (future enhancement)
23. Add batch rename operations (future enhancement)
24. Add configuration file support (future enhancement)
25. Add plugin system for custom extractors/formatters (future enhancement)
22. 🔄 Implement blue highlighting for changed parts in proposed filename display (show differences between current and proposed names)
23. Implement metadata editing capabilities (future enhancement)
24. Add batch rename operations (future enhancement)
25. Add configuration file support (future enhancement)
26. Add plugin system for custom extractors/formatters (future enhancement)