@mxtommy/kip 2.10.0 → 2.11.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/CHANGELOG.md +11 -1
- package/README.md +4 -3
- package/package.json +1 -1
- package/public/index.html +1 -1
- package/public/main.0d94712ae3a384bc.js +1 -0
- package/public/main.8d1f2f8d0ac16f2e.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
# V 2.11.0
|
|
2
|
+
## New features
|
|
3
|
+
* Autopilot invert rudder angle support and matching Display tab widget Option
|
|
4
|
+
# V 2.10.1
|
|
5
|
+
## Fixes
|
|
6
|
+
* Values jumping between sources. Fixes #420
|
|
1
7
|
# V 2.10.0
|
|
8
|
+
## BREAKING CHANGE
|
|
9
|
+
* Requires Signal K v2.8+
|
|
10
|
+
* Retired existing KIP zones in favor of Signal K metadata defined zones.
|
|
11
|
+
* Radial and linear gauge scale min/max range configuration discarded. Reconfiguration using new Scale Start/Scale End required.
|
|
2
12
|
## New features
|
|
3
13
|
* Boolean Control Panel Widget: Support for numeric paths (0/1 PUT values)
|
|
4
14
|
* New Compass Gauge Widget with support for rad units using negative to port values. Compass needle or faceplate rotation support
|
|
5
15
|
* Signal K Metadata support for Zones configuration, Display Name and Display Scale. IMPORTANT: Exiting gauges Min Value & Max Value setting will be lost on upgrade and require manual configuration of new Scale Start and Scale End Widget Options.
|
|
6
16
|
* Ability to filter Widget Option's path selection list based on Signal K Units type
|
|
7
17
|
## Improvements
|
|
8
|
-
* Linear Gauge Widget support for tick bar numbers improving readability
|
|
18
|
+
* Linear Gauge Widget support for autoscaling and tick bar numbers improving readability
|
|
9
19
|
* Refactoring of Signal K Notification support with improved integration. Includes Notification options to Silence and Clear messages on the server. Also fixes existing ghost messages issue and normal state notifications that generated unwarranted prompts.
|
|
10
20
|
## Fixes
|
|
11
21
|
* Chromium browser side scrollbar always visible
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ The idea is to replicate the functionality of MFDs such as the B&G Triton, Rayma
|
|
|
16
16
|
|
|
17
17
|
# Features
|
|
18
18
|
## Access from Phones, Tablets, Raspberry Pi and Computers
|
|
19
|
-
|
|
19
|
+
Once installed on the Signal K server, simply navigate to `http://<Signal K Server URL>:<port>/@mxtommy/kip` to load KIP and enjoy it's features remotely on any device.
|
|
20
20
|
|
|
21
21
|
### Responsive Design
|
|
22
22
|
KIP adjusts to the device type and form factor for the best possible user experience.
|
|
@@ -55,7 +55,7 @@ KIP is now installed and available on your home screen
|
|
|
55
55
|
Easy basic widget configuration.
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
See what Signal K has to offer that you can leverage with widgets. Select it and tweak the display options
|
|
58
|
+
See what Signal K has to offer that you can leverage with widgets. Select it and tweak the display options to your purpose.
|
|
59
59
|

|
|
60
60
|
|
|
61
61
|
Many units are supported. Choose your preferred App defaults, than tweak it widget-by-widget as necessary. KIP will automatically convert the units for you.
|
|
@@ -70,7 +70,8 @@ KIP is now installed and available on your home screen
|
|
|
70
70
|
|
|
71
71
|
- Linear gauge: Visually display any numerical data on a vertically or horizontally scale - Tank and reservoir levels, battery remaining capacity, etc.
|
|
72
72
|
- Linear electrical gauge: A visual display for electrical numerical data - chargers, MPPT, shunt, etc.
|
|
73
|
-
- Radial gauge: Visually display any numerical data on a radial scale -
|
|
73
|
+
- Radial gauge: Visually display any numerical data on a radial scale - Boat Speed,Eond Speed, engine RPM,etc.
|
|
74
|
+
- Compass gauge: A card or marine compass to display directionnal data such as heading, bearing to next waypoint, wind angle, etc.
|
|
74
75
|
- Radial and linear Steel gauge: Old school look & fell gauges.
|
|
75
76
|
|
|
76
77
|
- Wind Steering Display: Your typical sailboat wind gauge.
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</app-root>
|
|
64
|
-
<script src="runtime.529d3ae26a251c2e.js" type="module"></script><script src="polyfills.96430bd1767174d6.js" type="module"></script><script src="main.
|
|
64
|
+
<script src="runtime.529d3ae26a251c2e.js" type="module"></script><script src="polyfills.96430bd1767174d6.js" type="module"></script><script src="main.0d94712ae3a384bc.js" type="module"></script></body>
|
|
65
65
|
</html>
|