Skip to content

Commit

Permalink
Release note 0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
michalanglart committed Jul 18, 2019
1 parent 6a56fe2 commit d7897f6
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12 (2019-05-21)](https://github.com/nokia/RED/releases/latest)**
**Latest release - [RED 0.8.13 (2019-07-18)](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.
Expand Down
38 changes: 38 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
RED 0.8.13 - 2019/07/18

Enhancement

[RED-928] - Support for libraries with the same name as python standard libraries
[RED-1193] - [GitHub #247] Enhance source formatting
[RED-1242] - [Discussion]: Snippet (like) functionality
[RED-1249] - Improve online documentation on GitHub
[RED-1252] - Editor problems with files opened from history view
[RED-1255] - Possibility to skip built-in RFLint rules
[RED-1256] - RFLint rule selection
[RED-1257] - Find a way to check the available RFLint rules documentation
[RED-1262] - [GitHub #293] Simplify libdoc reload error stacktrace
[RED-1271] - [GitHub #303] Variable mappings for Remote Library imports
[RED-1278] - [GitHub #308] support libraries using gevent in debugger sessions and autodiscovery
[RED-1280] - [GitHub #307] Make Error field in Execution view visible only when needed
[RED-1281] - [GitHub #311] Session server does not take python path when reading variables from vars files

Bug

[RED-483] - Content Proposal window is closed when double clicking on proposal under GTK2
[RED-583] - Importing libraries in Setting table adds to red.xml but not to test file
[RED-1263] - Removing old libspecs
[RED-1270] - GitHub online help navigation links does not work as expected
[RED-1276] - Error for not recognized library with full path
[RED-1277] - Invalid pythonpath entries for libraries with name module.class

Task

[RED-1246] - [GitHub #278] Investigate what to do with GTK2/3 issues
[RED-1265] - Cloud maintenance
[RED-1274] - Installing Robot 3.1.2

Sub-task

[RED-1243] - Implement proof-of-concept for templates in source part of editor


RED 0.8.12 - 2019/05/21

Feature
Expand Down
38 changes: 37 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# RED - Robot Editor v0.8.13
## 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.13 **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
- Source formatter enhancements, possibility to format with robot.tidy
- Code templates provided. Note: templates editor in Preferences does not refresh under Eclipse 2018-09
- Improved integration with RfLint (better configuration, rules documentation handling)
- Error field in execution view is shown when needed
- Fixes for Robot & Python debugging session: gevent is supported
- Pythonpaths from red.xml are used when importing variables files
- Online documentation fixed

## GitHub issues updates
- #181 Prefilled RFLint settings
- #247 'Format source' column positioning could be placed under user preference control
- #278 Investigate what to do with GTK2/3 issues
- #293 Simplify libdoc reload error stacktrace
- #303 Variable mappings for Remote Library imports
- #307 Make Error field in Execution view visible only when needed
- #308 Support libraries using gevent in debugger sessions and autodiscovery
- #311 Unable to import variables from python file

full changes in [changelog.txt](https://github.com/nokia/RED/blob/master/changelog.txt)

# RED - Robot Editor v0.8.12
## Introduction
RED Robot Editor is Eclipse based editor for [RobotFramework](https://github.com/robotframework/robotframework) test cases.
Expand All @@ -10,7 +46,7 @@ Release contains Eclipse feature of RED Robot Editor to be installed into Eclips

## 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.
Due to internal changes to support Eclipse Oxygen API, RED Product 0.8.12 **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
Expand Down

0 comments on commit d7897f6

Please sign in to comment.