Skip to content

Latest commit

 

History

History
132 lines (77 loc) · 7.71 KB

File metadata and controls

132 lines (77 loc) · 7.71 KB

0.4.3 (2026-02-18)

Bug Fixes

  • use shared data dir in postinstall script to match runtime (6f4c5e7)

0.4.2 (2026-02-18)

Bug Fixes

  • allow native module build scripts in pnpm (sharp, better-sqlite3, etc.) (4c0c03f)
  • changed to cwd-relative storage (#16) (3d59852)
  • migrate CI workflows from npm to pnpm and remove stale package-lock.json (3f033e3)
  • synced package and package-lock (updated workflows) (a88fade)

0.4.1 (2026-01-01)

Bug Fixes

  • use unified tag prefix for all databases (2d3c648)
  • use unified tag prefix for database manager and enhance README (69f7937), closes #14

0.4.0 (2025-12-26)

Features

  • add Parchment mappings service and tools (c1927c2)
  • ci: add mappings indexing and manifest generation to release workflow (e2fba4a)
  • integrate Parchment mappings into MCP server (6452693)

Bug Fixes

  • use stderr for DbVersioning log messages (678d1c3)

Documentation

  • update README with Parchment mappings and community engagement (3f545b5)

Tests

  • add comprehensive unit tests for MappingsService (12a0ca6)

CI/CD

  • add Parchment mappings to weekly update workflow (7d0a59c)

0.3.1 (2025-12-23)

Bug Fixes

  • handle HTTP redirects in fetchJson for GitHub release assets (9b0bbef)

0.3.0 (2025-12-21)

Features

  • improved searching (214a308)
  • improved versioning and managing and made db version independent (c5a8a94)

Bug Fixes

  • fixed flickering, upgraded manage command and renamed it from "install" (fff1578)

CI/CD

  • disable LFS fetch in workflows to save bandwidth (33dd7fe)

0.2.2 (2025-12-17)

Bug Fixes

  • downgrade semantic-release to support node 20 (ee71928)
  • setup docker build and version automation (47bb1e4)
  • update semantic-release to resolve peer dependency conflict (b31c18c)

0.2.1 (2025-12-16)

Bug Fixes

  • prevent build:prod from deleting data folder (4b22d33)

0.2.0 (2025-12-16)

Features

  • switch from release-please to semantic-release (84b5204)
  • update (9644179)

Bug Fixes

  • configure semantic-release to skip npm publish (56f9fd9)
  • sync versions to 0.1.4 (19f37a1)

Build System

  • upgrade semantic-release to v24 (645c5d3)

CI/CD

  • enable git lfs in checkout to fix release push (dbc0792)
  • trigger release after lfs push (5418db8)
  • use GH_TOKEN for semantic-release authentication (e04afd9)

Changelog

✨ Features

🐛 Bug Fixes

  • fixed category extraction to be universal (2dad952)
  • fixed lint errors (be0558f)
  • fixed linter errors (bad07df)
  • fixed node version (fde0987)
  • fixed non null assertion (63c9c04)
  • fixed release please workflow (83f8ec2)
  • fixed release-please workflow (ccd8750)
  • fixed tests (3ed0ca6)
  • fixed workflow (e925548)
  • removed db from npm upload because its too large (c6fb9b3)

🔧 Maintenance