Add a changelog.js file to the root directory with the following format:
export default [{
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.
Add a
changelog.jsfile to the root directory with the following format:The version will be the current version of the
sensor-station-softwarerepo 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.