Skip to content

Releases: victronenergy/venus-html5-app

0.7

14 Nov 12:53
Compare
Choose a tag to compare
0.7
Archive built files before deploy

0.6.1

09 Nov 10:57
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Fix NaN value for DC loads when no data is yet available

0.6

07 Nov 13:48
Compare
Choose a tag to compare
0.6 Pre-release
Pre-release
  • 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

05 Nov 15:24
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release
  • 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

31 Oct 15:55
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release
  • 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

29 Oct 15:07
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • 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

26 Oct 08:53
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

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