v0.4.0
wxt-dev/wxtv0.4.0Jun 5, 2026by github-actions[bot]
AI Summary
Adds multi-language summary support and Qwen 3.5 built-in models, along with desktop application enhancements like tray functionality.
Key Highlights
- feat/multi language summary
- Add Qwen 3.5 built-in models
- Hide main window to tray on close instead of exiting
- Prevent multiple desktop app instances
- Archive legacy backend setup guidance
New Features
- Multi-language summary feature
- Qwen 3.5 model support
- Tray window management
- Desktop instance prevention
- Built-in model card responsiveness
Full Release Notes
## What's Changed * feat/multi language summary by @p-s-vishnu in https://github.com/Zackriya-Solutions/meetily/pull/447 * docs: archive legacy backend setup guidance [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/463 * fix: make analytics opt-in by default [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/452 * fix: use TDT duration head in Parakeet greedy decoder by @lorenzojb in https://github.com/Zackriya-Solutions/meetily/pull/459 * Fix/review 447 [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/455 * Fix/flash attention removal for vulkan by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/469 * fix(readme): update trendshift badge link by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/473 * fix(frontend): stabilize BlockNote ProseMirror resolution [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/472 * feat(tray): hide main window to tray on close instead of exiting by @passabilities in https://github.com/Zackriya-Solutions/meetily/pull/471 * fix(tauri): prevent multiple desktop app instances [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/476 * feat(summary): add Qwen 3.5 built-in models [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/462 * chore: readme star history update [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/484 * hotfix(release): Fix summary base language and macOS Dock reopen behavior [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/498 * fix(ui): improve built-in model card responsiveness [skip ci] by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/501 * Release v0.4.0 by @sujithatzackriya in https://github.com/Zackriya-Solutions/meetily/pull/502 ## Installation | Platform | Download Link | Instructions | |----------|---------------|-------------| | **Windows** | [meetily_0.4.0_x64-setup.exe](https://github.com/Zackriya-Solutions/meeting-minutes/releases/download/v0.4.0/meetily_0.4.0_x64-setup.exe) | Download and run the installer | | **macOS** | [meetily_0.4.0_aarch64.dmg](https://github.com/Zackriya-Solutions/meeting-minutes/releases/download/v0.4.0/meetily_0.4.0_aarch64.dmg) | Open the `.dmg` file, drag **Meetily** to Applications folder, then open from Applications | | **Linux** | Build from source | Follow our detailed guides: [Building on Linux](docs/building_in_linux.md) or [General Build Instructions](docs/BUILDING.md) | --- ## New Contributors * @lorenzojb made their first contribution in https://github.com/Zackriya-Solutions/meetily/pull/459 * @passabilities made their first contribution in https://github.com/Zackriya-Solutions/meetily/pull/471 **Full Changelog**: https://github.com/Zackriya-Solutions/meetily/compare/v0.3.0...v0.4.0