File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 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:
1919![ New items in the git context menu] ( screenshots/screenshot_2.png )
2020
2121## Release History
22+ * 0.0.5
23+ * Run the commands in a background task (fixes the exception).
2224* 0.0.4
2325 * Switched to modern IntelliJ API.
2426 * 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
55import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
66
77group = " com.github.monosoul"
8- version = " 0.0.4 "
8+ version = " 0.0.5 "
99
1010plugins {
1111 id(" org.jetbrains.intellij" ) version " 0.7.2"
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >git-extended-update-index</id >
33 <name >Git extended update-index</name >
4- <version >0.0.4 </version >
4+ <version >0.0.5 </version >
55 <
vendor email =
" [email protected] " url =
" https://github.com/monosoul/git-extended-update-index-plugin" >
66 Andrei Nevedomskii
77 </vendor >
1818 ]]> </description >
1919
2020 <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>
2126 <b>Release 0.0.4:</b>
2227 <ul>
2328 <li>switched to modern IntelliJ API;</li>
You can’t perform that action at this time.
0 commit comments