Skip to content

Releases: Retro-Zero/telegram-export-md

v0.3.1

Choose a tag to compare

@Retro-Zero Retro-Zero released this 14 Aug 22:09

Patch release. Also proves the new release pipeline: v* tags now publish to PyPI automatically via OIDC trusted publishing (no API token).

v0.3.0

Choose a tag to compare

@Retro-Zero Retro-Zero released this 14 Aug 21:33

Interactive fetch picker: choose chats, media types (photo/video/voice/audio/document/sticker/animation), and limits (last N, size cap, date range). All prompts also available as flags for scripting.

v0.2.1

Choose a tag to compare

@Retro-Zero Retro-Zero released this 14 Aug 21:21

Bugfix: fetch crashed with sqlite3.OperationalError because the session directory was never created. Now created automatically.

v0.2.0

Choose a tag to compare

@Retro-Zero Retro-Zero released this 14 Aug 21:19

New: tg-export-md fetch — backup chats straight from Telegram servers (Telethon). Same export format, so conversion is unchanged. Install with: pip install "telegram-export-md[fetch]"

v0.1.0

Choose a tag to compare

@Retro-Zero Retro-Zero released this 14 Aug 21:05

Initial release. Converts Telegram Desktop JSON exports to readable Markdown: formatting, replies, forwards, polls, service messages, and media (with --copy-media for self-contained backups). Zero dependencies.