nqrduck-measurement/CHANGELOG.md

25 lines
744 B
Markdown
Raw Normal View History

2024-04-15 17:55:48 +00:00
# Changelog
2024-05-20 18:43:48 +00:00
## Version 0.0.5 (20-05-2024)
- Fixed measurement dialog not showing in wayland (`f5705e4efcbaf1aa0efd558b1ec1dacf42a53944`)
- Measurement names are now editable (`be2e895c5768c3a82c329da62f9afef4bd953895`).
- Improved darkmode compatibility (`be2e895c5768c3a82c329da62f9afef4bd953895`).
## Version 0.0.4 (05-05-2024)
- Added display of multiple measurements that can be displayed in th plot window.
2024-05-05 13:52:02 +00:00
- Now using the FileManager class instead of QFileManager
2024-05-20 18:43:48 +00:00
## Version 0.0.3 (26-04-2024)
- Switched to new formbuilder. This should make implementation of signal processing methods more robust and easier.
## Version 0.0.2 (17-04-2024)
2024-04-26 15:53:25 +00:00
2024-04-18 17:48:53 +00:00
- Deployment to PyPi via github actions
2024-05-20 18:43:48 +00:00
## Version 0.0.1 (15-04-2024)
- Initial release