File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.13.1] - 2026-03-09
4+
5+ - ** cmd/shfmt**
6+ - Add support for ` [[zsh]] ` in EditorConfig files
7+ - Detect the shell variant from filenames like ` .zshrc ` and ` .bash_profile `
8+ - Fix ` --apply-ignore ` when used with explicit args - #1310
9+ - ** syntax**
10+ - Revert an accidental change to how array subscripts are formatted - #1314
11+ - Never join ` ;; ` with the previous line when formatting - #1289
12+ - Fix a bug where ` $1[foo] ` was parsed as a subscript in Zsh - #1288
13+ - Correctly parse ` $! ` in double quotes in Zsh - #1298
14+ - Allow indexing into special parameters in Zsh - #1299
15+ - Allow parameter expansions with empty names in Zsh - #1280
16+ - ** interp**
17+ - Test against Bash 5.3 and fix three new discrepancies
18+ - Fix a few bugs related to ` nameref ` variables
19+ - Avoid panics when user input encounters unimplemented features
20+
321## [ 3.13.0] - 2026-03-09
422
523This release introduces support for [ Zsh] ( https://www.zsh.org/ )
@@ -819,6 +837,7 @@ module in v3.
819837
820838Initial release.
821839
840+ [ 3.13.1 ] : https://github.com/mvdan/sh/releases/tag/v3.13.1
822841[ 3.13.0 ] : https://github.com/mvdan/sh/releases/tag/v3.13.0
823842[ 3.12.0 ] : https://github.com/mvdan/sh/releases/tag/v3.12.0
824843[ 3.11.0 ] : https://github.com/mvdan/sh/releases/tag/v3.11.0
You can’t perform that action at this time.
0 commit comments