We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b568ae commit 76c9f66Copy full SHA for 76c9f66
2 files changed
gradle.properties
@@ -1,5 +1,5 @@
1
ideaVersion=IC-14.0.4
2
ijPluginRepoChannel=
3
downloadIdeaSources=false
4
-version=1.0.0.1-140
+version=1.0.1-140
5
javaVersion=1.6
src/main/resources/META-INF/plugin.xml
@@ -89,6 +89,12 @@
89
href="https://github.com/uwolfer/gerrit-intellij-plugin#pre-releases">
90
https://github.com/uwolfer/gerrit-intellij-plugin#pre-releases</a>.</li>
91
92
+ <li>1.0.1</li>
93
+ <ul>
94
+ <li>checkout: set remote branch for simpler push</li>
95
+ <li>checkout: create unique branch name (fixes issue when change was checked out before already)</li>
96
+ <li>many minor fixes and improvements</li>
97
+ </ul>
98
<li>1.0.0</li>
99
<ul>
100
<li>add columns "Project" and "Topic" (optional) (thanks to eekboom)</li>
0 commit comments