File tree 3 files changed +38
-1
lines changed
3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 0.1.2 (2017/06/27)
2
+
3
+ ### Issues Closed
4
+
5
+ * [ Issue 61] ( https://github.com/spyder-ide/spyder-terminal/issues/61 ) - Capture all keyboard events when a console is on focus
6
+ * [ Issue 60] ( https://github.com/spyder-ide/spyder-terminal/issues/60 ) - Redirect server output and errors to a file
7
+ * [ Issue 59] ( https://github.com/spyder-ide/spyder-terminal/issues/59 ) - Don't start to create consoles until the server is up and running
8
+
9
+ In this release 3 issues were closed.
10
+
11
+ ### Pull Requests Merged
12
+
13
+ * [ PR 66] ( https://github.com/spyder-ide/spyder-terminal/pull/66 ) - Add Release notes
14
+ * [ PR 65] ( https://github.com/spyder-ide/spyder-terminal/pull/65 ) - PR: Launch first console instance only if server is up
15
+ * [ PR 63] ( https://github.com/spyder-ide/spyder-terminal/pull/63 ) - PR: Make the terminal to capture all keyboard events
16
+ * [ PR 62] ( https://github.com/spyder-ide/spyder-terminal/pull/62 ) - PR: Redirecting server stderr and stdout to files
17
+
18
+ In this release 4 pull requests were closed.
19
+
1
20
## Version 0.1.1 (2017/05/12)
2
21
3
22
### Issues Closed
Original file line number Diff line number Diff line change
1
+ ## Version 0.1.2 (2017/06/27)
2
+
3
+ ### Issues Closed
4
+
5
+ * [Issue 61](https://github.com/spyder-ide/spyder-terminal/issues/61) - Capture all keyboard events when a console is on focus
6
+ * [Issue 60](https://github.com/spyder-ide/spyder-terminal/issues/60) - Redirect server output and errors to a file
7
+ * [Issue 59](https://github.com/spyder-ide/spyder-terminal/issues/59) - Don't start to create consoles until the server is up and running
8
+
9
+ In this release 3 issues were closed.
10
+
11
+ ### Pull Requests Merged
12
+
13
+ * [PR 66](https://github.com/spyder-ide/spyder-terminal/pull/66) - Add Release notes
14
+ * [PR 65](https://github.com/spyder-ide/spyder-terminal/pull/65) - PR: Launch first console instance only if server is up
15
+ * [PR 63](https://github.com/spyder-ide/spyder-terminal/pull/63) - PR: Make the terminal to capture all keyboard events
16
+ * [PR 62](https://github.com/spyder-ide/spyder-terminal/pull/62) - PR: Redirecting server stderr and stdout to files
17
+
18
+ In this release 4 pull requests were closed.
Original file line number Diff line number Diff line change 12
12
if PYQT5 :
13
13
from .terminalplugin import TerminalPlugin as PLUGIN_CLASS
14
14
15
- VERSION_INFO = (0 , 1 , 2 , 'dev0' )
15
+ VERSION_INFO = (0 , 1 , 2 )
16
16
__version__ = '.' .join (map (str , VERSION_INFO ))
You can’t perform that action at this time.
0 commit comments