File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,31 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414 measurements
1515- Added station uploading (` upload station ` ) to set station coordinates and
1616 orientation
17+ - Added logging options to ` iman ` root command
18+ - Added logging to instrument connected commands
1719
1820### Changed
1921
22+ - ` geocompy ` dependency minimum version was bumped to ` v0.11.0 `
2023- Updated file listing to display results in a tree view
2124- Reworked file listing to be able to run recursively to build full tree view
25+ - Protocol tests now display results in a table
26+ - Inclination measurement now displays results in table
27+ - Job listing now displays results in table
28+ - Added progress indicator to more commands
29+ - ` points ` option in set measurement and station calculation is now a multi
30+ option, instead of a comma separated string list
31+
32+ ### Fixed
33+
34+ - Job listing could only be done once as the finializer command was so far
35+ missing from GeoComPy (the listing was left unclosed, and could not be
36+ set up again, only after an instrument restart)
37+ - Target measurement would indefinitely halt on confirmation prompt
38+
39+ ### Removed
40+
41+ - Removed logging options from set measurement
2242
2343## v0.3.0 (2025-08-01)
2444
You can’t perform that action at this time.
0 commit comments