Skip to content

Releases: jamesainslie/mdview

mdview: v0.3.3

03 Dec 14:04
016e12c

Choose a tag to compare

0.3.3 (2025-12-03)

Features

  • content: add site blocklist controls (cf167c6)
  • content: check blocklist before rendering markdown (b30519d)
  • options: add blocklist management UI (d93325d)
  • popup: add quick site blocking toggle (769b37c)
  • popup: move site block toggle to footer (dd50310)
  • types: add blockedSites preference for site filtering (cd5998f)
  • utils: implement site blocklist pattern matching (71ccb04)

Bug Fixes

  • content: scope markdown styles to mdview (98cf300)
  • pdf: add missing return statement in prepareSvgsForPrint (5a885ee)
  • popup: ensure wildcard blocklist removal uses host string (39f5804)

Documentation

  • changelog: fix version ordering (bc89abc)

Tests

  • utils: add unit tests for blocklist functionality (a90e897)

mdview: v0.3.2

02 Dec 23:14
0bcd33d

Choose a tag to compare

0.3.2 (2025-12-02)

Documentation

  • changelog: remove duplicate 0.2.0 section (2e2cfd5)

mdview: v0.3.1

02 Dec 23:06
fa4a310

Choose a tag to compare

0.3.1 (2025-12-02)

Documentation

  • changelog: remove manual unreleased section (eaf770f)

mdview: v0.3.0

02 Dec 23:02
6e0b0f5

Choose a tag to compare

0.3.0 (2025-12-02)

chore

Features

  • export: add document export to DOCX and PDF with SVG diagrams (198719e)

Bug Fixes

  • lint: resolve eslint errors in export modules (197c628)

mdview: v0.2.8

02 Dec 22:48
ccb4b0c

Choose a tag to compare

0.2.8 (2025-12-01)

Features

  • core: strip original TOC when custom TOC enabled (9703a40)
  • core: strip original TOC when custom TOC enabled (38f2f55)

Tests

  • core: add edge case tests for TOC stripper (f0aeb81)

v0.2.0

28 Nov 16:07

Choose a tag to compare

0.2.0 (2025-11-28)

Bug Fixes

  • file-scanner: add context invalidation detection with debug logging (9084947)
  • section-splitter: track code fence state to prevent false heading detection (325a868)
  • tests: correct synchronous error mock in render pipeline test (e997517)

Features

  • ui: add log level selector and dynamic version display (b84cad7)

mdview: v0.2.7

28 Nov 21:50
af9e903

Choose a tag to compare

0.2.7 (2025-11-28)

Features

  • branding: update extension icons to window frame design (5e7e1ae)
  • branding: update icons and fix version sync (1751058)

Documentation

  • branding: update readme logo images (731d131)
  • readme: fix broken links and revert logo to original (20951b6)

Build System

  • manifest: auto-sync version from package.json (5c694ed)

mdview: v0.2.6

28 Nov 20:58
c841886

Choose a tag to compare

0.2.6 (2025-11-28)

Documentation

  • readme: remove non-working ci badges (efce24a)
  • readme: remove non-working ci badges (e7d6157)

mdview: v0.2.5

28 Nov 20:39
7c36b6c

Choose a tag to compare

0.2.5 (2025-11-28)

Features

  • ci: add makefile build system and optimize ui (f1ece96)
  • ci: creat a Makefile (c642f28)
  • options: add attribution footer for consistency (2f26149)

Code Refactoring

  • popup: optimize layout and add attribution footer (4519922)

Documentation

  • readme: document makefile build system (e918871)

mdview: v0.2.4

28 Nov 19:22
c823063

Choose a tag to compare

0.2.4 (2025-11-28)

Bug Fixes

  • docs: add branch parameter to github actions badges (10a6262)
  • docs: add branch parameter to github actions badges (5cd3658)