Skip to content

PyShare v2.2.0 - Dependency & Execution Fix

Choose a tag to compare

@pattanayakpratik pattanayakpratik released this 30 Dec 15:18
· 49 commits to main since this release
8432bca

๐Ÿš€ 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 pyqrcode and pypng into 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, and scripts.js when 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