Skip to content

Commit 934ac85

Browse files
committed
Update CHANGELOG.md
1 parent 0cb926c commit 934ac85

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)