You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a changelog.js file to the root directory with the following format:
exportdefault[{version: '2.10.4',date: '2023-02-23',features: ['Added Bulk Export Utility Download','Improved Map UI for ES500 Devices',],bugs: ['Fixed cache problem with FireFox',],security: [],},{version: '2.10.3',date: '2023-01-05',features: [],bugs: ['Fixed memory leak',]}]
The version will be the current version of the sensor-station-software repo with the minor version bumped. Start populating the features with high level overview of what has changed / improved.
This can later be imported into web interface for public feature update logs.
The text was updated successfully, but these errors were encountered:
Add a
changelog.js
file to the root directory with the following format:The version will be the current version of the
sensor-station-software
repo with the minor version bumped. Start populating the features with high level overview of what has changed / improved.This can later be imported into web interface for public feature update logs.
The text was updated successfully, but these errors were encountered: