Releases: victronenergy/venus-html5-app
Releases · victronenergy/venus-html5-app
0.7
0.6.1
0.6
- Add support for displaying the app on 1/6th split screen on Simrad
- Add new icons for generator and inverting; Remove dashes when inverting
- Fix metric display to show 0 instead of --
- Fix wrong display of power instead of voltage for AC Loads
- Add visual feedback to selecting amperage
0.5
- Improvements on the “Shore input limit” button - handle both “Shore” and “Grid”, better feedback when limit is not adjustable
- Improvements on the “Shore input limit” amperage popup - add title to the page, add units to amperage values & better support for various screen resolutions
- Add split screen support
- Fix white background on Simrad devices
- Update topic used for DC loads to be DC/System/Power
0.4
- Battery - replace draining by discharging; increase font size
- Battery - show extra decimal for voltage
- Battery - fix issue with image not showing
- Battery - read state from /Dc/Battery/State (was missing)
- Shore input limit - fix issue with left & right border not having the same width
- Add cache busting
- Fix issue with logo not showing well on Garmin device
- Disable selecting the text on the screen
0.3
- fully responsive UI on different screen resolutions
- updated almost all MQTT topics used to retrieve the data to be more accurate; see wiki for more details
- added debugging features for development mode
- added better support for old browsers using
babel-polyfill
; fixed blank screen on Simrad MFD
0.2
First implementation of the new UI for the MFD displays
- Removed existing Metrics libraries
- Reworked the UI application to use one-way data binding & component based architecture using Preact, which is a lightweight React alternative
- Improved Webpack support
- Reworked the service layer connecting to MQTT to make it easier to listen to changes; only subscribe to the channels that you need, instead of listening for all notifications