Skip to content

Releases: SignalK/charts-plugin

v3.6.2

23 Apr 22:18

Choose a tag to compare

What's Changed

  • fix(logo): fill rounded-corner cutouts with white by @msallin in #88
  • fix(reload): keep last-good chart set when a reload errors mid-scan by @msallin in #89

Full Changelog: v3.6.1...v3.6.2

v3.6.1

23 Apr 19:56

Choose a tag to compare

What's Changed

  • fix: open mbtiles read-only and guard EventEmitter errors by @msallin in #86

Full Changelog: v3.6.0...v3.6.1

v3.6.0

23 Apr 16:57

Choose a tag to compare

What's Changed

  • feat: add webapp displayName and logo by @msallin in #82
  • Harden tile endpoints and split tile serving by @msallin in #83
  • feat: show per-path chart counts in plugin status banner (fixes #8) by @msallin in #79
  • feat: show per-path chart counts in plugin config description (fixes #8) by @msallin in #80

Full Changelog: v3.5.0...v3.6.0

v3.5.0

21 Apr 16:50

Choose a tag to compare

What's Changed

  • chore: modernize workflows + add Stryker config by @msallin in #57
  • chore(deps-dev): bump express and body-parser (supersedes #33, #32) by @msallin in #58
  • fix: harden tile serving with format allowlist and file validation by @msallin in #59
  • chore: migrate plugin-test.js to TypeScript by @msallin in #61
  • docs: add CI, npm version, and license badges to README by @msallin in #60
  • Add {bbox} and {bbox_3857} URL substitution for WMS proxy support by @catapulta in #54
  • Add File watcher support by @panaaj in #34
  • chore: add dependabot config by @msallin in #63
  • fix: pre-release correctness and performance pass by @msallin in #64
  • chore: align tooling + TS strict migration with family by @msallin in #62
  • chore: drop unused @types/baconjs and body-parser devDeps by @msallin in #65
  • chore(deps): bump mheap/github-action-required-labels from 1 to 5 in the actions group across 1 directory by @dependabot[bot] in #66
  • refactor: replace trivial lodash usages with native JS by @msallin in #77
  • refactor: swap xml2js for fast-xml-parser by @msallin in #78
  • chore(deps): bump p-limit from 3.1.0 to 7.3.0 by @dependabot[bot] in #67
  • chore(deps-dev): bump @types/node from 22.19.17 to 25.6.0 by @dependabot[bot] in #74
  • chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 by @dependabot[bot] in #70
  • chore(deps-dev): bump chai-http from 4.4.0 to 5.1.2 by @dependabot[bot] in #69
  • chore: switch moduleResolution to bundler, drop ignoreDeprecations by @msallin in #81

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.5.0-beta

20 Apr 16:54
b35ef90

Choose a tag to compare

v3.5.0-beta Pre-release
Pre-release

What's Changed

  • fix: Add JSON response to POST /cache/:identifier request handler by @panaaj in #51
  • Use pure js mbtiles by @tkurki in #43
  • chore: modernize workflows + add Stryker config by @msallin in #57
  • chore(deps-dev): bump express and body-parser (supersedes #33, #32) by @msallin in #58
  • fix: harden tile serving with format allowlist and file validation by @msallin in #59
  • chore: migrate plugin-test.js to TypeScript by @msallin in #61
  • docs: add CI, npm version, and license badges to README by @msallin in #60
  • Add {bbox} and {bbox_3857} URL substitution for WMS proxy support by @catapulta in #54
  • Add File watcher support by @panaaj in #34
  • chore: add dependabot config by @msallin in #63
  • fix: pre-release correctness and performance pass by @msallin in #64
  • chore: align tooling + TS strict migration with family by @msallin in #62
  • chore: drop unused @types/baconjs and body-parser devDeps by @msallin in #65
  • chore(deps): bump mheap/github-action-required-labels from 1 to 5 in the actions group across 1 directory by @dependabot[bot] in #66
  • refactor: replace trivial lodash usages with native JS by @msallin in #77
  • refactor: swap xml2js for fast-xml-parser by @msallin in #78
  • chore(deps): bump p-limit from 3.1.0 to 7.3.0 by @dependabot[bot] in #67
  • chore(deps-dev): bump @types/node from 22.19.17 to 25.6.0 by @dependabot[bot] in #74
  • chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 by @dependabot[bot] in #70
  • chore(deps-dev): bump chai-http from 4.4.0 to 5.1.2 by @dependabot[bot] in #69

New Contributors

Full Changelog: v3.3.0...v3.5.0-beta

v3.3.0

17 Nov 19:06
2c8e3a7

Choose a tag to compare

🚀 Features

  • Feature/configure cache directory

v3.2.0

16 Nov 14:52
2fbbd42

Choose a tag to compare

🚀 Features

  • Add support to cache & seed online tile maps, with optional custom http headers

🐛 Fixes

  • fix: v2 api provider startups

v3.1.1

18 Aug 07:48

Choose a tag to compare

🐛 Fixes

  • Fix: Max zoom value capped at 19 (closes #36)

v3.1.0

13 Aug 04:25
bb72de3

Choose a tag to compare

🚀 Features

  • Serve map tiles from url that is not under resources/charts API endpoint

📦 Uncategorized

  • chore(deps-dev): bump express from 4.16.2 to 4.19.2

v3.0.0

21 Jan 18:21
78b50af

Choose a tag to compare

🚀 Features

  • feature: Add v2 api support