nqrduck-spectrometer/CHANGELOG.md

28 lines
732 B
Markdown
Raw Permalink Normal View History

2024-04-15 18:07:07 +00:00
# Changelog
2024-05-27 17:30:59 +00:00
## Version 0.0.12 (27-05-2024)
- Implemented loading and saving of settings and default settings (`6496ec6824da33fa41a38e26fdcac9a03ceb51fb`)
2024-05-27 17:32:25 +00:00
- Added fitting of measurement data (`d43639c2f9796d5055dd01bd2f36bae43877bfe8`)
2024-05-20 05:41:28 +00:00
## Version 0.0.11 (20-05-2024)
- Measurements are now run in a separate worker thread to prevent the GUI from freezing (`27865aa6d44158e74c0e537be8407c12b4e3725b`)
## Version 0.0.10 (05-05-2024)
2024-05-05 13:42:22 +00:00
- Added a name property to the measurement class (`a4ef8fa9d956acf84a9450b27685913e03bd39af`)
2024-05-20 05:41:28 +00:00
## Version 0.0.9 (26-04-2024)
2024-04-26 15:49:09 +00:00
- Switched to new formbuilder, moved Function to core
2024-05-20 05:41:28 +00:00
## Version 0.0.8 (18-04-2024)
2024-04-18 17:28:26 +00:00
- Automatic deployment to PyPI
2024-05-20 05:41:28 +00:00
## Version 0.0.7 (15-04-2024)
- Initial release