- Reformat indented strings, reformatting to simple strings when appropriate: #348
- Added musl static build and nixfmt-static package: #349
- Added auto-release GitHub Actions workflow: #354
- Fixed empty lists/sets with comments idempotency: #363
- Fixed language annotations inside lists on function arguments: #355
- Fixed parser for chained prefix operators: #352
- Fixed inconsistent comment indentation in parameter lists: #346
- Fixed language annotations followed by multiple new lines: #347
- Memory optimization: don't retain thunks when appending to Trivia: #350
- Added a flake formatter (so nix fmt works): #357
- Added link to standard.md in README: #361
- Fixed typo in README for nixfmt installation: #345