Added
- New functionality: a "watchdog", i.e. an option to set a cronjob that checks if a run is complete and starts
postprocessing if this is the case.
- A post processing protocol can now be set in the configure.yaml file (used by the watchdog)
Changed:
- In the xlsx files, the column "archived" is now called "status" and the entry is no longer a boolean, but
a string describing the status. All places, where this column was used or set have been changed accordingly.
Guiding principles
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each version is displayed.
- Mention whether you follow Semantic Versioning.
Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
An unrelased section at the top keeps track of upcoming changes.
Example for the Changelog
[Version] - yyyy-mm-dd
Added
Added file/class/function X to do Y.
Changed
This to do that.
Fixed
That