Skip to content

WebShare 1.2.0

Latest
Compare
Choose a tag to compare
@oop7 oop7 released this 11 May 20:09

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