What's Changed
This release primarily covers updates for the command-line part. It is followed by:
- Support for multiple arguments for the `--text / -t` flag, allowing for parsing multiple texts to Bangla at once.
- A table-themed UI for presenting the parsed results and the input alongside each other in the terminal.
- The removal of the `--copy` flag, so that whenever you parse some text through avro.py's CLI, the result gets copied at the same time.
---
Along with all this...
- furtidev made their first contribution in https://github.com/hitblast/avro.py/pull/1
- The project has been tested on **Python 3.10.5** to work successfully.
- You can compare the release with the previous one [here!](https://github.com/hitblast/avro.py/compare/0.1.1...0.1.2)