Skip to content

transcriptor: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 21:03
b48384e

0.2.0 (2026-03-26)

Features

  • add all TypeScript types and enums (NormalizedMessage, TranscriptOptions, etc.) (5152101)
  • add HTML exporter with Discord dark theme, embeds, reactions, spoilers, and lightbox (27b3ea2)
  • add MediaManager with download, WebP compression, manifest, and ZIP support (6c749c4)
  • add message fetcher with Discord pagination and batch chunker (231b007)
  • add message processors (attachment, embed, markdown parser, message normalizer) (319174e)
  • add public API (createTranscript, generateFromMessages) with full pipeline integration (1c93817)
  • add TXT and Markdown exporters with streaming and author grouping (f6d3a62)

Bug Fixes

  • resolve all ESLint errors (unused vars, type imports) (152f769)

Documentation

  • add README (EN/FR), CLAUDE.md conventions, and PLAN.md (bbbfe59)