signalk-binnacle 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,9 +8,11 @@
8
8
 
9
9
  A WebGL chart plotter for [Signal K](https://signalk.org).
10
10
 
11
- > **0.1.0, the first release.** Binnacle 0.1.0 is a complete chart plotter: GPU charts and depth,
12
- > route planning and following, weather, an active collision watch, voyage tracks, and points of
13
- > interest all ship in this release.
11
+ > **0.1.3.** This release refines the interface: a grouped, fully keyboard-navigable app menu with
12
+ > edge-docked Tracks, Routes, and Layers panels and back-to-menu navigation, Center, Follow, and
13
+ > Forecast as three matching labeled controls in the bottom status strip, a cleaner phone layout, an
14
+ > opt-in NOAA ENC data-quality overlay, and reduced-motion support. See the
15
+ > [changelog](CHANGELOG.md) for the full list.
14
16
  >
15
17
  > **It has not been field-tested at any scale.** It has been developed and verified against a single
16
18
  > Signal K server, never across a fleet or a range of real-world boats, hardware, and conditions. It
@@ -32,19 +34,19 @@ Signal K server.
32
34
 
33
35
  Binnacle ships its full feature set as a Signal K webapp:
34
36
 
35
- - **Charts and layers** a GPU vector base map, server charts, four streaming bathymetry and ENC
37
+ - **Charts and layers:** a GPU vector base map, server charts, four streaming bathymetry and ENC
36
38
  sources, and your own imported PMTiles, in a toggle, fade, and drag-reorder Layers panel.
37
- - **Routing** draw and save routes as Signal K resources and follow one with a nav strip
39
+ - **Routing:** draw and save routes as Signal K resources and follow one with a nav strip
38
40
  (cross-track, distance, bearing, velocity made good, and time to go) over the v2 Course API, with
39
41
  an arrival alarm.
40
- - **Weather** a zoom-capped mini-map with animated WebGL wind, pressure isobars, waves,
42
+ - **Weather:** a zoom-capped mini-map with animated WebGL wind, pressure isobars, waves,
41
43
  precipitation, cloud, and radar, a tap-for-value readout, and a conditions and warnings panel.
42
- - **Lookout** a collision watch with CPA and TCPA, chart-highlight rings, an audible alarm, and a
44
+ - **Lookout:** a collision watch with CPA and TCPA, chart-highlight rings, an audible alarm, and a
43
45
  published Signal K notification.
44
- - **Tracks** record, save, show, and export your voyage track.
45
- - **Points of interest** Crow's Nest, ActiveCaptain, and other notes as themed markers with a
46
+ - **Tracks:** record, save, show, and export your voyage track.
47
+ - **Points of interest:** Crow's Nest, ActiveCaptain, and other notes as themed markers with a
46
48
  structured detail panel.
47
- - **Themes and offline** day, dusk, and night-red themes, offline caching, and self-hosted assets.
49
+ - **Themes and offline:** day, dusk, and night-red themes, offline caching, and self-hosted assets.
48
50
 
49
51
  See the [changelog](CHANGELOG.md) for the full list.
50
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-binnacle",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "WebGL chart plotter for Signal K",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -75,7 +75,7 @@
75
75
  "@tsconfig/svelte": "^5.0.8",
76
76
  "@vitest/web-worker": "^4.1.8",
77
77
  "dependency-cruiser": "^17.4.3",
78
- "svelte": "^5.56.2",
78
+ "svelte": "^5.56.3",
79
79
  "svelte-check": "^4.6.0",
80
80
  "typescript": "^6.0.3",
81
81
  "vite": "^8.0.16",