Skip to content

Commit 23fe58e

Browse files
committed
Release note 0.9.3
1 parent 08d2054 commit 23fe58e

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.9.2 (2019-12-17)](https://github.com/nokia/RED/releases/latest)**
6+
**Latest release - [RED 0.9.3 (2020-02-04)](https://github.com/nokia/RED/releases/latest)**
77

88

99
### Install from Marketplace/Update Site

changelog.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
RED 0.9.3 - 2020/02/04
2+
3+
Feature
4+
5+
[RED-1377] - Argument coloring in overloading case in Table Mode
6+
7+
Enhancement
8+
9+
[RED-1380] - [GitHub #100] Table should display header column names
10+
[RED-1385] - [GitHub #360] Add YAML filter in red.xml editor / variable files
11+
[RED-1386] - Line continuation marker insertion idea
12+
[RED-1393] - Breakpoint toggling in multi-line calls should be more coherent
13+
14+
Bug
15+
16+
[RED-838] - Show library source is not working for pth library
17+
[RED-1328] - Fix ContentAssistForNewTrigger RCPTT test
18+
[RED-1353] - Extended variable syntax problem
19+
[RED-1374] - Debugger does not stop on breakpoint in a keyword indirectly called by "run keyword"
20+
[RED-1383] - [GitHub #359] Exception thrown in TestRunnerAgent under Python 3.5.x
21+
[RED-1384] - Exception for TC table in History
22+
23+
Task
24+
25+
[RED-1339] - Switch Python from 2.x to 3.x on machines and make it default in our environments
26+
[RED-1341] - Switch to Windows 10
27+
[RED-1378] - Update platform to eclipse 2019-12 (4.14)
28+
[RED-1379] - Update GitHub release scripts
29+
[RED-1382] - Migrate from JUnit 4 to JUnit 5
30+
[RED-1390] - Jenkins: no tests report when some fails
31+
32+
Sub-task
33+
34+
[RED-1345] - Add deprecation warning for for loop without end
35+
[RED-1347] - Remove support for additional spaces in settings and sections names
36+
[RED-1354] - Support variable in test case name
37+
[RED-1357] - Remove support for TSV format
38+
39+
140
RED 0.9.2 - 2019/12/17
241

342
Enhancement

release.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# RED - Robot Editor v0.9.3
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+
For RED feature installed on Eclipse Neon or earlier, 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)
14+
15+
## Notable updates
16+
- Breakpoint toggling in multi-line calls should be more coherent
17+
- Debugger does not stop on breakpoint in a keyword indirectly called by "run keyword"
18+
- Update platform to eclipse 2019-12
19+
- Argument coloring in overloading case in Table Mode
20+
21+
22+
## GitHub issues updates
23+
- #100 Table should display header column names
24+
- #359 Exception thrown in TestRunnerAgent under Python 3.5.x
25+
- #360 Add YAML filter in red.xml editor / variable files
26+
27+
full changes in [changelog.txt](https://github.com/nokia/RED/blob/master/changelog.txt)
28+
129
# RED - Robot Editor v0.9.2
230
## Introduction
331
RED Robot Editor is Eclipse based editor for [RobotFramework](https://github.com/robotframework/robotframework) test cases.

0 commit comments

Comments
 (0)