Releases: shareefmx/minomeet
Releases · shareefmx/minomeet
Release list
Minomeet AI v1.2.2 — Seamless Video & Audio Ingestion with Auto-Extraction
🌟 What's New in Minomeet v1.2.2
🎬 Seamless Video & Audio Recording Ingestion
- Universal Media Import: Ingest both Video (
.mp4,.mov,.mkv,.avi,.webm,.flv,.m4v) and Audio (.mp3,.wav,.m4a,.ogg,.flac,.aac) files directly from Zoom, Google Meet, Microsoft Teams, and offline recordings. - Automated FFmpeg Audio Extraction: Seamlessly extracts sound channels into normalized 16kHz mono audio streams in the background before neural speech decoding.
- 500MB Upload Limit: Supports complete meeting video recordings with zero latency.
- Dynamic File Recognition: Automatic audio/video badge detection, metadata duration extraction, and step pipeline animation.
📜 Interactive Version Release History
- Added collapsible changelog and detailed evolution notes from
v0.1.0tov1.2.2in documentation and UI.
🐳 Quick Start
# 1-Command Docker Deployment
docker compose up -d
# Or Global CLI
npm link
minomeetMinomeet AI v1.2.0 — Autonomous On-Device AI & Security Hardening
🌟 What's New in v1.2.0
🤖 Dynamic Model Resolution & Multi-Strategy JSON Parser
- Single source of truth for all AI tasks (Q&A, MOM synthesis, follow-up emails).
- Resilient JSON parser capable of extracting valid drafts from DeepSeek
<think>reasoning tokens, unescaped string newlines, and markdown blocks.
🔒 Enterprise-Grade Security Hardening
- Command Injection Immunity: Subprocess execution refactored to use
execFilewith strict argument arrays. - Upload Hardening: Strict MIME & audio extension whitelist with randomized UUID filenames.
- Express Security Headers:
X-Content-Type-Options,X-Frame-Options,X-XSS-Protection, andReferrer-Policy.
🚀 Self-Contained On-Device Setup
- Auto-initializes
data/,uploads/, andmodels/directories on boot. - Clean root
requirements.txtand updated.env.examplefor zero-friction setup.
Minomeet AI v1.1.0 — Multi-Model AI Control Panel & Custom Templates
⚡ What's New in v1.1.0
- 🎛️ AI Model Control Panel: Centralized management for 8 AI providers (Ollama, OpenAI, Anthropic Claude, Google Gemini, Groq, OpenRouter).
- 🔍 Live Connection Validator & Model Discovery: Test API credentials and discover available models with 1 click.
- 📋 5 Custom MOM Report Templates: Standard Notes, Daily Standup, Project Sync, Agile Retro, and Executive Brief.
- 💬 Ask Your Meetings AI: Semantic cross-meeting natural language query assistant.
- ✉️ 1-Click Follow-Up Email Drafter: Professional, Concise, and Action-Oriented email recaps.
Minomeet AI v1.0.0 — Initial Release
🚀 What's in Minomeet v1.0.0
- 🎙️ Multi-Source Audio Ingestion: High-fidelity capture for Microphone, System/Tab Audio, and Mixed dual-streams.
- ⚡ Live Real-Time Transcription: Timestamped, speaker-tagged speech-to-text with interim streaming.
- 📄 Executive Minutes of Meeting (MOM): Automated synthesis of Executive Summaries, Key Decisions, and Action Item checklists.
- 📤 Universal Exporting: Export notes to Markdown (
.md), Plain Text (.txt), and Printable PDF. - 🔒 Privacy-First: Clean on-device execution with zero cloud storage.