Releases: bellrichm/weewx-jas
Releases · bellrichm/weewx-jas
v0.2.3
Considering this code is beta and a lot is changing, it is probably best to:
- Uninstall the extension.
- Delete any generated files.
Fixes:
- Reinstated the experimental wind and rain icons in the forecast section. (#36)
- Add unit labels to the 'this date' section. (#35)
- Internationalize forecast section (#43)
- Internationalize datepicker widget (#45)
- Forecast title formatting (#46)
- Translate refresh button (#51)
- Translate connect/disconnect button (#52)
- Current, Min/Max, and This Date sections are not responsive (#48)
Enhancements:
- Add support for 2 y axis. (#35)
- Add some default charts.
- Add some default observations in the 'current', 'min/max', and 'this date' sections.
- Option to not update 'current' observations from MQTT.
Useful for 'sum' observations like rain and ET. - Dependent javascript library versions are configurable. (#41)
- Whether to use minified javascript libraries is configurable.
- Update ECharts to 5.3.3.
- Number of decimal places in charts defaults to 2. This can overriden when defining charts vie ECharts' 'valueFormatter' option. (#42)
- The number of decimal places in the 'current' section is configurable. (#42)
- Force known javascript booleans to lowercase. (#53)
- Close menu on item selection. (#44)
- Configure 'year to year' x-axis label format. (#47)
v0.2.3-rc01
Considering this code is beta and a lot is changing, it is probably best to:
- Uninstall the extension.
- Delete any generated files.
Change log:
https://github.com/bellrichm/weewx-jas/blob/master/changes.txt
v0.2.2-rc03
Considering this code is beta and a lot is changing, it is probably best to
- Uninstall the extension.
- Delete any generated files.
Fixes:
- Wrong label used for 'summed' observations (#32)
- Continual learning and cleanup in support of setting data binding.
- On-going cleanup
Enhancements:
v0.2.2-rc02
Considering this code is beta and a lot is changing, it is probably best to
- Uninstall the extension.
- Delete any generated files.
Fixes:
- Hide year/month drop-down when the associated page(s) are disabled.
- Handle when the amount of data is less than the interval. Most common on new installs.
Enhancements:
- Allow the landing page to be configured.
- By default, disable the historical month pages.
- By default, disable the debug pages.
- By default, disable the radar section.
- Default an observation’s echart type to line, the most common.
- Default an observation’s echart name to the WeeWX label. This also allows them to be translated.
- Include a favicon.
- Log generation of additional pages.
v0.2.2-rc01
Updating:
Considering this is code us beta and is a lot is changing, it is probably best to
- Uninstall the extension.
- Delete any generated files.
Fixes:
- Observations in multiple charts can have different data bindings.
- Fixed bug that caused the same chart to be defined multiple times.
- Use data binding of the observation to determine its interval.
Enhancements:
- Allow pages to be enabled/disabled.
- Wind rose proof of concept.
- Added legends.
- Log generation times.
Version 0.2.1
Updating:
Considering this is code us beta and is a lot is changing, it is probably best to
- Uninstall the extension.
- Delete any generated files.
Fixes:
- Correctly handle months that are shorter than current month.
- Display current date, not date that html was generated.
- Fix formatting of current date.
- Internal cleanup.
- Fixed install. (#25)
- Improved handling of MQTT errors.
- Wind gusts were being averaged. (#20)
Enhancements:
- Use iframes instead of separate pages.
This will allow the MQTT connection to persist across 'page' loads. - Improve y-axis range. (#8)
- Start of a debug page.
- Support MQTT user and password.
- Moved Apex chart support to separate skin, https://github.com/bellrichm/weewx-jas-apex (#10)
- Date/Time formats are configurable. (#13)
- Generate ‘static’ ’pages’ once - performance improvement.
- Show units of y-axis. (#21)
- Forecast section is optional.
- Current section is optional.
- Observation header in current section is now optional.
- Made it easier to create user defined charts.
- Log time it takes to generate ’pages’.
Proof of Concept:
The configuration of these functions is very likely to change.
Version 0.2.0-rc01
- Add support for ECharts as the charting 'engine'.
- Initial support for updating current values via MQTT.
- Improved handling of historical charts.
- Ability to zoom charts.
- Add to homescreen "as an application".
- Auto page reload.
Version 0.1.0-rc01
v0.1.0-rc01 additional updates for min/max support