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.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- **
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
- **
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- **
|
|
30
|
-
|
|
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
|
|