We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a97294 + 90614b5 commit c146e0bCopy full SHA for c146e0b
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+- Fix undo problem [[#16](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/16)]
5
+- Improve python file detection [[#17](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/17)]
6
7
## 0.0.1 - 2022-12-04
8
- Add fix action [[#1](https://github.com/koxudaxi/ruff-pycharm-plugin/pull/1)]
gradle.properties
@@ -3,7 +3,7 @@
pluginGroup = com.koxudaxi.ruff
pluginName = Ruff
# SemVer format -> https://semver.org
-pluginVersion = 0.0.1
+pluginVersion = 0.0.2
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
pluginSinceBuild = 222
0 commit comments