v0.2.0
Fixed bugs:
- "git commit -m" not work correctly
- Required python3.6 on ubuntu 16.04 something goes wrong
- Enforce lowercase for issue_type
- Fix some issues with "Init commit"
New features:
- Rewrites all to BASH 4
- Added check for "No new line at the end of file"
- Added integration with github issues feature
- Got jira space from github organization
- Made changeable settings
- Automate removing whitespaces, and make 1 newline at EOF
Improve documentation, refactored to Google Shell Style Guide and implement many recommendations from shellcheck
How to update to new version:
git fetch --all && git checkout v0.2.0 2>/dev/null && git status
If you see HEAD detached at v0.2.0
- update is successfully completed.