Releases: openclaw/telecrawl
Releases · openclaw/telecrawl
v0.3.0
Added
- Archive Telegram contact records from local Postbox imports. (#7; thanks @joshp123)
- Expose Telegram contacts through the CrawlKit
contact-exportmetadata command for Clawdex imports. (#9; thanks @joshp123) - Add named Git backup snapshots, history listing, and non-mutating historical restores through
backup pull --ref.
Changed
- Replace the Python/Telethon import bridges with native Go readers for Telegram Desktop Postbox and TData archives.
- Retry concurrent encrypted backup branch-and-tag pushes after rebasing and retargeting the unpublished tag.
- Move encrypted snapshot, Git history/tag/ref, contact export, and safe FTS query mechanics to CrawlKit while preserving the archive schema, backup manifest format, and CLI JSON contracts.
Fixed
- Migrate older local archives before creating topic indexes and tolerate nullable optional message fields from live Telegram data.
- Fix generated backup recovery instructions to use the supported
telecrawl statuscommand.
Full changelog: https://github.com/openclaw/telecrawl/blob/v0.3.0/CHANGELOG.md
v0.2.0
[0.2.0] - 2026-05-31
Added
- Add
import --chat IDfor targeted single-chat imports while preserving unrelated archive data. (#1; thanks @nullyn) - Add
metadata --jsoncrawlkit control metadata for schedulers and local automation. - Docker: add a local image with packaged Python bridge dependencies,
/datapersistence, read-onlytdatamounting docs, and Docker CI smoke coverage. - Archive locally cached Telegram macOS Postbox media by default and add opt-in
import --fetch-mediacloud media fetching through existing local session state. (#3; thanks @joshp123) - Archive Telegram dialog folders and forum topics, with CLI reads via
folders,chats --folder,topics --chat, andmessages --topic. - Preserve reply/thread IDs, pinned messages, edits, forwards, reactions,
view/reply counts, and richer media titles during import, search, and
encrypted backup restore.
Changed
- Update
crawlkitto v0.7.0.
v0.1.0
telecrawl v0.1.0