@mxtommy/kip
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -0,2 +1,9 @@ | ||
# V 2.10.1 | ||
## Fixes | ||
* Values jumping between sources. Fixes #420 | ||
# V 2.10.0 | ||
## BREAKING CHANGE | ||
* Requires Signal K v2.8+ | ||
* Retired existing KIP zones in favor of Signal K metadata defined zones. | ||
* Radial and linear gauge scale min/max range configuration discarded. Reconfiguration using new Scale Start/Scale End required. | ||
## New features | ||
@@ -8,3 +15,3 @@ * Boolean Control Panel Widget: Support for numeric paths (0/1 PUT values) | ||
## Improvements | ||
* Linear Gauge Widget support for tick bar numbers improving readability | ||
* Linear Gauge Widget support for autoscaling and tick bar numbers improving readability | ||
* 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. | ||
@@ -11,0 +18,0 @@ ## Fixes |
{ | ||
"name": "@mxtommy/kip", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "An advanced and versatile marine instrumentation package to display Signal K data.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -19,3 +19,3 @@ # About KIP | ||
## Access from Phones, Tablets, Raspberry Pi and Computers | ||
Simply navigate to `http://<Signal K Server URL>:<port>/@mxtommy/kip` to load KIP and enjoy it's features remotely on any device. | ||
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. | ||
@@ -59,3 +59,3 @@ ### Responsive Design | ||
See what Signal K has to offer that you can leverage with widgets. Select it and tweak the display options your your purpose. | ||
See what Signal K has to offer that you can leverage with widgets. Select it and tweak the display options to your purpose. | ||
![Paths Configuration Image](./images/KipWidgetConfig-paths-1024x488.png) | ||
@@ -75,3 +75,4 @@ | ||
- Linear electrical gauge: A visual display for electrical numerical data - chargers, MPPT, shunt, etc. | ||
- Radial gauge: Visually display any numerical data on a radial scale - heading, compass, Speed, etc. | ||
- Radial gauge: Visually display any numerical data on a radial scale - Boat Speed,Eond Speed, engine RPM,etc. | ||
- Compass gauge: A card or marine compass to display directionnal data such as heading, bearing to next waypoint, wind angle, etc. | ||
- Radial and linear Steel gauge: Old school look & fell gauges. | ||
@@ -78,0 +79,0 @@ |
Sorry, the diff of this file is not supported yet
8892708
153