Skip to content

v0.1.0-alpha-5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 01:37
· 69 commits to master since this release

For users

See the documentation for more information.

Latest tool versions at the time of release:

Added

  • User-level ruff.toml/.ruff.toml file can now be opened using an action.
  • "Unable to run command" notifications now have an action
    to view debug information.

Changed

  • ruff and uv executables from PATH are now prioritized during detection.
    Previously, those installed by Rye would be checked first.

Removed

  • 2024.3 is no longer supported.
  • Timeout settings are removed entirely. To cancel long-running processes,
    use the cross buttons next to progress indicators.

Fixed

  • Previously, due to a bug in the executable detector, the UI might freeze.
    This has been fixed.
  • Path input fields (e.g., configuration files) now function correctly.

For contributors

Dependencies