v0.3.0
sherlock-project/sherlockv0.3.0Mar 3, 2026by github-actions[bot]
AI Summary
This major update introduces audio import and retranscription features, improves transcription quality with parallel resampling, introduces a beta feature gating system, and improves memory management.
Key Highlights
- Added import audio feature for external audio files
- Improved transcription quality and added parallel resampling
- Added beta feature gating system
- Unload transcription engine after batch jobs to free memory
New Features
- Audio import feature
- Retranscription
- Beta feature gating
- Transcription quality improvements
- Memory management improvements
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