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.
1 parent c4f9b5e commit 5e8bc5fCopy full SHA for 5e8bc5f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Added
5
+- Show notification when diff is empty.
6
+
7
+### Fixed
8
+- Use `--cached` flag for computing git diff.
9
10
## [0.2.0] - 2023-03-27
11
gradle.properties
@@ -3,7 +3,7 @@ pluginGroup = com.github.blarc
pluginName = AICommits
pluginRepositoryUrl = https://github.com/Blarc/ai-commits-intellij-plugin
# SemVer format -> https://semver.org
-pluginVersion = 0.2.0
+pluginVersion = 0.3.0
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
0 commit comments