signalk-binnacle 0.3.0 → 0.5.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,24 @@ 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.5.0
17
+
18
+ A safer man-overboard flow and a sharper weather panel:
19
+
20
+ - **MOB confirm, redesigned.** Pressing MOB opens a centered dialog with one big Mark man
21
+ overboard button. The position is captured the instant you press, so the seconds spent
22
+ confirming no longer carry the mark away from the person, and without a GPS fix the boat-wide
23
+ alarm still raises. The recovery strip now shows the wall-clock Marked time for the log.
24
+ - **Weather opens at now.** The forecast slider seeds to the step nearest now (it used to open up
25
+ to a day in the past), a tick marks now on the track, and labels carry the time zone.
26
+ - **More decision data.** Gusts without a provider, barometric tendency ("falling 1.2 hPa/3 h"),
27
+ wave and swell direction, visibility, and water temperature, with each reading tagged Observed
28
+ or Forecast and a footer stating the source and fetch time.
29
+ - **Radar honesty.** The legend names the frame being painted, nowcast frames are labeled,
30
+ offline radar is flagged as cached, and the radar hides while the slider is away from now.
31
+ - **Conditions track the slider** with a weather provider configured, and warnings sort most
32
+ severe first with their source and validity window.
33
+ - **A new app icon**, plus a themed map attribution bar that no longer glows white at night.
34
34
 
35
35
  See the [changelog](CHANGELOG.md) for the full list.
36
36
 
@@ -70,7 +70,19 @@ Binnacle ships its full feature set as a Signal K webapp:
70
70
  - **Tides:** the nearest NOAA tide station's next high and low with a 48-hour curve, and the nearest
71
71
  tidal-current station's next flood or ebb, for US waters.
72
72
  - **Lookout:** a collision watch with CPA and TCPA, chart-highlight rings, an audible alarm, and a
73
- published Signal K notification.
73
+ published Signal K notification, plus a sortable **AIS target list** (by range, CPA, or name) with
74
+ live range and bearing and tap-to-locate on the chart.
75
+ - **Anchor watch:** drop the anchor at the boat, set the swing radius (or capture it from the live
76
+ distance), and get a drag alarm that latches until acknowledged. It drives the
77
+ signalk-anchoralarm-plugin when installed (so the alarm keeps running with the browser closed) and
78
+ falls back to a fully in-browser watch when it is not, with a draggable drop-point marker on the
79
+ chart.
80
+ - **Man overboard:** an always-visible MOB button in the top bar with a confirm pop-out. Confirming
81
+ marks the spot, publishes the boat-wide Signal K alarm, and raises a recovery strip with live
82
+ bearing, range, and elapsed time, plus an opt-in **Steer to MOB** handoff to the course system. An
83
+ MOB raised by another station shows here too.
84
+ - **Measure:** tap points on the chart for per-leg range and bearing and a running total, labeled at
85
+ the last point.
74
86
  - **Tracks:** record, save, show, and export your voyage track as GeoJSON, save a track as a reusable
75
87
  route, reverse a route for the return leg, or navigate home by retracing your track.
76
88
  - **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.5.0",
4
4
  "description": "WebGL chart plotter for Signal K",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",