Skip to content

Releases: SignalK/signalk-server

v2.4.1

12 Nov 15:25
290ceb3
Compare
Choose a tag to compare
  • Same as 2.3.1, accidental double publsh.

v2.3.1

12 Nov 13:57
811e776
Compare
Choose a tag to compare

🐛 Fixes

  • fix: default cors, add * as an allow-all configuration, don't add localhost to allowed cors hosts
  • fix: use selfsigned instead of devcert for certificate generation

v2.3.0

01 Oct 17:01
c9dc28a
Compare
Choose a tag to compare

🚀 Features

  • feature: Expose a Course API interface to plugins.
  • feature: add reportOutputMessages to server plugin API
  • chore: upgrade to canboatjs 2.x and n2k-signalk 3.x

v2.3.0-beta.2

21 Sep 17:08
3249fa4
Compare
Choose a tag to compare
  • no changes

v2.3.0-canboatv2.1

13 Sep 17:22
a1d1d13
Compare
Choose a tag to compare
  • no changes

v2.2.0

12 Sep 18:33
2854321
Compare
Choose a tag to compare

🚀 Features

  • feature: Remember Me improvements
  • feature: newServer notification as normal
  • feature: add write statistics to dashboard
  • feature: less verbose CORS error logging
  • Keep only recent data log files by default
  • Feature: indicate clearly that a plugin needs configuration
  • feature: add preinstalled plugins
  • feature: connection activity indicator updates

🐛 Fixes

  • fix: bin/log2sk not working
  • Fix: Issue when creating resources via plugin interface
  • feature: less verbose CORS error logging
  • fix: server admin ui connection activity links
  • Fix: change approval button for access request to positive (green)

v2.1.1

16 Aug 06:10
23002f2
Compare
Choose a tag to compare

🚀 Features

  • feature: override for MFD addresses

🐛 Fixes

  • fix: restore not working

v2.1.0

21 Jul 06:09
Compare
Choose a tag to compare

🚀 Features

  • Gpsd client package to node-gpsd-client, add reconnect (starting with @signalk/[email protected] published on 2023-08-09, reinstall if you updated to server 2.1.0 before that and need this change)
  • Feature: Close mobile menu when navigating to another page
  • Feature: minimum version check

🐛 Fixes

  • fix: style security related input fields properly, enable enter
  • Fix: Error message when logging in is shown properly
  • Fix: Resolve uncaught errors when not logged in

v2.0.0

22 Jun 10:25
Compare
Choose a tag to compare

🚀 Features

  • Dependencies: Update serialport version to 11
  • Feature: v2 Course & Resources APIs
  • Server-api improvements, support plugin development in TypeScript
  • feature: support openApi in plugins
  • feature: add getOpenApi in server api/Plugin
  • feature: cr.signalk.io/signalk/signalk-server as canonical Docker image reference format
  • chore: upgrade to node18
  • feature: support multiple nmea2000 devices
  • feature: add support for the Actisense W2K-1
  • fix: UI: allow configuration of no-data timeout for all TCP N2K sources

🐛 Fixes

  • fix: missing statusCode when updating meta over WebSocket with put message

v2.0.0-beta.12

19 Jun 13:19
Compare
Choose a tag to compare
  • no changes