- Added option remove-braces=one-line (https://gitlab.com/saalen/astyle/-/work_items/70)
- Fix address-of after a pointer cast padding (https://gitlab.com/saalen/astyle/-/work_items/14)
- Added sanitation of terminal output
- Added new file pattern option --include and auto-detect local project options (https://gitlab.com/saalen/astyle/-/work_items/64)
- Added new options --style=none --indent=none (https://gitlab.com/saalen/astyle/-/work_items/25)
- Added empty line before first method without all option (https://gitlab.com/saalen/astyle/-/merge_requests/20)
- Added the "no-indent-if-after-else" and "line-between-members" parameters
- Added new option --max-code-length-mode=ignore-side-comments (https://gitlab.com/saalen/astyle/-/work_items/93)
- Fix indent of upcoming long lines with total mode (https://gitlab.com/saalen/astyle/-/work_items/67)
- apply more consistent indentation after line wrap (https://gitlab.com/saalen/astyle/-/work_items/98)
- Fixed
--align-pointer=namefor Function Arguments.