Releases: oop7/WebShare-for-Windows
Releases · oop7/WebShare-for-Windows
WebShare 1.2.0
Changelog for WebShare v1.2.0
Features
- Replaced base64-encoded icons with actual icon files for better maintainability
- Added better icon handling for web interface with proper URL routing
Improvements
- Optimized application assets by moving icons to dedicated directory
- Improved error handling for icon loading with graceful fallbacks
- Enhanced UI consistency across desktop application and web interface
Bug Fixes
- Fixed window icon not displaying in PyQt5 application
- Fixed favicon and logo not displaying in web interface
- Resolved path issues when accessing icon files
Technical Changes
- Removed large base64 strings from codebase
- Added icon serving capability via Flask route
- Implemented proper absolute path resolution for icons
- Added scaling support for high-resolution icons