@signalk/freeboard-sk 2.11.1 → 2.11.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/CHANGELOG.md +15 -0
- package/README.md +1 -0
- package/package.json +1 -1
- package/public/assets/help/img/settings_display.png +0 -0
- package/public/assets/help/img/settings_map.png +0 -0
- package/public/assets/help/img/settings_other_vessels.png +0 -0
- package/public/assets/help/img/settings_signalk.png +0 -0
- package/public/assets/help/index.html +19 -4
- package/public/index.html +1 -1
- package/public/main.1db67fdf011d6dae.js +1 -0
- package/public/main.f50b7726eb6b0349.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# CHANGELOG: Freeboard
|
|
2
2
|
|
|
3
|
+
### v2.11.3
|
|
4
|
+
|
|
5
|
+
- **Fixed**: VMG not being displayed in course data when destination is active.
|
|
6
|
+
|
|
7
|
+
### v2.11.2
|
|
8
|
+
|
|
9
|
+
- **Updated**: Proxy mode operation is now the default and configuration option removed. (#159)
|
|
10
|
+
- **Added**: Setting to mute all sounds regardless of notification ALARM_METHOD value.(#178)
|
|
11
|
+
- **Updated**: Show total length of Route when editing. (#171)
|
|
12
|
+
- **Updated**: When editing a route (on a touch device) `long-press` on a route point to delete it. (#169)
|
|
13
|
+
- **Added**: Toggle charts on/of by clicking chart boundaries on map.
|
|
14
|
+
- **Added**: Lock in `Follow Vessel` setting to remain in this mode when map is panned. (#185)
|
|
15
|
+
- **Fixed**: Not rendering laylines when preferred path is `environment.wind.directionMagnetic`. (#184)
|
|
16
|
+
- **Fixed**: Cursor position display formatting issue when using `028°15.345'S` format. (#188)
|
|
17
|
+
|
|
3
18
|
### v2.11.1
|
|
4
19
|
|
|
5
20
|
- **Fixed**: Display of AIS COG vector does not honor setting value. (#180)
|
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@ and more from any web enabled device.
|
|
|
11
11
|
|
|
12
12
|

|
|
13
13
|
|
|
14
|
+
See the [FAQs](https://github.com/SignalK/freeboard-sk/wiki) for more information.
|
|
14
15
|
|
|
15
16
|
## Features:
|
|
16
17
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
Click and select (or drop) the file containing the resource data.
|
|
1315
1315
|
</li>
|
|
1316
1316
|
<li>
|
|
1317
|
-
Click <b>Load</b> to upload the
|
|
1317
|
+
Click <b>Load</b> to upload the file contents to the server.
|
|
1318
1318
|
</li>
|
|
1319
1319
|
<b
|
|
1320
1320
|
>Important:
|
|
@@ -1771,7 +1771,7 @@
|
|
|
1771
1771
|
|
|
1772
1772
|
<b>DISPLAY:</b><br />
|
|
1773
1773
|
This section provides choices about how information is displayed.<br />
|
|
1774
|
-
<img src="./img/settings_display.png" style="width:
|
|
1774
|
+
<img src="./img/settings_display.png" style="width: 350px" alt="" />
|
|
1775
1775
|
<ul>
|
|
1776
1776
|
<li>
|
|
1777
1777
|
<b>Instrument Panel App</b>: Select from a list of installed
|
|
@@ -1801,6 +1801,15 @@
|
|
|
1801
1801
|
These selected Web App can be "switched in" for display in the
|
|
1802
1802
|
<i>Instrument Panel</i>.
|
|
1803
1803
|
</li>
|
|
1804
|
+
<li>
|
|
1805
|
+
<b>Lock Follow Vessel</b>: Check this box to remain in "Follow
|
|
1806
|
+
Vessel" mode when map is panned / moved.
|
|
1807
|
+
</li>
|
|
1808
|
+
<li>
|
|
1809
|
+
<b>Do not Play Sounds</b>: Check this box if you do not want any
|
|
1810
|
+
sounds played.
|
|
1811
|
+
<i>(Overrides ALARM_METHOD in notification message.)</i>
|
|
1812
|
+
</li>
|
|
1804
1813
|
<li>
|
|
1805
1814
|
<b>Show DEPTH Alarm Messages</b>: Check this box if you want
|
|
1806
1815
|
received DEPTH notifications from the Signal K server to be
|
|
@@ -1849,6 +1858,7 @@
|
|
|
1849
1858
|
</li>
|
|
1850
1859
|
</ul>
|
|
1851
1860
|
<b>MAP:</b><br />
|
|
1861
|
+
<img src="./img/settings_map.png" style="width: 300px" alt="" /><br />
|
|
1852
1862
|
<ul>
|
|
1853
1863
|
<li>
|
|
1854
1864
|
<b>Feature label zoom level</b>: Select the zoom level at which
|
|
@@ -2079,6 +2089,11 @@
|
|
|
2079
2089
|
<i>'anchored'</i>. Note: Display is updated when next vessel
|
|
2080
2090
|
update is received.
|
|
2081
2091
|
</li>
|
|
2092
|
+
<li>
|
|
2093
|
+
<b>COG Line</b>: Select to show / hide COG vector for AIS
|
|
2094
|
+
vessels.<br />
|
|
2095
|
+
<i>Note: COG line length is calculated for 10 mins duration.</i>
|
|
2096
|
+
</li>
|
|
2082
2097
|
</ul>
|
|
2083
2098
|
<hr />
|
|
2084
2099
|
<b>RESOURCES: NOTES</b><br />
|
|
@@ -2260,10 +2275,10 @@
|
|
|
2260
2275
|
alt=""
|
|
2261
2276
|
/><br />
|
|
2262
2277
|
|
|
2263
|
-
|
|
2278
|
+
<!--<b>Signal K server is behind a proxy:</b><br />
|
|
2264
2279
|
Check this option when your browser is connecting to a Signal K server
|
|
2265
2280
|
that is behind a proxy server. This enables Freeboard-SK to correctly
|
|
2266
|
-
detect and connect to the endpoints exposed by the Signal K Server.<br /> <br
|
|
2281
|
+
detect and connect to the endpoints exposed by the Signal K Server.<br /> <br />-->
|
|
2267
2282
|
|
|
2268
2283
|
<b>Filter Stream Data:</b>
|
|
2269
2284
|
Use the options in this section to select which Signal K
|
package/public/index.html
CHANGED
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
76
|
</app-root>
|
|
77
|
-
<script src="runtime.7bf80f342dbc62b9.js" type="module"></script><script src="polyfills.f03f63a631c4a669.js" type="module"></script><script src="main.
|
|
77
|
+
<script src="runtime.7bf80f342dbc62b9.js" type="module"></script><script src="polyfills.f03f63a631c4a669.js" type="module"></script><script src="main.1db67fdf011d6dae.js" type="module"></script></body>
|
|
78
78
|
</html>
|