Skip to content

v.1.0.0

Latest
Compare
Choose a tag to compare
@Domush Domush released this 27 Jan 16:27
· 1 commit to main since this release

[1.0.0] - 2025-01-27

Changed

  • Major overhaul of the GUI, switched from Tkinter to PyQt6
  • Improved GUI responsiveness and layout organization
  • Enhanced TranscriptProcessorGUI with better progress tracking and status updates
  • Restructured layout to include AI provider and prompts sections
  • Streamlined progress reporting and file processing notifications
  • Dynamic window sizing based on screen height
  • Made the file listing section the main focus now that the status log isn't as vital

Added

  • Window icon and consistent styling
  • Added multi-threading support
  • Directory rescan functionality for file list updates
    • Checking 'Include subdirectories' now triggers an automatic re-scan
  • File list display with auto-scrolling
  • Enhanced status indicators during processing
    • Files now have status icons. No more digging through the status log
  • Keyboard shortcuts for saving and canceling in Prompt Editor

Enhanced

  • Progress tracking and UI responsiveness
  • Processing status updates system
  • Notification system for skipped files
  • Error handling and status enum implementation