Skip to content

Commit 0347cde

Browse files
authored
Merge pull request #56 from andfoy/release_v0.1.1
PR: Added release v0.1.1 notes
2 parents e287eb9 + 3274c80 commit 0347cde

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## Version 0.1.1 (2017/05/12)
2+
3+
### Issues Closed
4+
5+
* [Issue 48](https://github.com/spyder-ide/spyder-terminal/issues/48) - Terminal content not re-scaling to plugin size
6+
* [Issue 47](https://github.com/spyder-ide/spyder-terminal/issues/47) - Move terminal webview to be inside a QFrame so that dock panes in Spyder are uniform
7+
* [Issue 46](https://github.com/spyder-ide/spyder-terminal/issues/46) - Rename plugin to "Terminal"
8+
* [Issue 45](https://github.com/spyder-ide/spyder-terminal/issues/45) - Plugin "Options menu" is empty
9+
* [Issue 44](https://github.com/spyder-ide/spyder-terminal/issues/44) - Make mouse wheel to work
10+
* [Issue 43](https://github.com/spyder-ide/spyder-terminal/issues/43) - Getting annoying Qt warnings
11+
12+
In this release 6 issues were closed.
13+
14+
### Pull Requests Merged
15+
16+
* [PR 54](https://github.com/spyder-ide/spyder-terminal/pull/54) - PR: Added more options for opening terminals at different locations
17+
* [PR 53](https://github.com/spyder-ide/spyder-terminal/pull/53) - PR: Fixed scroller issues
18+
* [PR 52](https://github.com/spyder-ide/spyder-terminal/pull/52) - PR: Update font size and geometry after terminal has finished loading
19+
* [PR 51](https://github.com/spyder-ide/spyder-terminal/pull/51) - PR: Update plugin name to Terminal
20+
* [PR 50](https://github.com/spyder-ide/spyder-terminal/pull/50) - PR: Added Content-Type header to all HTTP requests
21+
* [PR 49](https://github.com/spyder-ide/spyder-terminal/pull/49) - PR: Removed reference to contentsChanged signal
22+
* [PR 42](https://github.com/spyder-ide/spyder-terminal/pull/42) - PR: Use sys.executable to start the server
23+
24+
In this release 7 pull requests were closed.
25+
26+
127
## Version 0.1 (2017/04/11)
228

329
### Issues Closed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Spyder Plugin for displaying a virtual terminal (OS independent) inside the main
33

44
This plugin allows you to execute flawlessly any bash command inside spyder, even ncurses applications like ``nano`` or ``vi``.
55

6+
## Project info
7+
[![Project License](https://img.shields.io/pypi/l/spyder-terminal.svg)](./LICENSE.txt)
8+
[![pypi version](https://img.shields.io/pypi/v/spyder-terminal.svg)](https://pypi.python.org/pypi/spyder-terminal)
9+
610
## Build status
711
[![CircleCI](https://circleci.com/gh/spyder-ide/spyder-terminal.svg?style=svg)](https://circleci.com/gh/spyder-ide/spyder-terminal)
812
[![Coverage Status](https://coveralls.io/repos/github/spyder-ide/spyder-terminal/badge.svg?branch=master)](https://coveralls.io/github/spyder-ide/spyder-terminal?branch=master)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_description():
4545
version=__version__,
4646
cmdclass=cmdclass,
4747
keywords=['Spyder', 'Plugin'],
48-
url='https://github.com/spyder-ide/spyder-ide',
48+
url='https://github.com/spyder-ide/spyder-terminal',
4949
license='MIT',
5050
author='Spyder Project Contributors',
5151
author_email='[email protected]',

0 commit comments

Comments
 (0)