|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## v0.2.0 (in development) |
| 3 | +## v0.2.0 |
4 | 4 |
|
5 | 5 | First release of the applications in a new separate CLI package. |
6 | 6 | All CLIs are now based on Click and Click Extra, and registered as |
7 | | -subcommands under a common `iman` CLI entry command. |
| 7 | +subcommands under a common `iman` entry command. |
8 | 8 |
|
9 | 9 | ### Added |
10 | 10 |
|
11 | 11 | - `iman` command line entry point |
12 | 12 | - GeoCom protocol tester (`test geocom`) |
13 | 13 | - GSI Online DNA protocol tester (`test gsidna`) |
14 | | -- `morse`: |
15 | | - - beep unit time option |
16 | | - - more connection options |
17 | | - - instrument compatibility option |
18 | 14 | - file lister (`list files`) |
19 | 15 | - job lister (`list jobs`) |
20 | 16 | - file downloader (`download file`) |
21 | 17 | - inclination measurement (`measure inclination`) |
22 | 18 | - inclination calculation (`calc inclination`) |
23 | 19 | - inclination results merger (`merge inclination`) |
| 20 | +- `morse` was extended with new options: |
| 21 | + - beep unit time option |
| 22 | + - more connection options |
| 23 | + - instrument compatibility option |
24 | 24 |
|
25 | 25 | ### Changed |
26 | 26 |
|
27 | | -- all programs are now registered as subcommands under the `iman` |
| 27 | +- all programs are now registered as subcommands under the `iman` command |
28 | 28 | - commands are now organized into command groups based on the type of action |
29 | 29 | instead of context (e.g. all measurement type programs are now under the |
30 | 30 | `measure` subcommand, instead of `setmeasurement measure`, `setup measure`, |
|
0 commit comments