signalk-binnacle 0.4.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,21 +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.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.
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.
31
34
 
32
35
  See the [changelog](CHANGELOG.md) for the full list.
33
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-binnacle",
3
- "version": "0.4.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",