Merged
Conversation
### Major Changes #### Added - **TypeScript Integration**: - Converted some core classes (Slide, WorkingFile) to TypeScript for better type safety - Added TypeScript configuration for future project-wide adoption - **Enhanced Text Customization**: - Font selection from system fonts (fixes #40) - Text positioning controls - Toggleable text background - **Video Controls**: - Mute/unmute functionality for videos - Improved video handling with black video fallback - **Project Management**: - New TAR-based project format replacing ZIP (fixes 2GB size limit) - Direct archive reading capability (fixes #32) #### Changed - **UI Improvements**: - Redesigned slide creator interface - Better slide thumbnail management - Improved sidebar navigation - **Architectural Updates**: - Refactored monolithic SlideCreator into modular components following SOLID principles - Implemented new MediaResponder class for better media handling - **Performance**: - Optimized video streaming and resource loading - Reduced memory usage for large projects #### Fixed - **Critical Issues**: - Resolved 2GB project size limitation - Fixed archive access problems - **Stability**: - Improved error handling during project save/load - Better resource cleanup when closing projects - **UX**: - Smoother transitions between slides - More reliable file operations ### Technical Details #### New Features - Added font selector with system font detection - Implemented text positioning with drag-and-drop - Created new video toolbar with mute control - Added project save confirmation before quit #### Code Improvements - TypeScript migration for core components - Modular architecture with separate classes for: - Canvas rendering - Sidebar management - Text editing - Video controls - Improved error handling and logging #### Dependency Updates - Updated Electron to latest stable version - Replaced JSZip with TAR for archive handling - Added new dev dependencies for TypeScript support
### Major Changes #### Added - **TypeScript Integration**: - Converted some core classes (Slide, WorkingFile) to TypeScript for better type safety - Added TypeScript configuration for future project-wide adoption - **Enhanced Text Customization**: - Font selection from system fonts (fixes #40) - Text positioning controls - Toggleable text background - **Video Controls**: - Mute/unmute functionality for videos - Improved video handling with black video fallback - **Project Management**: - New TAR-based project format replacing ZIP (fixes 2GB size limit) - Direct archive reading capability (fixes #32) #### Changed - **UI Improvements**: - Redesigned slide creator interface - Better slide thumbnail management - Improved sidebar navigation - **Architectural Updates**: - Refactored monolithic SlideCreator into modular components following SOLID principles - Implemented new MediaResponder class for better media handling - **Performance**: - Optimized video streaming and resource loading - Reduced memory usage for large projects #### Fixed - **Critical Issues**: - Resolved 2GB project size limitation - Fixed archive access problems - **Stability**: - Improved error handling during project save/load - Better resource cleanup when closing projects - **UX**: - Smoother transitions between slides - More reliable file operations ### Technical Details #### New Features - Added font selector with system font detection - Implemented text positioning with drag-and-drop - Created new video toolbar with mute control - Added project save confirmation before quit #### Code Improvements - TypeScript migration for core components - Modular architecture with separate classes for: - Canvas rendering - Sidebar management - Text editing - Video controls - Improved error handling and logging #### Dependency Updates - Updated Electron to latest stable version - Replaced JSZip with TAR for archive handling - Added new dev dependencies for TypeScript support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major Changes
Added
Changed
Fixed
Technical Details
New Features
Code Improvements
Dependency Updates