-
Notifications
You must be signed in to change notification settings - Fork 55
/
ChangeLog
253 lines (149 loc) · 6.08 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
2024-01-12 Xie Yanbo <xieyanbo@gmail.com>
* drop support for python 3.7
* support robotframework 7.0
* release version 2.5.0
2024-01-11 Xie Yanbo <xieyanbo@gmail.com>
* support python 3.9, 3.10, 3.11 and 3.12
* drop support for python 3.6
* upgrade robotframework to >= 4.0
* release version 2.4.0
2022-09-07 Oli I'Anson <oianson@cisco.com>
* upgrade prompt-toolkit to 3.x
2022-06-07 Xie Yanbo <xieyanbo@gmail.com>
* drop support for python 3.5
* get source file and lineno in RF 4.0
* release version 2.3.0
2022-04-13 Oli I'Anson <oianson@cisco.com>
* use exc.message instead of full_message which was removed in RF 5.0
2021-03-29 Xie Yanbo <xieyanbo@gmail.com>
* release version 2.2.2
2021-03-25 lobinho <wolfgang.falmbigl@egstonpower.com>
* Adding default empty string tuple to ensure proper formatting of prompt
2020-07-17 Xie Yanbo <xieyanbo@gmail.com>
* release version 2.2.1
2020-07-03 Stavros Ntentos
* explicitly declare the dependent package prompt-toolkit must be >=2
2020-05-18 Xie Yanbo <xieyanbo@gmail.com>
* remove selenium's short name s to avoid conflict with command step
2020-05-17 Xie Yanbo <xieyanbo@gmail.com>
* release version 2.2.0
* add Debug If keyword
* rename libs' short name from l to ls to avoid conflict with command list
2020-05-09 Xie Yanbo <xieyanbo@gmail.com>
* release version 2.1.0
* add step, next, continue, list and longlist commands
2020-05-03 Xie Yanbo <xieyanbo@gmail.com>
* release version 2.0.0
* drop python 2 and 3.4 support
* upgrade prompt-toolkit to 2.x
* prompt-toolkit 3 is not compatible with python3.5
* split the huge source file into small pieces
* refactory
2020-04-30 Xie Yanbo <xieyanbo@gmail.com>
* release version 1.3.1
2020-04-27 Jones Sabino <jones.sabino@gmail.com>
* fix indentation bug
2020-04-26 Xie Yanbo <xieyanbo@gmail.com>
* release version 1.3.0
2020-04-26 Jones Sabino <jones.sabino@gmail.com>
* Compatibility with RF 3.2
2020-02-05 Xie Yanbo <xieyanbo@gmail.com>
* release version 1.2.1
* fix docs command
2020-02-05 Xie Yanbo <xieyanbo@gmail.com>
* release version 1.2
2020-01-30 tkoukkari <tuomas.koukkari@qentinel.com>
* added support for command d(ocs)
2019-03-27 Francesco Spegni <francesco.spegni@gmail.com>
* fix mispelling
2018-07-13 Xie Yanbo <xieyanbo@gmail.com>
* release version 1.1.4
2018-06-29 Jonathan Gayvallet <jonathan.mael.gayvallet@gmail.com>
* Fix keyword discovery command
2018-06-13 Xie Yanbo <xieyanbo@gmail.com>
* Prompt_toolkit 2.0 is not compatible with 1.0
* release version 1.1.3
2018-03-08 Xie Yanbo <xieyanbo@gmail.com>
* fix PermissionError when running rfdebug on Windows
* release version 1.1.2
2018-03-04 Xie Yanbo <xieyanbo@gmail.com>
* selenium2library has been renamed to seleniumlibrary
* release version 1.1.1
2018-01-24 Xie Yanbo <xieyanbo@gmail.com>
* support passing pybot's arguments, disabled all logs by default
* support press ctrl+c to interrupt running keywords
* support comment format of robotframework
* print value if input variable name only
* release version 1.1
2018-01-23 Xie Yanbo <xieyanbo@gmail.com>
* support import library with arguments
* release version 1.0.3
2017-09-29 Xie Yanbo <xieyanbo@gmail.com>
* support keyword document including non-ASCII characters
* release version 1.0.2
2017-08-23 Xie Yanbo <xieyanbo@gmail.com>
* change the minimum requirement of robotframework to version 2.9
* release version 1.0.1
2017-08-11 Xie Yanbo <xieyanbo@gmail.com>
* use python-prompt-toolkit to handle prompt with color support
* auto completion for robotframework keywords and debug shell commands
* save history to file
* rename shell script rfshell to rfdebug
* release version 1.0.0
2017-08-03 Xie Yanbo <xieyanbo@gmail.com>
* fix sys.stdout.encoding error
* release version 0.9.1
2017-08-02 Xie Yanbo <xieyanbo@gmail.com>
* autocompletion keywords and selenium commands
* release version 0.9
2017-07-31 Xie Yanbo <xieyanbo@gmail.com>
* add libs and keywords command for introspection
* update document and help
2017-07-27 Xie Yanbo <xieyanbo@gmail.com>
* release version 0.8.2
2017-07-26 asiekkinen <aku.siekkinen@hotmail.com>
* support non-UTF8 encoding terminals
2017-07-11 Xie Yanbo <xieyanbo@gmail.com>
* robotframework 3.0 officially supported Python 3
* release version 0.8.1
2017-07-10 indrakumarm <ikumarsgp@gmail.com>
* UTF-8 support for Python 3
2016-09-25 Xie Yanbo <xieyanbo@gmail.com>
* release version 0.8
2016-09-23 Juha Jokimäki <juha.jokimaki@solita.fi>
* Support assigning variables
2016-08-25 Xie Yanbo <xieyanbo@gmail.com>
* release version 0.7.1
2016-08-24 Steve Turner <swt@juniper.net>
* Fix missing browser variable
2016-07-21 Xie Yanbo <xieyanbo@gmail.com>
* select which browser you what to launch
* update documents
* build wheel format package
* release version 0.7
2016-07-20 Louie Lu <louie.lu@hopebaytech.com>
* change seleniumlibrary to selenium2library
* Add `get_webdriver_remote` for selenium debug
2015-10-07 serhatbolsu <serhatbolsu@gmail.com>
* Allow unicode characters in commands
2015-05-20 Vincent Fretin <ville.vainio@basware.com>
* support Python 3
2013-08-06 Xie Yanbo <xieyanbo@gmail.com>
* support Robot Framework 2.8
* release version 0.3
2012-08-05 Silvio Tomatis <silviot@gmail.com>
* support for readline
2012-03-14 Xie Yanbo <xieyanbo@gmail.com>
* support Robot Framework 2.7
* release version 0.2.4
2012-03-13 Xie Yanbo <xieyanbo@gmail.com>
* fix temporary file deleted too soon
* release version 0.2.3
2011-11-17 Xie Yanbo <xieyanbo@gmail.com>
* fix PYPI name
* fix documents
* release version 0.2.2
2011-11-16 Xie Yanbo <xieyanbo@gmail.com>
* first release, version 0.2
2011-10-13 Xie Yanbo <xieyanbo@gmail.com>
* start project, version 0.1