Skip to content

Releases: shareefmx/minomeet

Minomeet AI v1.2.2 — Seamless Video & Audio Ingestion with Auto-Extraction

Choose a tag to compare

@shareefmx shareefmx released this 04 Sep 04:26

🌟 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.0 to v1.2.2 in documentation and UI.

🐳 Quick Start

# 1-Command Docker Deployment
docker compose up -d

# Or Global CLI
npm link
minomeet

Minomeet AI v1.2.0 — Autonomous On-Device AI & Security Hardening

Choose a tag to compare

@shareefmx shareefmx released this 27 Aug 06:53

🌟 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 execFile with 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, and Referrer-Policy.

🚀 Self-Contained On-Device Setup

  • Auto-initializes data/, uploads/, and models/ directories on boot.
  • Clean root requirements.txt and updated .env.example for zero-friction setup.

Minomeet AI v1.1.0 — Multi-Model AI Control Panel & Custom Templates

Choose a tag to compare

@shareefmx shareefmx released this 27 Aug 06:53

⚡ 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

Choose a tag to compare

@shareefmx shareefmx released this 27 Aug 06:53

🚀 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.