File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This file documents the changes made to the formatter with each release. This project uses [ semantic versioning] ( https://semver.org/spec/v2.0.0.html ) .
44
5+ ## Release 0.13.0 (2025-10-06)
6+
7+ ### Added
8+
9+ - ` max_term_width ` configuration option now set to 120 characters by default
10+
11+ ### Changed
12+
13+ - Improved ` --help ` and ` -h ` output for better clarity
14+ - Updated the tree-sitter GDScript parser to the latest version
15+ - Function annotations now preserve input formatting and allow inline annotations with function definitions
16+
17+ ### Fixed
18+
19+ - Safe mode no longer moves inline annotations in functions
20+ - CI: Removed rust cache as it cannot work for the current build process
21+ - Fixed issue with comments dedented from a function body causing next lines to be dedented too
22+ - Fixed reorder mode dropping comments in one edge case (multiple commented lines at different indent levels at the end of a function)
23+
524## Release 0.12.0 (2025-10-03)
625
726### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " gdscript-formatter"
3- version = " 0.12 .0"
3+ version = " 0.13 .0"
44edition = " 2024"
55description = " A GDScript code formatter using Topiary and Tree-sitter"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments