Features
- Process sbt build files on load per scalafmtSbtOnLoad (#459) @kitbellew
- Add scalafmtRepo/scalafmtCheckRepo build-root tasks (#460) @kitbellew
- Use ScalafmtSession.listFiles for scalafmtRepo discovery (#467) @kitbellew
- Add scalafmtParallelism setting, thread through FormatSession (#456) @kitbellew
- Shorten scalafmtParallelism and scalafmtRepo descriptions (#462) @kitbellew
Bug fixes
- Exclude project/target from scalafmtSbt .sbt discovery (#466) @kitbellew
- Make scalafmtOnly format explicitly-named files (#458) @kitbellew
- Fix ScalafmtLogger.success infinite self-recursion (#457) @kitbellew
- strip project resolution policy from scalafmt-cli's resolver (#443) @lrytz
Miscellaneous
- Fix scalafmtSbt tooltips to say project/**/*.scala (#464) @kitbellew
- Avoid redundant getCanonicalFile in asRelative (#455) @kitbellew
Build and dependency updates
- Upgrade scalafmt to 3.11.4 (#465) @kitbellew
- Update scalafmt-core, ... to 3.11.3 (#454) @scala-steward
- Update sbt-ci-release to 1.12.0 (#452) @scala-steward
- Don't update sbt to 2.x (#451) @scala-steward
- Update sbt, scripted-plugin to 1.12.13 (#450) @scala-steward
- Bump actions/checkout from 6 to 7 (#449) @dependabot[bot]
- Update scalafmt-core to 3.11.1 (#447) @scala-steward
- Update sbt to 1.12.11 (#445) @scala-steward
- Update scala3-library to 3.8.4 (#444) @scala-steward