1- ===========================
1+ =========================
22Robot Framework IDE 1.7.4
3- ===========================
3+ =========================
44
55
66.. default-role :: code
77
88
99`RIDE (Robot Framework IDE) `_ 1.7.4 is a new release with major enhancements
10- and bug fixes. This version 1.7.4 includes fixes for installer and TestRunnerAgent.
11- It contains some updates for `Robot Framework `_ version 3.1.1.
10+ and bug fixes. This version 1.7.4 includes fixes for installer and new File explorer.
11+ The reference for valid arguments is `Robot Framework `_ version 3.1.1.
12+
13+ **THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7 **
1214
1315All issues targeted for RIDE v1.7.4 can be found
1416from the `issue tracker milestone `_.
@@ -21,27 +23,19 @@ If you have pip_ installed, just run
2123
2224::
2325
24- pip install --upgrade robotframework-ride
26+ pip install --pre -- upgrade robotframework-ride
2527
26- to install (or upgrade) the latest available release or use
28+ to install the latest available release or use
2729
2830::
2931
3032 pip install robotframework-ride==1.7.4
3133
3234to install exactly this version. Alternatively you can download the source
33- distribution from PyPI _ and install it manually. You may want to see the
34- document `BUILD.rest `_ for other details.
35-
36- **NOTE: ** The installation process is always based on the released source code.
37- If you want to install the development version, use the repository paths:
38-
39- ::
40-
41- pip install -U https://github.com/robotframework/RIDE/archive/master.zip
42-
35+ distribution from PyPI _ and install it manually. For more details and other
36+ installation approaches, see the `installation instructions `_.
4337
44- RIDE 1.7.4 was released on Friday February 01 , 2019.
38+ RIDE 1.7.4a1 was released on Sunday April 28 , 2019.
4539
4640.. _RIDE (Robot Framework IDE) : https://github.com/robotframework/RIDE/
4741.. _Robot Framework : http://robotframework.org
@@ -51,7 +45,7 @@ RIDE 1.7.4 was released on Friday February 01, 2019.
5145.. _issue tracker : https://github.com/robotframework/RIDE/issues
5246.. _robotframework-users : http://groups.google.com/group/robotframework-users
5347.. _Robot Framework Slack : https://robotframework-slack-invite.herokuapp.com
54- .. _ BUILD.rest : ../../BUILD.rest
48+ .. _ installation instructions : ../../INSTALL.rst
5549
5650
5751.. contents ::
@@ -61,3 +55,128 @@ RIDE 1.7.4 was released on Friday February 01, 2019.
6155Full list of fixes and enhancements
6256===================================
6357
58+ .. list-table ::
59+ :header-rows: 1
60+
61+ * - ID
62+ - Type
63+ - Priority
64+ - Summary
65+ * - `#1747 `_
66+ - bug
67+ - ---
68+ - RIDE-1.7.2 the Simplified-Chinese displayed problem
69+ * - `#1793 `_
70+ - bug
71+ - ---
72+ - Dependencies are not installed along with RIDE
73+ * - `#1803 `_
74+ - bug
75+ - ---
76+ - the new ride v1.7.3.1 can not support the project that chinese in path
77+ * - `#1804 `_
78+ - bug
79+ - ---
80+ - The new ride v1.7.3.1 can not execute by pythonw.exe
81+ * - `#1806 `_
82+ - bug
83+ - ---
84+ - Can't install RIDE 1.7.3.1 when using buildout
85+ * - `#1812 `_
86+ - bug
87+ - ---
88+ - Unable to run test cases if # comment is commented
89+ * - `#1873 `_
90+ - bug
91+ - ---
92+ - Please bring back tag wrapping
93+ * - `#1836 `_
94+ - enhancement
95+ - ---
96+ - RIDE doesn't scroll to searched text in Text Edit view
97+ * - `#1805 `_
98+ - ---
99+ - ---
100+ - The new ride v1.7.3.1 shortcut is not working on Windows 7
101+ * - `#1807 `_
102+ - ---
103+ - ---
104+ - Fix `#1804 `_
105+ * - `#1808 `_
106+ - ---
107+ - ---
108+ - Adds more files to MANIFEST, specially requirements.txt. Fixes `#1806 `_
109+ * - `#1819 `_
110+ - ---
111+ - ---
112+ - Column sizing on Mac doesn't work.
113+ * - `#1838 `_
114+ - ---
115+ - ---
116+ - Wip fix win encoding
117+ * - `#1845 `_
118+ - ---
119+ - ---
120+ - Grid editor issues on new RIDE
121+ * - `#1848 `_
122+ - ---
123+ - ---
124+ - fix cells size in Grid editor
125+ * - `#1861 `_
126+ - ---
127+ - ---
128+ - Add a file explorer
129+ * - `#1862 `_
130+ - ---
131+ - ---
132+ - Installer - Fixes installation to all OS
133+ * - `#1863 `_
134+ - ---
135+ - ---
136+ - Cell Sizes fixes
137+ * - `#1864 `_
138+ - ---
139+ - ---
140+ - Installer
141+ * - `#1865 `_
142+ - ---
143+ - ---
144+ - Desktopshortcut removal of GUI
145+ * - `#1866 `_
146+ - ---
147+ - ---
148+ - Fixes Commented cells with # on Pause parsing
149+ * - `#1880 `_
150+ - ---
151+ - ---
152+ - Changes encoding. Fixes running chinese path in python2.7 under Windows
153+ * - `#1884 `_
154+ - ---
155+ - ---
156+ - Fixes utf-8 arguments and include/exclude options in Python2.
157+
158+ Altogether 23 issues. View on the `issue tracker <https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4 >`__.
159+
160+ .. _#1747 : https://github.com/robotframework/RIDE/issues/1747
161+ .. _#1793 : https://github.com/robotframework/RIDE/issues/1793
162+ .. _#1803 : https://github.com/robotframework/RIDE/issues/1803
163+ .. _#1804 : https://github.com/robotframework/RIDE/issues/1804
164+ .. _#1806 : https://github.com/robotframework/RIDE/issues/1806
165+ .. _#1812 : https://github.com/robotframework/RIDE/issues/1812
166+ .. _#1873 : https://github.com/robotframework/RIDE/issues/1873
167+ .. _#1836 : https://github.com/robotframework/RIDE/issues/1836
168+ .. _#1805 : https://github.com/robotframework/RIDE/issues/1805
169+ .. _#1807 : https://github.com/robotframework/RIDE/issues/1807
170+ .. _#1808 : https://github.com/robotframework/RIDE/issues/1808
171+ .. _#1819 : https://github.com/robotframework/RIDE/issues/1819
172+ .. _#1838 : https://github.com/robotframework/RIDE/issues/1838
173+ .. _#1845 : https://github.com/robotframework/RIDE/issues/1845
174+ .. _#1848 : https://github.com/robotframework/RIDE/issues/1848
175+ .. _#1861 : https://github.com/robotframework/RIDE/issues/1861
176+ .. _#1862 : https://github.com/robotframework/RIDE/issues/1862
177+ .. _#1863 : https://github.com/robotframework/RIDE/issues/1863
178+ .. _#1864 : https://github.com/robotframework/RIDE/issues/1864
179+ .. _#1865 : https://github.com/robotframework/RIDE/issues/1865
180+ .. _#1866 : https://github.com/robotframework/RIDE/issues/1866
181+ .. _#1880 : https://github.com/robotframework/RIDE/issues/1880
182+ .. _#1884 : https://github.com/robotframework/RIDE/issues/1884
0 commit comments