@signalk/freeboard-sk 2.11.2 → 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
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
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
|
+
|
|
3
7
|
### v2.11.2
|
|
4
8
|
|
|
5
9
|
- **Updated**: Proxy mode operation is now the default and configuration option removed. (#159)
|
|
@@ -8,7 +12,7 @@
|
|
|
8
12
|
- **Updated**: When editing a route (on a touch device) `long-press` on a route point to delete it. (#169)
|
|
9
13
|
- **Added**: Toggle charts on/of by clicking chart boundaries on map.
|
|
10
14
|
- **Added**: Lock in `Follow Vessel` setting to remain in this mode when map is panned. (#185)
|
|
11
|
-
- **Fixed**: Not rendering laylines when preferred path is `environment.wind.directionMagnetic`.
|
|
15
|
+
- **Fixed**: Not rendering laylines when preferred path is `environment.wind.directionMagnetic`. (#184)
|
|
12
16
|
- **Fixed**: Cursor position display formatting issue when using `028°15.345'S` format. (#188)
|
|
13
17
|
|
|
14
18
|
### v2.11.1
|
package/package.json
CHANGED
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>
|