Welcome to the new contributors, porglezomp, rubdos and imp. They have been contributing a fair amount of bug reports as well as pull requests. Welcome! I was on vacation for most of this week, so you did the grunt of the work.
This release is minor and mostly encompases small features, bugfixes and documentation changes.
- porglezomp fixed a ton of issues related to standardizing the `-h`, making everything more unicode compatible and display better in a terminal.
- rubdos added a new `--output` flag to `export` to choose a different directory and helped fix some error messages and help messages.
- vitiral added a few minor features and fixes, including adding `exclude_artifact_paths` and having all `*_paths` variables in settings be valid for both files and directories (with tests)
All commits:
* 9dcf93e v0.6.5 release
* 638f4cb fix minor lint error and bump version
* bd0c7c1 fix 97 settings: exclude and include code and artifact paths can specify files AND dirs
* 48b5596 Close 104: Add --output flag for export subcommand
* b23db04 fmt with newest rustfmt
* 394d8bf Fix error message when repo not found (101)
* fad8890 Trim strings in terms of Unicode width instead of bytes (100)
* 317dbd1 close 95, fix 93: Improve help message content and formatting
* f1e29ed fully fix ls cmd tests on windows
* ffaec16 fix 94: invalid tutorial commands
* b3daf97 close 91: fix ls command related to viewing `text`
* 5c0bebb update readme and docs, fix 89
* 4ed6863 Fix 88: update itertools