Releases: jamesainslie/mdview
Releases · jamesainslie/mdview
mdview: v0.3.3
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
mdview: v0.3.1
mdview: v0.3.0
mdview: v0.2.8
v0.2.0
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
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
mdview: v0.2.5
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)