`__.
+
+ To start RIDE from a command window, shell or terminal, just enter:
+
+ ::
+
+ ride
+
+ You can also pass some arguments, like a path for a test suite file
+ or directory.
+
+ ::
+
+ ride example.robot
+
+ Another possible way to start RIDE is:
+
+ .. code:: literal-block
+
+ python -m robotide
+
+ You can then go to Tools>Create RIDE Desktop Shortcut, or run the
+ shortcut creation script with:
+
+ .. code:: literal-block
+
+ python -m robotide.postinstall -install
+
+ or
+
+ .. code:: literal-block
+
+ ride_postinstall.py -install
+
+ RIDE v2.1.1 was released on 14/November/2024.
diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py
index 18cbeaeac..a3609c0b7 100644
--- a/src/robotide/application/releasenotes.py
+++ b/src/robotide/application/releasenotes.py
@@ -125,7 +125,7 @@ def set_content(self, html_win, content):
milestone = re.split('[ab-]', VERSION)[0]
WELCOME_TEXT = f"""
-Welcome to use RIDE DEVELOPMENT version {version}
+Welcome to use RIDE version {version}
Thank you for using the Robot Framework IDE (RIDE).
@@ -171,8 +171,7 @@ def set_content(self, html_win, content):
- Fixed broken go to definition after editing content in resource files.
- Fixed long arguments in fixtures appearing splitted in Grid Editor. Still, arguments info will not be correct at
- calling step. Fixed long arguments in fixtures appearing splitted in Grid Editor.
- Still, arguments info will not be correct at calling step.
+ calling step.
- Fixed double action on Linux when pressing the DEL key