Skip to content

Releases: OpenInitia/KnowEmail

Release v1.1.10

29 Dec 16:42

Choose a tag to compare

  • 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

29 Dec 16:32

Choose a tag to compare

Removed build - Linux

Release v1.1.8

29 Dec 16:24

Choose a tag to compare

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

29 Dec 16:20

Choose a tag to compare

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

29 Dec 16:16

Choose a tag to compare

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

21 Dec 17:55

Choose a tag to compare

Update README with new download options

Release v1.1.4

21 Dec 17:46

Choose a tag to compare

Fix macOS build: install Pillow for icon conversion

Release v1.1.3

21 Dec 17:42

Choose a tag to compare

Add automated build and release workflow

1.1.2

08 Feb 16:03

Choose a tag to compare

What's new in v1.1.2?

  • Minor Fix
  • Added .exe file

1.1.1

07 Feb 18:15

Choose a tag to compare

Update v1.1.1

  • Bug Fixed
  • README.md Updated