-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from nqrduck/measurement-edit
Measurement edit
- Loading branch information
Showing
4 changed files
with
152 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
# Changelog | ||
|
||
### Version 0.0.4 (05-05-2024) | ||
- Added display of multiple measurements that can be displayed in th plot window. | ||
## 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. | ||
- Now using the FileManager class instead of QFileManager | ||
|
||
### 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.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) | ||
|
||
### Version 0.0.2 (17-04-2024) | ||
- Deployment to PyPi via github actions | ||
|
||
### Version 0.0.1 (15-04-2024) | ||
- Initial release | ||
## Version 0.0.1 (15-04-2024) | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ allow-direct-references = true | |
|
||
[project] | ||
name = "nqrduck-measurement" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = [ | ||
{ name="jupfi", email="[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters