File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.3.0 (Feb 15, 2024)
4
+ - Add support for IntelliJ CE 2023.2
5
+ - Added custom test-project location
6
+ - Update the ` Remote-Robot ` to version 0.11.18
7
+ - Update Java to JDK 17
8
+ - Update Gradle to version 7.6
9
+ - Removed Redundancy in the ToolWindowsPane class
10
+ - Added method for reopening project
11
+ - Added possibility to redirect remote-robot logs to output files in user.dir/intelliJ_debug
12
+
3
13
## 0.2.0 (Aug 4, 2022)
4
14
- Add support for IntelliJ CE 2022.2
5
15
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
32
32
Add the following dependency:
33
33
```
34
34
dependencies {
35
- compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.1-SNAPSHOT '
35
+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.3.0 '
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change 1
- projectVersion =0.2.1-SNAPSHOT
1
+ projectVersion =0.3.0
2
2
nexusUser =invalid
3
3
nexusPassword =invalid
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1-bin .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-all .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments