13 Commits
Author SHA1 Message Date
sha 4b90abb457 fix: Improve width matching tolerance for cinema/ultrawide aspect ratios in MediaInfoExtractor; add test for 2160p scope resolution 2026-04-13 14:56:38 +03:00
sha b3c8580789 fix: Update icons for video file types in MomaApp 2026-04-13 14:44:49 +03:00
sha 1f87337bb4 fix: Update version to 0.9.4 in uv.lock; improve CI checks and code clarity in AGENTS.md, filename_extractor.py, and mediainfo_extractor.py 2026-04-13 14:37:37 +03:00
sha 6194e5e168 test: Enhance filename extraction tests with dataset-based cases 2026-04-13 14:03:45 +03:00
sha eb46b3c7ed style: Clean up button styles in RenameConfirmScreen 2026-04-13 12:44:53 +03:00
sha f7270e7afc fix: Update versioning in INSTALL.md and bump version in pyproject.toml 2026-04-13 01:00:34 +03:00
sha bcc6b03ae2 feat: Add type hints and improve type safety across multiple modules 2026-04-12 22:41:47 +03:00
sha f2af482154 fix: Correct mock return values for video_tracks in frame class detection test 2026-04-12 13:17:45 +03:00
sha 8843b8f7b1 fix: Uncomment the return value for _video_tracks in frame class detection test 2026-04-12 12:30:56 +03:00
sha 2e91618664 refactor: Comment out unused mock return value in frame class detection test 2026-04-12 12:14:31 +03:00
sha cb0a035eee feat: Add method to determine if video uses anamorphic encoding in MediaInfoExtractor 2026-04-12 12:10:43 +03:00
sha cff973dd94 feat: Refactor TMDB API key and access token handling; update settings screen for user input and remove hardcoded secrets 2026-04-12 11:57:14 +03:00
sha 2e652ae58a 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
2026-04-11 22:09:29 +03:00