File tree 3 files changed +9
-2
lines changed
src/main/resources/META-INF
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ It adds the support for the next subcommands:
19
19
![ New items in the git context menu] ( screenshots/screenshot_2.png )
20
20
21
21
## Release History
22
+ * 0.0.5
23
+ * Run the commands in a background task (fixes the exception).
22
24
* 0.0.4
23
25
* Switched to modern IntelliJ API.
24
26
* Set Java 11 as compile target.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
5
5
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
6
6
7
7
group = " com.github.monosoul"
8
- version = " 0.0.4 "
8
+ version = " 0.0.5 "
9
9
10
10
plugins {
11
11
id(" org.jetbrains.intellij" ) version " 0.7.2"
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >git-extended-update-index</id >
3
3
<name >Git extended update-index</name >
4
- <version >0.0.4 </version >
4
+ <version >0.0.5 </version >
5
5
<vendor email =" kloz.klaud@gmail.com" url =" https://github.com/monosoul/git-extended-update-index-plugin" >
6
6
Andrei Nevedomskii
7
7
</vendor >
18
18
]]> </description >
19
19
20
20
<change-notes ><![CDATA[
21
+ <b>Release 0.0.5:</b>
22
+ <ul>
23
+ <li>run the commands in a background task (fixes the exception).</li>
24
+ </ul>
25
+ <br>
21
26
<b>Release 0.0.4:</b>
22
27
<ul>
23
28
<li>switched to modern IntelliJ API;</li>
You can’t perform that action at this time.
0 commit comments