Skip to content

v1.0.2: docs: Update CHANGELOG.md for version 1.0.2

Choose a tag to compare

@MeteAvci MeteAvci released this 10 Nov 13:14
· 13 commits to main since this release
  • Fix: Implemented atomic saving for settings to prevent data corruption and race conditions.
  • Fix: Re-implemented watchdog process for robust application monitoring and automatic restarts.
  • Fix: Resolved ImportError by correctly configuring the 'gui' package with init.py.
  • Fix: Corrected SyntaxError in stylesheet and invalid escape sequence in mutex name.
  • Fix: Added missing apply_settings method to SettingsDialog class.
  • Feat: Packaged application into a single executable (wheel.exe) using PyInstaller.