Releases: SignalK/signalk-server
Releases · SignalK/signalk-server
v2.7.0
🚀 Features
- feat: add Kip to automatically installed webapps
- Refactor UI of the Appstore page
v2.6.2
🐛 Fixes
- Fix: revert plugin API change that broke plugin configuration saving
v2.6.1
🐛 Fixes
- Fix: Resources API - Handle requests to GET chart tiles.
- fix: add guard against empty settings file
- Allow saving never sec config
- fix: rememberme cookie expiration
- Fix: disabled plugins no longer have an active API interface
v2.6.0
🚀 Features
- feature: rememberme expires to NEVER
- feature: improve Server log & data log files UI
- SK Server Admin UI Activity View Update
🐛 Fixes
- fix: remove scroll when toggling plugin
- fix: support for NEVER in RememberMe expires
v2.5.0
🚀 Features
- Event handling improvements: events over WebSocket, endpoint for events routing data, event dispatch error handling
🐛 Fixes
- fix: guard against missing plugin schema
- fix: use multiplexed file timestamps in deltas
- Fix: multiplexed file detection & semicolon handling
v2.4.1
- Same as 2.3.1, accidental double publsh.
v2.3.1
🐛 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
🚀 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