Skip to content

Commit c57a849

Browse files
Update docs
1 parent e9cc7aa commit c57a849

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.adoc

+4-9
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
2222

2323
== **Welcome to the development version of RIDE - next major release will be version 2.2**
2424

25-
<!--
26-
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.0.8.1[release/2.0.8.1]**
25+
// If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.0.8.1[release/2.0.8.1]**
2726

28-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.8.1.rst[release notes] for latest release version 2.0.8.1
29-
-->
27+
// See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.8.1.rst[release notes] for latest release version 2.0.8.1
3028

3129
**Version https://github.com/robotframework/RIDE/tree/release/2.0.8.1[2.0.8.1] was the last release supporting Python 3.6 and 3.7**
3230

@@ -46,12 +44,9 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w
4644

4745
`pip install -U https://github.com/robotframework/RIDE/archive/master.zip`
4846

49-
<!--
47+
//(3.8 &lt;= python &lt;= 3.12) Install current Beta version (2.1b1) with:
5048

51-
(3.8 &lt;= python &lt;= 3.12) Install current Beta version (2.1b1) with:
52-
53-
`pip install -U --pre robotframework-ride`
54-
-->
49+
//`pip install -U --pre robotframework-ride`
5550

5651
**See the https://github.com/robotframework/RIDE/wiki/F%2eA%2eQ%2e[FAQ] at https://github.com/robotframework/RIDE/wiki[Wiki]**
5752

src/robotide/application/releasenotes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def set_content(self, html_win, content):
163163
<li>✔ - Fixed recognition of variables imported from YAML, JSON and Python files.</li>
164164
<li>✔ - Added a setting for a specific Browser by editing the settings.cfg file. Add the string parameter
165165
<b>browser</b> in the section <b>[Plugins][[Test Runner]]</b></li>
166-
<li>Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.</li>
166+
<li>✔ - Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.</li>
167167
<li>✔ - Added Korean language support for UI.</li>
168168
<li>✔ - Added <b>caret style</b> to change insert caret to 'block' or 'line' in Text Editor, by editing
169169
<em>settings.cfg</em>. The color of the caret is the same as 'setting' and will be adjusted for better contrast with the

0 commit comments

Comments
 (0)