Skip to content

Changelog #2

@bobfogg

Description

@bobfogg

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions