diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 3ddc678df..275bd3b43 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -2,6 +2,8 @@ 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. Changed

  • Allow to do auto-suggestions of keywords in Text Editor without a shortcut, if you want to enable or disable this feature you can config in Tools -> Preferences -> Text Editor -> Enable auto suggestions. +

1.2. Fixed

  • +Fixed obsfuscation of Libraries and Metadata panels when expanding Settings in Grid Editor and Linux systems.

2. 2.1a3 - 2024-07-22

2.1. Added

  • Added support for Setup in keywords, since Robot Framework version 7.0.
  • @@ -43,7 +45,7 @@ Tooltips for the fields are always shown in English.
  • Colorization for language configured files is working in Text Editor. -

2.2. Fixed

  • +

2.2. Fixed

  • Fixed multiline variables in Variables section. In Text Editor they are separated by … continuation marker. In Grid Editor use | (pipe) to separate lines.
  • @@ -89,7 +91,7 @@ Added variables creation shortcuts (``Ctrl-1,2,5``) to fields Arguments in Grid Editor
  • Added support for JSON variables, by using the installed Robot Framework import method -

3.2. Fixed

  • +

3.2. Fixed

  • Fixed escaped spaces showing in Text Editor on commented cells
  • Fixed resource files dissapearing from Project tree on Windows @@ -130,7 +132,7 @@
  • Added sincronization with Project Explorer to navigate to selected item, Test Case, Keyword, Variable, in Text Editor Note: This feature is working fine in Fedora 38, but not on Windows and macOS. -

4.2. Fixed

  • +

4.2. Fixed

  • Fixed non syncronized expanding/collapse of Settings panel in Grid Editor, on Linux
  • Fixed not working the deletion of cells commented with ``\# `` in Grid Editor with ``Ctrl-Shift-D`` @@ -164,13 +166,13 @@ Added the note, Colors will be active after next RIDE restart. to the Preferences of Test Runner.

6.2. Changed

  • Changed alias marker on library imports to consider variable ``ROBOT_VERSION``. If version is lower than 6.0, uses ``WITH NAME``, otherwise will use ``AS`` -

7. Fixed

  • +

7. Fixed

8. 2.0.3 - 2023-04-16

8.1. Changed

  • Allow to do auto-suggestions of keywords in Grid Editor without a shortcut, if you want to enable or disable this feature you can config in Tools-> Preferences -> Grid Editor -> Enable auto suggestions
  • Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows) -

9. Fixed

9. Fixed

10.4. Fixed

  (2.0rc1 - 2023-02-26)
+- Separated AppendText for Messages Log

10.4. Fixed

  (2.0rc1 - 2023-02-26)
 - Fixed blank Grid Editor at keywords with steps commented with ``\# ``, by using ``Ctrl-Shift-3 on Text Editor
   (2.0b3 - 2023-01-15)
 . Fixed low performance when opening large projects
@@ -354,7 +356,7 @@
 Added move up and move down rows to Text Editor, by using ``Alt-Up`` and ``Alt-Down``
 
  • Added insert and delete rows to Text Editor, by using ``Ctrl-I`` and ``Ctrl-D`` -
  • 11.2. Removed

    11.3. Changed

    11.4. Fixed

    11.2. Removed

    11.3. Changed

    11.4. Fixed

    12. 2.0b3 - 2023-01-15

    12.1. Added

    • Added swap row up, by using ``Ctrl-T`` @@ -371,7 +373,7 @@ This was causing not being possible to restore it, unless editing the settings.cfg file. Other reason was to prevent user to closing it, after detaching the panel, and re-attaching, which has a bug making the Tree not visible. -

    12.4. Fixed

    1. +

    12.4. Fixed

    1. Fixed low performance when opening large projects

      • Fixed comment and uncomment in Grid Editor when cells contain more than one variables assignement @@ -481,7 +483,7 @@ Changed Enter button in navigation mode to start editing cell, and to move to right cell when in edit mode
      • Performance improvements for loading large test suites -

    13.4. Fixed

    • +

    13.4. Fixed

    • Fixed missing menu icons on Linux (was working on Windows)
    • Fixed removal of animation in Project tree when test run is interrupted @@ -590,7 +592,7 @@ wx.NewId() to wx.NewIdRef()
    • Separated AppendText for Messages Log -

    14.4. Fixed

    • +

    14.4. Fixed

    • Fixed editing cells in Grid Editor on wxPython 4.1
    • Fixed not saving file after deleting text in Text Editor @@ -656,6 +658,6 @@ None

    15.3. Changed

    • None -

    15.4. Fixed

    • +

    15.4. Fixed

    • None
    diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index 178270a7e..365023390 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -315,7 +315,7 @@ def set_content(self, html_win, content):
     python -m robotide.postinstall -install
     
    -

    RIDE {VERSION} was released on 03/August/2024.

    +

    RIDE {VERSION} was released on 05/August/2024.