Summarized Changelog
- Correctly render tab stops in --show-all
- Add a --style=default option and make it the default. It is less verbose than full
- File extensions are now matched case-insensitively
- bat no longer crashes when encountering files that references missing syntaxes
- Skip syntax highlighting on long lines (> 16384 chars) to help improve performance
- Vastly improve startup time by lazy-loading syntaxes via syntect 5.0.0. This makes bat display small files ~75% faster than before
- Syntax changes
Full changelog here