v0.2.1
langgenius/dify-sandboxv0.2.1Feb 11, 2026by github-actions[bot]
AI Summary
A bug fix release for Meetily addressing issues with Whisper models, audio device selection, API connections, and model configuration persistence.
Key Highlights
- Fixed Whisper model URL/size issues
- Fixed Windows audio device selection reset bug
- Fixed OpenAI compatible API connection tests
- Improved model auto-fetching and persistence
New Features
- Auto-fetch models from LLM providers
- Fixed Whisper model metadata and manager behavior
- Fixed Windows system audio device selection reset bug
- Fixed OpenAI compatible API connection test
Full Release Notes
## What's Changed * Fix for some Whisper models, incorrect url/size by @matbe in https://github.com/Zackriya-Solutions/meeting-minutes/pull/320 * Fix Windows system audio device selection reset bug by @matbe in https://github.com/Zackriya-Solutions/meeting-minutes/pull/321 * Start toast content updated by @safvanatzack in https://github.com/Zackriya-Solutions/meeting-minutes/pull/302 * Fix Whisper model metadata and model manager behavior by @safvanatzack in https://github.com/Zackriya-Solutions/meeting-minutes/pull/326 * Fix OpenAI compatible API connection test by @5m4u66y in https://github.com/Zackriya-Solutions/meeting-minutes/pull/316 * Fix api key and ollama host UI persistance and sync by @safvanatzack in https://github.com/Zackriya-Solutions/meeting-minutes/pull/329 * feat: Auto-fetch models from LLM providers by @athulchandroth in https://github.com/Zackriya-Solutions/meeting-minutes/pull/315 * fix(ffmpeg): implement build-time bundling to eliminate runtime downloads by @safvanatzack in https://github.com/Zackriya-Solutions/meeting-minutes/pull/325 * fix: preserve model settings and Ollama endpoint across provider switches by @safvanatzack in https://github.com/Zackriya-Solutions/meeting-minutes/pull/345 * fix: persist model config and API key to database from meeting details by @safvanatzack in https://github.com/Zackriya-Solutions/meeting-minutes/pull/348 ## Installation | Platform | Download Link | Instructions | |----------|---------------|-------------| | **Windows** | [meetily_0.2.1_x64-setup.exe](https://github.com/Zackriya-Solutions/meeting-minutes/releases/download/v0.2.1/meetily_0.2.1_x64-setup.exe) | Download and run the installer | | **macOS** | [meetily_0.2.1_aarch64.dmg](https://github.com/Zackriya-Solutions/meeting-minutes/releases/download/v0.2.1/meetily_0.2.1_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 * @matbe made their first contribution in https://github.com/Zackriya-Solutions/meeting-minutes/pull/320 * @5m4u66y made their first contribution in https://github.com/Zackriya-Solutions/meeting-minutes/pull/316 **Full Changelog**: https://github.com/Zackriya-Solutions/meeting-minutes/compare/v0.2.0...v0.2.1