@signalk/freeboard-sk 2.8.0 → 2.8.2
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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# CHANGELOG: Freeboard
|
|
2
2
|
|
|
3
|
+
### v2.8.2
|
|
4
|
+
|
|
5
|
+
- **Updated**: Show laylines only when destination is upwind (#149).
|
|
6
|
+
- **Fixed**: Apparent wind vector not correct in North-Up mode.
|
|
7
|
+
|
|
8
|
+
### v2.8.1
|
|
9
|
+
|
|
10
|
+
- **Fixed**: Unable to clearing alarms on server v2.8 or greater due to 'DELETE' requests not being passed to plugins.
|
|
11
|
+
|
|
3
12
|
### v2.8.0
|
|
4
13
|
|
|
5
14
|
- **Added**: Option to display laylines when destination is active. (#149)
|
package/package.json
CHANGED
package/plugin/alarms/alarms.js
CHANGED
package/public/index.html
CHANGED
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
</div>
|
|
75
75
|
</div>
|
|
76
76
|
</app-root>
|
|
77
|
-
<script src="runtime.5633b29a06dd408a.js" type="module"></script><script src="polyfills.a2573337c4e88a2c.js" type="module"></script><script src="main.
|
|
77
|
+
<script src="runtime.5633b29a06dd408a.js" type="module"></script><script src="polyfills.a2573337c4e88a2c.js" type="module"></script><script src="main.3b8989448ca5f179.js" type="module"></script></body>
|
|
78
78
|
</html>
|