Releases: OpenInitia/KnowEmail
Releases · OpenInitia/KnowEmail
Release v1.1.10
- Performance optimization and auto-release notes\n\n- Implement concurrent bulk email verification (5 threads) for 5x speed increase.\n- Move single email verification to background thread to fix Not Responding UI freeze.\n- Add graceful shutdown handling for bulk operations.\n- Update GitHub Actions to auto-generate release body from commit messages.
Release v1.1.9
Removed build - Linux
Release v1.1.8
Fix build error: install qmake for linuxdeploy-plugin-qt - Install qtbase5-dev and related tools on the Ubuntu runner. - Set QMAKE environment variable to ensure the Qt plugin can find it. - This ensures all necessary input libraries are bundled into the AppImage to prevent crashes.
Release v1.1.7
Fix build error: install qmake for linuxdeploy-plugin-qt - Install qtbase5-dev and related tools on the Ubuntu runner. - Set QMAKE environment variable to ensure the Qt plugin can find it. - This ensures all necessary input libraries are bundled into the AppImage to prevent crashes.
Release v1.1.6
Fix Linux crash on input by enforcing XCB and bundling Qt plugins - Force QT_QPA_PLATFORM='xcb' in [main.py](cci:7://file:///e:/work/KnowEmail/main.py:0:0-0:0) to avoid Wayland input handling issues. - Update GitHub Actions workflow to use linuxdeploy-plugin-qt, ensuring proper bundling of Qt platform and input plugins for AppImages. - Resolves issue where application crashes upon typing in text fields on Linux distributions.
Release v1.1.5
Update README with new download options
Release v1.1.4
Fix macOS build: install Pillow for icon conversion
Release v1.1.3
Add automated build and release workflow
1.1.2
What's new in v1.1.2?
- Minor Fix
- Added .exe file
1.1.1
Update v1.1.1
- Bug Fixed
- README.md Updated