Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Oct 13, 2024
1 parent e9cc7aa commit c57a849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf

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

<!--
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]**
// 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]**

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
-->
// 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

**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**

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

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

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

(3.8 &lt;= python &lt;= 3.12) Install current Beta version (2.1b1) with:

`pip install -U --pre robotframework-ride`
-->
//`pip install -U --pre robotframework-ride`

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

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

0 comments on commit c57a849

Please sign in to comment.