Skip to content

v0.7.0: Media Download & MCP Server

Choose a tag to compare

@github-actions github-actions released this 05 Apr 16:35
· 81 commits to master since this release

v0.7.0 - 2026-04-05

Features

  • media: Comprehensive media download with organized structure
  • media: Add --media-original-names flag
  • resume: Robust incremental download with deduplication
  • mcp: Add max_datetime parameter
  • mcp: Improve telegram_get_messages output BREAKING
  • mcp: Add connection manager with reconnect
  • mcp: Use datetime instead of message ID BREAKING
  • mcp: Add HTTP stream server transport
  • mcp: Add MCP server for chat messages

Bug Fixes

  • download: Backfill older messages when limit exceeds existing count
  • media: Harden media download with path safety, error handling, and resume reconciliation
  • tests: Align with new chat directory structure
  • mcp: Add input descriptions
  • mcp: Persist connection across client sessions
  • mcp: Allow remote host access for HTTP

Documentation

  • CLAUDE.md -> AGENTS.md
  • mcp: Add tool description for AI agents
  • Update readme

Build

  • deps: Use PySide6-Essentials, skip Addons

Miscellaneous

  • Add changelog generation to pre-commit
  • Fix build

Refactor

  • gui: Improve download tab layout and status reporting
  • mcp: Simplify connection manager BREAKING