Skip to content

Commit 47e4630

Browse files
committed
Release 0.20.0
1 parent e98a021 commit 47e4630

3 files changed

Lines changed: 35 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
This file documents the changes made to the formatter with each release.
44

5+
6+
## Release 0.20.0 (2026-05-20)
7+
8+
### Added
9+
10+
- Support for recursive directory formatting (#227)
11+
- Default to formatting current directory when no files are specified (#227)
12+
- List unformatted files when running the `--check` option (#228)
13+
- Only write files when the formatter actually modified them to avoid unnecessary disk writes (#229)
14+
- Support for line breaks in chained function calls (#230)
15+
16+
### Fixed
17+
18+
- Fix multiline parenthesized expression spacing and indentation in some continuation expressions (#231)
19+
- Fix semicolons being removed within comments (#233)
20+
- Godot addon: Fix incorrect tooltips on last menu items (#232)
21+
22+
### Changed
23+
24+
- Simplify and clean up CI, pin dependency versions, swap a community dependency for the official `gh` program
25+
- Complete and clean up release script to facilitate new releases
26+
27+
528
## Release 0.19.0 (2026-04-11)
629

730
### Added

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gdscript-formatter"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2024"
55
description = "A GDScript code formatter and linter using Topiary and Tree-sitter"
66
license = "MIT"

0 commit comments

Comments
 (0)