forked from xyb/robotframework-debuglibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
153 lines (91 loc) · 3.52 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
2018-07-13 Xie Yanbo <[email protected]>
* release version 1.1.4
2018-06-29 Jonathan Gayvallet
* Fix keyword discovery command
2018-06-13 Xie Yanbo <[email protected]>
* Prompt_toolkit 2.0 is not compatible with 1.0
* release version 1.1.3
2018-03-08 Xie Yanbo <[email protected]>
* fix PermissionError when running rfdebug on Windows
* release version 1.1.2
2018-03-04 Xie Yanbo <[email protected]>
* selenium2library has been renamed to seleniumlibrary
* release version 1.1.1
2018-01-24 Xie Yanbo <[email protected]>
* 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 <[email protected]>
* support import library with arguments
* release version 1.0.3
2017-09-29 Xie Yanbo <[email protected]>
* support keyword document including non-ASCII characters
* release version 1.0.2
2017-08-23 Xie Yanbo <[email protected]>
* change the minimum requirement of robotframework to version 2.9
* release version 1.0.1
2017-08-11 Xie Yanbo <[email protected]>
* 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 <[email protected]>
* fix sys.stdout.encoding error
* release version 0.9.1
2017-08-02 Xie Yanbo <[email protected]>
* autocompletion keywords and selenium commands
* release version 0.9
2017-07-31 Xie Yanbo <[email protected]>
* add libs and keywords command for introspection
* update document and help
2017-07-27 Xie Yanbo <[email protected]>
* release version 0.8.2
2017-07-26 asiekkinen
* support non-UTF8 encoding terminals
2017-07-11 Xie Yanbo <[email protected]>
* robotframework 3.0 officially supported Python 3
* release version 0.8.1
2017-07-10 indrakumarm
* UTF-8 support for Python 3
2016-09-25 Xie Yanbo <[email protected]>
* release version 0.8
2016-09-23 Juha Jokimäki
* Support assigning variables
2016-08-25 Xie Yanbo <[email protected]>
* release version 0.7.1
2016-08-24 Steve Turner
* Fix missing browser variable
2016-07-21 Xie Yanbo <[email protected]>
* select which browser you what to launch
* update documents
* build wheel format package
* release version 0.7
2016-07-20 Louie Lu <[email protected]>
* change seleniumlibrary to selenium2library
* Add `get_webdriver_remote` for selenium debug
2015-10-07 serhatbolsu
* Allow unicode characters in commands
2015-05-20 Vincent Fretin
* support Python 3
2013-08-06 Xie Yanbo <[email protected]>
* support Robot Framework 2.8
* release version 0.3
2012-08-05 Silvio Tomatis <[email protected]>
* support for readline
2012-03-14 Xie Yanbo <[email protected]>
* support Robot Framework 2.7
* release version 0.2.4
2012-03-13 Xie Yanbo <[email protected]>
* fix temporary file deleted too soon
* release version 0.2.3
2011-11-17 Xie Yanbo <[email protected]>
* fix PYPI name
* fix documents
* release version 0.2.2
2011-11-16 Xie Yanbo <[email protected]>
* first release, version 0.2
2011-10-13 Xie Yanbo <[email protected]>
* start project, version 0.1