- New feature: The QTEASY shell is now parsing command arguments in a better and more intuitive way
- Now all commands support `--parameter` / `-p` style parameters, same way as all other CLI tools
- All commands now support `--help` and `-h` to show help messages, are now fully documented in the shell help message
- All commands now have better error handling and usage messages when wrong arguments are given
- All commands are now thoroughly tested and debugged
- Arguments of some commands are now re-designed and re-organized to be more intuitive and easier to use:
- `watch` command now supports `--remove` / `-r` to remove symbols from watch list, and `--clear` / `-c` to clear the list
- `buy` and `sell` commands now uses `--price` / `-p` to specify price, and `--side` / `-s` to specify position side
- `info` and `overview` commands now support new argument `--system` to show system info, and `verbose` will be replaced by `detail` in future versions
- `history` command now accepts explicit argument `all` to show all history
- `orders` command now accepts order filter arguments with optional tags `--status`, `--time`, `--side`, and `--type`
- `config` command now support `--set` / `-s` to set configurations, and set view levels with count of `--level` / `-l`
- `strategies` command now supports `--set-par` to set strategy optimizable parameters, and to be implemented: possible to set blenders with `--blender` and `--timing`
- `run` command now supports running tasks with arguments given with optional flag `--args` / `-a`
- `orders` command now works with new optional arguments for time, type, side and status in more logical way
What's Changed
* merge latest updates and documents to qt_dev 1.1 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/113
* Revert "merge latest updates and documents to qt_dev 1.1" by shepherdpp in https://github.com/shepherdpp/qteasy/pull/114
* Update qteasy to version 1.1 by shepherdpp in https://github.com/shepherdpp/qteasy/pull/126
**Full Changelog**: https://github.com/shepherdpp/qteasy/compare/1.0.27...1.1.0