Releases: koxudaxi/ruff-pycharm-plugin
Releases · koxudaxi/ruff-pycharm-plugin
v0.0.45
- fix: fix invalid ruff command option [#564]
v0.0.44
- fix: Add support for partial formatting using --range option [#562]
- fix: fix format and fix action [#559]
- fix: Improve error handling [#554]
- feat: add features to lsp [#550]
- fix: fix skip outside project on save [#553]
v0.0.43
- fix: improve ruff formatter [#548]
- Add ruff logging console [#547]
- Update dependency versions [#538]
v0.0.41
- Improve RuffAsyncFormatter [#518]
v0.0.40
- Migrate formatter to AsyncDocumentFormattingService [#391]
- Remove projectRuffExecutablePath in config file [#505]
v0.0.39
- Fix: Isolate Ruff formatting to the active project [#503]
v0.0.38
- Fix Ruff format checkbox [#501]
- Improve lsp config [#499]
v0.0.37
- Update LSP client change logic in RuffConfigurable.kt [#497]
- Update LSP4IJ references and version [#496]
- LSP4IJ should be optional [#494]
v0.0.36
- Fix idea lsp server on wsl [#486]
- Support LSP4IJ, which is a third-party LSP server integration [#437]
- Use preview only for non-stable server versions (<0.5.3) [#481]
- Use rule or --explain dependent on version. [#479]