Skip to content

Releases: koxudaxi/ruff-pycharm-plugin

v0.0.45

05 Mar 07:44
3841fe7
Compare
Choose a tag to compare
  • fix: fix invalid ruff command option [#564]

v0.0.44

04 Mar 16:08
58ef2d9
Compare
Choose a tag to compare
  • 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

17 Feb 13:51
fd98d27
Compare
Choose a tag to compare
  • fix: improve ruff formatter [#548]
  • Add ruff logging console [#547]
  • Update dependency versions [#538]

v0.0.42

10 Nov 15:17
f0feae5
Compare
Choose a tag to compare
  • Support 243-EAP [#526]

v0.0.41

15 Oct 07:53
d482c45
Compare
Choose a tag to compare
  • Improve RuffAsyncFormatter [#518]

v0.0.40

18 Sep 07:48
1676adc
Compare
Choose a tag to compare
  • Migrate formatter to AsyncDocumentFormattingService [#391]
  • Remove projectRuffExecutablePath in config file [#505]

v0.0.39

12 Sep 21:05
391f1a8
Compare
Choose a tag to compare
  • Fix: Isolate Ruff formatting to the active project [#503]

v0.0.38

12 Sep 17:33
7eacdbe
Compare
Choose a tag to compare
  • Fix Ruff format checkbox [#501]
  • Improve lsp config [#499]

v0.0.37

10 Sep 17:51
26c842d
Compare
Choose a tag to compare
  • Update LSP client change logic in RuffConfigurable.kt [#497]
  • Update LSP4IJ references and version [#496]
  • LSP4IJ should be optional [#494]

v0.0.36

03 Sep 08:43
0749184
Compare
Choose a tag to compare
  • 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]