@@ -158,6 +158,7 @@ def set_content(self, html_win, content):
158
158
<li>This version supports Python 3.8 up to 3.12.</li>
159
159
<li>There are some changes, or known issues:<ul>
160
160
<li>❌ - Removed support for Python 3.6 and 3.7</li>
161
+ <li>✔ - Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.</li>
161
162
<li>✔ - Added Korean language support for UI, experimental.</li>
162
163
<li>✔ - Added <b>caret style</b> to change insert caret to 'block' or 'line' in Text Editor, by editing
163
164
<em>settings.cfg</em>. The color of the caret is the same as 'setting' and will be adjusted for better contrast with the
@@ -186,7 +187,6 @@ def set_content(self, html_win, content):
186
187
<li>✔ - When editing in Grid Editor with content assistance, the selected content can be edited by escaping the list of
187
188
suggestions with keys ARROW_LEFT or ARROW_RIGHT.</li>
188
189
<li>✔ - Newlines in Grid Editor can be made visible with the <b>filter newlines</b> set to False.</li>
189
- <li>🐞 - On Text Editor when Saving the selection of tests in Test Suites (Tree) is cleared.</li>
190
190
<li>🐞 - Problems with COPY/PASTE in Text Editor have been reported when using wxPython 4.2.0, but not with
191
191
version 4.2.1, which we now <em>recommend</em>.</li>
192
192
<li>🐞 - Some argument types detection (and colorization) is not correct in Grid Editor.</li>
@@ -197,6 +197,7 @@ def set_content(self, html_win, content):
197
197
</ul>
198
198
<p><strong>New Features and Fixes Highlights</strong></p>
199
199
<ul class="simple">
200
+ <li>Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.</li>
200
201
<li>Added Korean language support for UI, experimental.</li>
201
202
<li>Fixed wrong item selection, like Test Suite, when doing right-click actions in Project Explorer.</li>
202
203
<li>Fixed delete variable from Test Suite settings remaining in Project Explorer.</li>
0 commit comments