v0.2.1

wailsapp/wailsv0.2.1Feb 11, 2026by github-actions[bot]

AI Summary

A maintenance update focusing on fixing Whisper model handling, audio device selection bugs, and optimizing FFmpeg build-time bundling.

Key Highlights

  • Fixed incorrect Whisper model URLs and sizes
  • Resolved Windows system audio device selection reset bug
  • Implemented build-time bundling for FFmpeg to eliminate runtime downloads
  • Fixed API key and Ollama host UI persistence and sync

New Features

  • Auto-fetch models from LLM providers
  • FFmpeg build-time bundling

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