signalk-binnacle 0.3.0 → 0.4.0

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
@@ -13,24 +13,21 @@ A WebGL chart plotter for [Signal K](https://signalk.org).
13
13
  > is also not certified for safety-of-life navigation. Always carry redundant means of navigation,
14
14
  > cross-check against your primary instruments, and treat every display as advisory.
15
15
 
16
- ## What's new in 0.3.0
17
-
18
- Profiles, richer routing, and passage planning:
19
-
20
- - **Profiles.** Save named bundles of your settings (theme, which layers are on and their order, the
21
- weather layers, the collision thresholds, and the track and planning settings), switch between them
22
- in one tap, set a default, export and import them as files, and sync them across devices through a
23
- secured server.
24
- - **Tap to navigate.** Long-press or right-click the chart and choose **Go to here** to navigate
25
- straight to a point over the Course API.
26
- - **GPX import and export.** Move routes between Binnacle and other plotters and MFDs.
27
- - **Passage planning.** A plan speed turns the route's leg table into per-waypoint and whole-route
28
- arrival times.
29
- - **Track-to-route.** Save the current track as a route, reverse a route for the return leg, navigate
30
- home by retracing your track, and skip the active waypoint forward or back from the nav strip.
31
- - **Fixes.** Importing a malformed GPX no longer aborts the import, the Routes opacity slider now dims
32
- the waypoint labels with the rest of the route, and the waypoint-skip buttons are a full touch
33
- target.
16
+ ## What's new in 0.4.0
17
+
18
+ Four new at-sea features, built for the watchkeeper:
19
+
20
+ - **Anchor watch.** Drop the anchor, set or capture the swing radius, and get a drag alarm that
21
+ latches until acknowledged. Drives the signalk-anchoralarm-plugin when installed (the alarm keeps
22
+ running with the browser closed) and watches fully in the browser when it is not.
23
+ - **Man overboard.** An always-visible MOB button centered in the top bar, with a confirm pop-out so
24
+ a stray tap can never raise the alarm. Confirming marks the spot, alerts every station on the
25
+ boat, and raises a recovery strip with live bearing, range, and elapsed time.
26
+ - **Measure tool.** Tap points on the chart for per-leg range and bearing and a running total.
27
+ - **AIS target list.** Every tracked target with live range, bearing, SOG, and CPA and TCPA,
28
+ sortable and tap-to-locate, with risky contacts colored by the lookout.
29
+ - **Shell polish.** The connection state is a compact status dot, and the footer readouts share one
30
+ instrument size.
34
31
 
35
32
  See the [changelog](CHANGELOG.md) for the full list.
36
33
 
@@ -70,7 +67,19 @@ Binnacle ships its full feature set as a Signal K webapp:
70
67
  - **Tides:** the nearest NOAA tide station's next high and low with a 48-hour curve, and the nearest
71
68
  tidal-current station's next flood or ebb, for US waters.
72
69
  - **Lookout:** a collision watch with CPA and TCPA, chart-highlight rings, an audible alarm, and a
73
- published Signal K notification.
70
+ published Signal K notification, plus a sortable **AIS target list** (by range, CPA, or name) with
71
+ live range and bearing and tap-to-locate on the chart.
72
+ - **Anchor watch:** drop the anchor at the boat, set the swing radius (or capture it from the live
73
+ distance), and get a drag alarm that latches until acknowledged. It drives the
74
+ signalk-anchoralarm-plugin when installed (so the alarm keeps running with the browser closed) and
75
+ falls back to a fully in-browser watch when it is not, with a draggable drop-point marker on the
76
+ chart.
77
+ - **Man overboard:** an always-visible MOB button in the top bar with a confirm pop-out. Confirming
78
+ marks the spot, publishes the boat-wide Signal K alarm, and raises a recovery strip with live
79
+ bearing, range, and elapsed time, plus an opt-in **Steer to MOB** handoff to the course system. An
80
+ MOB raised by another station shows here too.
81
+ - **Measure:** tap points on the chart for per-leg range and bearing and a running total, labeled at
82
+ the last point.
74
83
  - **Tracks:** record, save, show, and export your voyage track as GeoJSON, save a track as a reusable
75
84
  route, reverse a route for the return leg, or navigate home by retracing your track.
76
85
  - **Points of interest:** Crow's Nest, ActiveCaptain, and other notes as themed markers with a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-binnacle",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "WebGL chart plotter for Signal K",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",