Skip to content

Commit 19b69cd

Browse files
committed
Release note 0.8.10
1 parent a978a0b commit 19b69cd

File tree

3 files changed

+51
-10
lines changed

3 files changed

+51
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
RED is modern editor based on Eclipse IDE to provide efficient and comfortable work with [RobotFramework](https://github.com/robotframework/robotframework) testware.
55

6-
**Latest release - [RED 0.8.9 (2018-11-20)](https://github.com/nokia/RED/releases/latest)**
6+
**Latest release - [RED 0.8.10 (2018-12-17)](https://github.com/nokia/RED/releases/latest)**
77

88
### Note about upgrading RED from 0.8.0 to 0.8.2 and newer
9-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
10-
For RED feature installed on Eclipse Neon,please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
9+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 or newer **cannot** be upgraded from 0.8.0 and earlier versions.
10+
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
1111

1212
### Install from Marketplace/Update Site
1313

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
RED 0.8.10 - 2018/12/17
2+
Enhancement
3+
4+
[RED-1207] - RF3.1 - Support for FOR loops END
5+
6+
Bug
7+
8+
[RED-531] - \s is added to variable name after pasting cell from variable value
9+
[RED-1012] - Debugger enters erroneous state when breakpoint is set in robot init file and init file name is not in lower case
10+
[RED-1089] - Removing commented variables from Outline
11+
[RED-1095] - Marker disappears when writing and saving file
12+
[RED-1117] - Error after saving file when there is no intrerpreter
13+
[RED-1206] - [Github #262] Wrong arguments when running suites with dots in name
14+
115
RED 0.8.9 - 2018/11/20
216
Feature
317

release.md

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# RED - Robot Editor v0.8.10
2+
## Introduction
3+
RED Robot Editor is Eclipse based editor for [RobotFramework](https://github.com/robotframework/robotframework) test cases.
4+
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.
5+
6+
## Requirements
7+
* Oracle Java 1.8+ https://www.java.com/
8+
* RED feature only: Eclipse Oxygen (v 4.7) or newer https://www.eclipse.org/downloads/
9+
* Python/Jython & RobotFramework installed
10+
11+
## Installation
12+
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
13+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.10 **cannot** be upgraded from 0.8.0 and earlier versions.
14+
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
15+
16+
## Notable updates
17+
- Running suites with dots in names uses correct arguments
18+
- Supports FOR loops with END syntax added in Robot Framework 3.1
19+
- Allows to save file without interpreter specified
20+
- Removed commented variables from Outline
21+
- Other minor fixes
22+
23+
## GitHub issues updates
24+
- #262 - Wrong arguments when running suites with dots in name
25+
26+
full changes in [changelog.txt](https://github.com/nokia/RED/blob/master/changelog.txt)
27+
128
# RED - Robot Editor v0.8.9
229
## Introduction
330
RED Robot Editor is Eclipse based editor for [RobotFramework](https://github.com/robotframework/robotframework) test cases.
@@ -10,7 +37,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
1037

1138
## Installation
1239
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
13-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
40+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.9 **cannot** be upgraded from 0.8.0 and earlier versions.
1441
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
1542

1643
## Notable updates
@@ -46,7 +73,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
4673

4774
## Installation
4875
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
49-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
76+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.8 **cannot** be upgraded from 0.8.0 and earlier versions.
5077
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
5178

5279
## Notable updates
@@ -75,7 +102,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
75102

76103
## Installation
77104
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
78-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
105+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.7 **cannot** be upgraded from 0.8.0 and earlier versions.
79106
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
80107

81108
## Notable updates
@@ -105,7 +132,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
105132

106133
## Installation
107134
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
108-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
135+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.6 **cannot** be upgraded from 0.8.0 and earlier versions.
109136
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
110137

111138
## Notable updates
@@ -136,7 +163,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
136163

137164
## Installation
138165
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
139-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
166+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.5 **cannot** be upgraded from 0.8.0 and earlier versions.
140167
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
141168

142169
## Notable updates
@@ -170,7 +197,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
170197

171198
## Installation
172199
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
173-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
200+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.4 **cannot** be upgraded from 0.8.0 and earlier versions.
174201
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
175202

176203
## Notable updates
@@ -200,7 +227,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips
200227

201228
## Installation
202229
[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md)
203-
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.2 **cannot** be upgraded from 0.8.0 and earlier versions.
230+
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.3 **cannot** be upgraded from 0.8.0 and earlier versions.
204231
For RED feature installed on Eclipse Neon, please upgrade your Eclipse platform: [https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F](https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse_IDE%3F)
205232

206233
## Notable updates

0 commit comments

Comments
 (0)