From 33bb86a006970cd6495b8608b88ce7ff110f091d Mon Sep 17 00:00:00 2001 From: modrz Date: Tue, 21 May 2019 08:51:57 +0200 Subject: [PATCH] Release note 0.8.12 --- README.md | 2 +- changelog.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ release.md | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a27cd10e2..177a946a9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ RED is modern editor based on Eclipse IDE to provide efficient and comfortable work with [RobotFramework](https://github.com/robotframework/robotframework) testware. -**Latest release - [RED 0.8.11 (2019-01-31)](https://github.com/nokia/RED/releases/latest)** +**Latest release - [RED 0.8.12 (2019-05-21)](https://github.com/nokia/RED/releases/latest)** ### Note about upgrading RED from 0.8.0 to 0.8.2 and newer 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. diff --git a/changelog.txt b/changelog.txt index 47342101d..b837c14bb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,49 @@ +RED 0.8.12 - 2019/05/21 + +Feature + + [RED-1232] - Provide quick variables typing in editor + [RED-1241] - Remove trailing whitespaces + +Enhancement + + [RED-1184] - Configure/Deconfigure as Robot nature - change question so YES would keep red.xml + [RED-1230] - Simplify UI regarding variable files in red.xml + [RED-1234] - Change the way of finding interpreter execution file in python scripts + [RED-1235] - [GitHub #255] Check PyDev debugging documentation + [RED-1239] - [Github #273] Default env variables for launch configs + [RED-1247] - [GitHub #279] Scroll table to the top when revealing the element + [RED-1250] - Adding possibility to remove all libs from red.xml + [RED-1260] - [GitHub #291] WM_Class is empty + +Bug + + [RED-294] - Cannot add library with the same name but from different path + [RED-962] - [GitHub #145] In case empty line in test starts with tabulator it is propagated to table view wrongly + [RED-1130] - Autodiscovery should not find windows paths when is run from Project Explorer + [RED-1142] - Coloring line when "\" is first in line + [RED-1233] - Problem with importing python classes from .jar + [RED-1240] - RED loads the referenced libraries with absolute path instead of relative ones + [RED-1244] - [GitHub #281] Problem with libdoc generation when python library redirect also console msg from server + [RED-1251] - [GitHub #284] Command line with unicode letters causes TestRunnerAgent exception + [RED-1254] - [GitHub #286] Libdoc generation problem for SikuliLibrary + [RED-1261] - CTRL+Z does not work correctly for scalar variable + [RED-1266] - [GitHub #295] Unable to start session server when path contains non-ASCII chars + [RED-1267] - [GitHub #296] Null Pointer Exception during validation + +Task + + [RED-1191] - Adding tests for Tasks when RF 3.1 will be released + [RED-1201] - Update platform to Eclipse 2018-09 (4.9) + [RED-1205] - Investigate issues with OpenStack clouds + [RED-1214] - Consider dropping RF 2.8.x support + [RED-1253] - Investigate if support for extensions written in capital letter exist + [RED-1259] - [GitHub #290] Revise and update building instructions + +Sub-task + + [RED-1199] - Red.xml should have full python library path + RED 0.8.11 - 2019/01/31 Feature diff --git a/release.md b/release.md index 1e3e49b7a..c9713163d 100644 --- a/release.md +++ b/release.md @@ -1,3 +1,41 @@ +# RED - Robot Editor v0.8.12 +## Introduction +RED Robot Editor is Eclipse based editor for [RobotFramework](https://github.com/robotframework/robotframework) test cases. +Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse. + +## Requirements +* Oracle Java 1.8+ https://www.java.com/ +* RED feature only: Eclipse Oxygen (v 4.7) or newer https://www.eclipse.org/downloads/ +* Python/Jython & RobotFramework installed + +## Installation +[Installation instructions](https://github.com/nokia/RED/blob/master/installation.md) +Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.11 **cannot** be upgraded from 0.8.0 and earlier versions. +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) + +## Notable updates +- RED with PyDev debugging session wizard +- Source code formatter enhancements +- Libdoc generation fixes +- Quick variables typing in editor +- Better support for robot empty lines +- Enhancements in red.xml UI + +## GitHub issues updates + - #145 - In case empty line in test starts with tabulator it is propagated to table view wrongly + - #255 - Check pyDev debugging documentation + - #273 - Default env variables for launch configs + - #279 - Scroll table to the top when revealing the element + - #281 - Problem with libdoc generation when python library redirect also console msg from server + - #284 - Command line with unicode letters causes TestRunnerAgent exception + - #286 - Libdoc generation problem for SikuliLibrary + - #290 - Revise and update building instructions + - #291 - WM_Class is empty + - #295 - Unable to start session server when path contains non-ASCII chars + - #296 - Null Pointer Exception during validation + +full changes in [changelog.txt](https://github.com/nokia/RED/blob/master/changelog.txt) + # RED - Robot Editor v0.8.11 ## Introduction RED Robot Editor is Eclipse based editor for [RobotFramework](https://github.com/robotframework/robotframework) test cases.