PyShare v2.2.0 - Dependency & Execution Fix
๐ What's New in v2.2
This release addresses critical execution errors found in previous versions and improves the standalone experience.
๐ ๏ธ Bug Fixes
- Fixed Missing Dependencies: Resolved the
ModuleNotFoundError: No module named 'pyqrcode'error that occurred when running the EXE on machines without Python installed. - Bundled Libraries: Properly integrated
pyqrcodeandpypnginto the single-file executable.
๐ Improvements
- Renamed Executable: The main file is now named
PyShare.exe(or your chosen name) for better clarity. - Improved Asset Loading: Optimized the way the application finds
index.html,styles.css, andscripts.jswhen running as a frozen binary.
๐ฅ How to Update
Simply download the new PyShare.exe from the assets below and replace your old version. No installation or Python setup is required.
Full Changelog: v2.1.0...v2.2.0