|
1 | | -## [unreleased] |
| 1 | +## [0.2.8] - 2026-06-04 |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- Add --log-level flag, default to error, restore internal logs to warn |
| 6 | +- Validate --log-level values and document flag in README |
| 7 | + |
| 8 | +### 🐛 Bug Fixes |
| 9 | + |
| 10 | +- Editorconfig glob sections matching all files instead of extension |
| 11 | +- Use path_to_uri for sourced file URIs to ensure percent-encoding |
| 12 | +- Don't use ? inside root_paths loop in resolve_sourced_uri |
| 13 | +- Reject malformed localhost URIs in uri_to_path_opt |
| 14 | +- Six correctness bugs across analyser, navigation, shellcheck, and shfmt |
| 15 | +- Two correctness bugs in declarations |
| 16 | +- Demote syntax-error log from warn to debug |
| 17 | +- Propagate shellcheck stdin write error instead of discarding it |
| 18 | +- Don't fall back to file-wide rename when a scope is known |
| 19 | +- Avoid panic in sourcing when string node contains invalid UTF-8 |
| 20 | +- Match editorconfig sections with leading glob stars correctly |
| 21 | +- Glob patterns without wildcards now match as literal suffixes |
| 22 | +- Reduce log noise from per-request and per-file warn/error logs |
| 23 | +- Demote shellcheck run error from warn to debug |
2 | 24 |
|
3 | 25 | ### 🚜 Refactor |
4 | 26 |
|
|
7 | 29 | - Split find_occurrences_within_tree into variable and function helpers |
8 | 30 | - Replace comment_re closure with nested fn comment_text in comments_above |
9 | 31 |
|
| 32 | +### 📚 Documentation |
| 33 | + |
| 34 | +- Add RUST_LOG=debug instructions to bug report template and contributing guide |
| 35 | +- Add --version and --help to CLI flags table in README |
| 36 | +- Drop --version and --help from CLI flags table |
| 37 | +- Trim --log-level description |
| 38 | + |
10 | 39 | ### ⚙️ Miscellaneous Tasks |
11 | 40 |
|
12 | 41 | - Format and changelog |
| 42 | +- Remove redundant comment |
| 43 | +- Update log dependency |
| 44 | +- Rewrite let..else in sourcing.rs to ? for clippy error |
13 | 45 | ## [0.2.7] - 2026-05-29 |
14 | 46 |
|
15 | 47 | ### 📚 Documentation |
|
0 commit comments