v0.3.0
lutzroeder/netronv0.3.0Mar 3, 2026by github-actions[bot]
AI Summary
Meetily v0.3.0 introduces external audio import capabilities, improved transcription quality with parallel resampling, and a beta feature gating system for these new functionalities.
Key Highlights
- New import audio feature for external audio files.
- Improved transcription quality with parallel resampling.
- Beta feature gating system for import/retranscribe features.
- Memory optimization by unloading transcription engines after batch jobs.
New Features
- Import audio feature for external audio files
- Beta feature gating system for import/retranscribe
Full Release Notes
## What's Changed * feat: add import audio feature for external audio files by @jeremi in https://github.com/Zackriya-Solutions/meetily/pull/304 * fix: improve transcription quality and add parallel resampling for la… by @p-s-vishnu in https://github.com/Zackriya-Solutions/meetily/pull/342 * Feat/import audio and retranscription by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/358 * feat(beta): add beta feature gating system for import/retranscribe by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/366 * Fix/pr 372 by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/374 * fix: resolve remaining PR #372 review bugs by @sujithatzackriya in https://github.com/Zackriya-Solutions/meetily/pull/375 * fix: unload transcription engine after batch jobs to free memory by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/378 * fix of main before release by @safvanatzack in https://github.com/Zackriya-Solutions/meetily/pull/381 ## Installation | Platform | Download Link | Instructions | |----------|---------------|-------------| | **Windows** | [meetily_0.3.0_x64-setup.exe](https://github.com/Zackriya-Solutions/meeting-minutes/releases/download/v0.3.0/meetily_0.3.0_x64-setup.exe) | Download and run the installer | | **macOS** | [meetily_0.3.0_aarch64.dmg](https://github.com/Zackriya-Solutions/meeting-minutes/releases/download/v0.3.0/meetily_0.3.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) | --- ## What's Next We're actively working on the following features for the next release: ### Multi-Language Summary Generation Support for generating meeting summaries in languages other than English. Ideal for multilingual teams — transcribe in one language and get a summary in another. ### Inline Transcript Editing Edit your transcript directly without leaving the app. Fix misheard words or formatting issues right where they appear, keeping your notes accurate and clean. ### Post-Processing Mode (Retranscribe) Option to disable live transcription during a meeting and process the full recording afterward instead. Useful for noisy environments or when accuracy matters more than real-time output. ### Dark Mode A proper dark theme across the entire interface for those late-night meetings and low-light environments. ## New Contributors * @jeremi made their first contribution in https://github.com/Zackriya-Solutions/meetily/pull/304 * @p-s-vishnu made their first contribution in https://github.com/Zackriya-Solutions/meetily/pull/342 **Full Changelog**: https://github.com/Zackriya-Solutions/meetily/compare/v0.2.1...v0.3.0