v0.4.0

2FastLabs/agent-squadv0.4.0Jun 5, 2026by github-actions[bot]

AI Summary

This release focuses on multi-language summary support, the inclusion of Qwen 3.5 models, and various UI and tray functionality improvements.

Key Highlights

  • Multi-language summary feature has been added.
  • Qwen 3.5 built-in models are now supported.
  • Main window can now be hidden to the tray instead of exiting on close.
  • Fixed macOS Dock reopen behavior.
  • Analytics are now opt-in by default.

New Features

  • Multi-language summary support
  • Qwen 3.5 built-in models
  • Hide main window to tray on close
  • Built-in model card responsiveness improvements

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