@@ -159,7 +159,7 @@ def set_content(self, html_win, content):
159159<li>🐞 - When upgrading RIDE and activate Restart, some errors are visible about missing /language file, and behaviour
160160 is not normal. Better to close RIDE and start a new instance.</li>
161161<li>🐞 - Problems with COPY/PASTE in Text Editor have been reported when using wxPython 4.2.0, but not with
162- version 4.2.1 and 4.2.2 , which we now <em>recommend</em>.</li>
162+ version 4.2.1, 4.2.2 and 4.2.3 , which we now <em>recommend</em>.</li>
163163-->
164164<li>🐞 - Rename Keywords, Find Usages/Find where used are not finding all occurrences. Please, double-check findings and changes.</li>
165165<li>🐞 - Some argument types detection (and colorization) is not correct in Grid Editor.</li>
@@ -172,6 +172,7 @@ def set_content(self, html_win, content):
172172</ul>
173173<p><strong>New Features and Fixes Highlights</strong></p>
174174<ul class="simple">
175+ <li>Fixed white blocks on Tree due to failed animation when test execution is too rapid, causing crash on Windows.</li>
175176<li>Added Settings Editor button to Preferences dialog, to edit settings.cfg.</li>
176177<li>Created backup of settings.cfg to allow recovering some settings when broken upgrades.</li>
177178<li>Changed some informative dialogs and JSON Editor to use the customized colors.</li>
@@ -185,7 +186,7 @@ def set_content(self, html_win, content):
185186</ul>
186187<!-- <p>We hope to implement or complete features and make fixes on next major version 2.1 (in mid Autumm of 2024).</p>
187188-->
188- <p><strong>The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.2 , which we recommend.
189+ <p><strong>The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.3 , which we recommend.
189190</strong></p>
190191<p><em>Linux users are advised to install first wxPython from .whl package at</em> <a class="reference external"
191192 href="https://extras.wxpython.org/wxPython4/extras/linux/gtk3/">wxPython.org</a>, or by using the system package
@@ -236,7 +237,7 @@ def set_content(self, html_win, content):
236237<pre class="literal-block">python -m robotide.postinstall -install</pre>
237238<p>or</p>
238239<pre class="literal-block">ride_postinstall.py -install</pre>
239- <p>RIDE { VERSION } was released on 21/April /2025.</p>
240+ <p>RIDE { VERSION } was released on 03/May /2025.</p>
240241<!-- <br/>
241242<h3>May The Fourth Be With You!</h3>
242243<h3>Celebrate the bank holiday, 10th June, Day of Portugal, Portuguese Communities and Camões!!</h3>
0 commit comments