From 40843a371420f50cc617bb146683b818e8a4c682 Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Sun, 22 Sep 2024 01:12:33 +0100 Subject: [PATCH] Update release docs. Change default colors settings.cfg --- CHANGELOG.adoc | 4 +- src/robotide/application/CHANGELOG.html | 2 +- src/robotide/application/releasenotes.py | 38 ++++++----- src/robotide/localization/TRANSLATORS.adoc | 3 +- src/robotide/preferences/settings.cfg | 73 +++++++++++----------- 5 files changed, 65 insertions(+), 55 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2e2b35ca2..8947a10b9 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,7 +7,9 @@ The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog] and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning]. -== https://github.com/robotframework/RIDE[Unreleased] +// == https://github.com/robotframework/RIDE[Unreleased] + +== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1b1.rst[2.1b1] - 2024-09-21 === Added diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 2c654542f..9b9eb3e9e 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -1,6 +1,6 @@ Changelog

Changelog


All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog -and this project adheres to Semantic Versioning.

1.1. Added

  • +and this project adheres to Semantic Versioning.

    1. 2.1b1 - 2024-09-21

    1.1. Added

    • Added color to Test Runner Console Log final output, report and log since RF v7.1rc1.
    • Added Korean language support for UI, experimental. diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index fbb411461..10e719fea 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -151,7 +151,8 @@ def set_content(self, html_win, content):

      RIDE (Robot Framework IDE) {VERSION} is a new release with important enhancements and bug fixes. The reference for valid arguments is - Robot Framework installed version, which is at this + Robot Framework installed version, which is at + this moment 7.1. However, internal library code is originally based on version 3.1.2, but adapted for new versions.

        @@ -159,7 +160,7 @@ def set_content(self, html_win, content):
      • There are some changes, or known issues:
        • ❌ - Removed support for Python 3.6 and 3.7
        • ✔ - Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.
        • -
        • ✔ - Added Korean language support for UI, experimental.
        • +
        • ✔ - Added Korean language support for UI.
        • ✔ - Added caret style to change insert caret to 'block' or 'line' in Text Editor, by editing settings.cfg. The color of the caret is the same as 'setting' and will be adjusted for better contrast with the background.
        • @@ -169,7 +170,8 @@ def set_content(self, html_win, content):
        • ✔ - Added support for new VAR marker, since Robot Framework version 7.0.
        • ✔ - Added to Grid Editor changing Zoom In/Out with Ctrl-Mouse Wheel and setting at Preferences.
        • ✔ - Fixed plugin Run Anything (Macros) not showing output and broken actions.
        • -
        • ✔ - Added actions on columns of Grid Editor: Double-Click or Right Mouse Click, allows to edit the column name for Data +
        • ✔ - Added actions on columns of Grid Editor: Double-Click or Right Mouse Click, allows to edit the column name for + Data Driven or Templated; Left Mouse Click, selects the column cells.
        • ✔ - Added command line option, --settingspath, to select a different configuration.
        • ✔ - Added different settings file, according the actual Python executable, if not the original installed.
        • @@ -177,9 +179,11 @@ def set_content(self, html_win, content):
        • ✔ - Added UI localization prepared for all the languages from installed Robot Framework version 6.1, or higher. Major translations are: Dutch, Portuguese and Brazilian Portuguese. Still missing translation of some elements.
        • -
        • ✔ - Added support for language configured test suites, with languages from installed Robot Framework version 6.1, or +
        • ✔ - Added support for language configured test suites, with languages from installed Robot Framework version 6.1, + or higher.
        • -
        • ✔ - On Text Editor, pressing Ctrl when the caret/cursor is near a Keyword will show a detachable window with the +
        • ✔ - On Text Editor, pressing Ctrl when the caret/cursor is near a Keyword will show a detachable window with + the documentation, at Mouse Pointer position.
        • ✔ - RIDE tray icon now shows a context menu with options Show, Hide and Close.
        • ✔ - Highlighting and navigation of selected Project Explorer items, in Text Editor.
        • @@ -214,7 +218,8 @@ def set_content(self, html_win, content):
        • Added support for new VAR marker, since Robot Framework version 7.0.
        • Added configurable style of the tabs in notebook pages, Edit, Text, Run, etc. Parameter notebook theme takes values from 0 to 5. See wxPython, demo for agw.aui for details.
        • -
        • Added UI localization and support for Japanese configured test suites, valid for Robot Framework version 7.0.1 or higher.
        • +
        • Added UI localization and support for Japanese configured test suites, valid for Robot Framework version 7.0.1 or + higher.
        • Fixed keywords Find Usages in Grid Editor not finding certain values when using Gherkin.
        • Improved selection of items from Tree in Text Editor. Now finds more items and selects whole line.
        • Changed output in plugin Run Anything (Macros) to allow Zoom In/Out, and Copy content.
        • @@ -226,9 +231,11 @@ def set_content(self, html_win, content):
        • Added different settings file, according the actual Python executable, if not the original installed.
        • Fixed headers and blank spacing in Templated tests.
        • Added context option Open Containing Folder to test suites directories in Project Explorer.
        • -
        • Added a setting for a specific file manager by editing the settings.cfg file. Add the string parameter file manager +
        • Added a setting for a specific file manager by editing the settings.cfg file. Add the string parameter +file manager in the section [General]
        • -
        • Added minimal support to have comment lines in Import settings. These are not supposed to be edited in Editor, and new lines are added at Text Editor.
        • +
        • Added minimal support to have comment lines in Import settings. These are not supposed to be edited in Editor, +and new lines are added at Text Editor.
        • Fixed removal of continuation marker in steps
        • Fixed wrong continuation of long chains of keywords in Setups, Teardowns or Documentation.
        • Added a selector for Tasks and Language to the New Project dialog. Still some problems: Tasks type changes to Tests, @@ -278,8 +285,9 @@ def set_content(self, html_win, content): ARROW_RIGHT
        • Improve Text Editor auto-suggestions by using: selected text, text at left or at right of cursor
        -

        We hope to implement or complete features and make fixes on next major version 2.1 (in end of Summer of 2024).

        -

        The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.1.

        +

        We hope to implement or complete features and make fixes on next major version 2.1 (in mid Autumm of 2024).

        +

        The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.2, which we recommend. +

        Linux users are advised to install first wxPython from .whl package at wxPython.org, or by using the system package manager.

        @@ -324,14 +332,10 @@ def set_content(self, html_win, content): python -m robotide.__init__

        You can then go to Tools>Create RIDE Desktop Shortcut, or run the shortcut creation script with:

        -
        -python -m robotide.postinstall -install
        -
        +
        python -m robotide.postinstall -install

        or

        -
        -ride_postinstall.py -install
        -
        -

        RIDE {VERSION} was released on 21/September/2024.

        +
        ride_postinstall.py -install
        +

        RIDE {VERSION} was released on 22/September/2024.