This page documents code changes.
For user-facing changes, see CHANGELOG.md
.
This section is currently empty.
0.1.0-alpha-4 - 2024-11-22
- The
# noqa
comment parsing algorithm is updated to match that of Ruff.
- Test report artifacts for different platforms now use different names to prevent name conflict.
- LSP4IJ: 0.5.0 → 0.7.0
- @astral-sh/setup-uv: 3.1.0 → 3
annotations
: 24.1.0 → 26.0.1- Gradle: 8.10 → 8.11.1
- IntelliJ Platform Gradle Plugin: 2.0.1 → 2.1.0
- Qodana: 2024.2.3 → 2024.2
- Kotlin JVM plugin: 2.0.20 → 2.0.21
- Material for MkDocs: 9.5.35 → 9.5.43
0.1.0-alpha-3 - 2024-09-21
- @astral-sh/setup-uv: 2.1.0 → 3.1.0
- Qodana: 2024.1.9 → 2024.2.3
kotlinx-serialization-json
: 1.7.2 → 1.7.3- MkDocs: 1.6.0 → 1.6.1
- Material for MkDocs: 9.5.33 → 9.5.35
0.1.0-alpha-2 - 2024-09-14
- @astral-sh/setup-uv: 1.0.0 → 2.1.0
- LSP4IJ: 0.4.0 → 0.5.0
0.1.0-alpha-1 - 2024-09-07
Commands and settings integrated:
-
Ruff
- Language server settings:
- Root:
configuration
fixAll
organizeImports
showSyntaxErrors
logLevel
logFile
codeAction
:disableRuleComment.enable
fixViolation.enable
lint
:enable
- Root:
- Commands:
check
: Run Ruff on the given files or directories (default)format
: Run the Ruff formatter on the given files or directoriesrule
: Explain a rule (or all rules)config
: List or describe the available configuration optionslinter
: List all supported upstream lintersversion
: Display Ruff's versionclean
: Clear any caches in the current directory and any subdirectoriesserver
: Run the language server
- Language server settings:
-
uv
- Commands:
init
: Create a new projectadd
: Add dependencies to the projectremove
: Remove dependencies from the projectsync
: Update the project's environmentpip
: Manage Python packages with a pip-compatible interfacelist
: List, in tabular format, packages installed in an environment
venv
: Create a virtual environmentversion
: Display uv's version
- Commands:
-
Rye
- Commands:
show
: Prints the current state of the projectversion
: Get or set project versionconfig
: Reads or updates the Rye configuration--show-path
: Print the path to the config
- Commands: