- **important user interface change**
- The arguments ``RINEXINPUT`` and ``OUTPUTFOLDER`` are now positional and require options ``-i/--rinexinput`` and ``-o/--outputfolder``, i.e.:
- ``-i RINEXINPUT [RINEXINPUT ...], --rinexinput RINEXINPUT [RINEXINPUT ...]``
- ``-o OUTPUTFOLDER, --outputfolder OUTPUTFOLDER``
- previous ``-i`` and ``-o`` are now:
- ``-ig, --ignore``
- ``-ol OUTPUT_LOGS, --output_logs OUTPUT_LOGS``
- import of GAMIT's files _station.info_ & _apr/L-file_ is now possible with `-sti` and `-lfi` options
- Refactoring: `SiteLog` class becomes `MetaData` class for more versatility. Many functions and variables have been renamed accordingly.
- add an option `-nh/--no_hatanaka` and `-co/--country`
- Misc. bugs correction