Releases: CraftingDragon007/PixelPaint
Releases · CraftingDragon007/PixelPaint
PixelPaint v1.5
Version 1.5
New Features
- SVG Export: Added SVG export functionality with a new dependency.
- Undo/Redo Functionality: Implemented proper undo/redo handling and refactored the Action class.
- Dynamic Language Detection: Added automatic language detection for improved user experience.
Improvements
. Ease of Use: Improved usability of canvas, allows users to draw more easily and more quickly.
- Performance Enhancements: Optimized drawing functions for better performance and reduced disk space usage with an improved file format.
- Keyboard Shortcuts: Added keyboard shortcuts for enhanced usability.
- Event Handling: Refactored event handlers in
EditFormandMainFormfor better maintainability. - Code Quality: Improved overall code consistency and readability.
Fixes & Maintenance
- Settings & Configuration:
- Set
FirstRunconfig value totrueby default. - Added
FirstRunsetting to improve the onboarding experience. - Updated settings file handling by removing unnecessary mentions of
MainForm.
- Set
- UI & Naming Adjustments:
- Refactored
PictureBoxcreation. - Renamed
NewProjektto the correct English name.
- Refactored
Full Changelog: v1.0...v1.5
PixelPaint v1.0
Version 1.0
- The Basic Program