New Kip version released
Changelog:
# V1.2.0
## Features
* Zones!!!
** Set zones in Settings, give range and state for that range.
** Warnings and alarms generated when in range.
** Radial / Linear Gauges show zones. Sets colors on gauge and red value on warn/alarm.
** Numeric widget alarming on Zones. Red text on warning, flashing red background on alarm.
* New Data Browser feature!
* Start of a Help section (still needs some more content, feel free to suggest ideas!)
* Enable/Disable different notification sounds in settings (normal/warning/alarm/etc)
* Added choice between numeric and cardinal ticks on compass (0,90,180,270 vs N,E,S,W)
* Allow paths that do not exist in path input.
* Added percent unit
* Optimize font size calculations by up to 50x on numeric widget
* Added a new color option on linear gauges (No Progress). Makes it just the needle, usefull for example rudder position
## Bugfix/Other
* Refactor alarms/notification service.
* Fix blank config version
* Update Dependencies to latest (Angular 11)
* Fix full tree API parsing (might not work with very old server versions though...) (commit 30220f0)
* Fix various small typos / small bugs
* Position updates are in deg, but KIP expects rad. Convert deg to rad on incoming position data.
* Fix metadata parsing
Let me know if you find any bugs