Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Positions are recorded to a SQLite file in the plugin's data directory, at a con
resolution, so tracks survive a restart with no other plugin required. The plugin is enabled on
install and needs no configuration to start recording.

Requires Signal K server >= 2.33.0 for the v2 Track API; older servers get the v1 routes only.

| Setting | Behaviour |
| ---------------------------------------------- | ------------------------------------------------------------------------------ |
| Track resolution | Minimum spacing between recorded positions. |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/tracks-plugin",
"version": "3.0.0-beta.7",
"version": "3.0.0",
"description": "Plugin to keep track of tracks of vessels",
"type": "module",
"exports": {
Expand Down
Loading