Skip to content

Commit ecf6c47

Browse files
Merge pull request #366 from simphony/release-v1.1.0
Release 1.1.0
2 parents 9245fc9 + 47cc29d commit ecf6c47

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGES.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,28 @@ What's new in SimPhoNy Remote 1.1.0
66

77
- Use container provenance information to prevent access to unrelated
88
containers or simphony-remote instances (#361)
9-
- Fix: incorrect user name in top header for admin Accounting panel (#348)
9+
- Upgraded tornado WebAPI to 0.5.0 (#335, #365, #340)
10+
- Interface overhaul. Introduced Admin-LTE frontend (#346)
11+
- Upgraded against jupyterhub 0.8.0.dev0 (#355, #358)
12+
- Introduced "realms" to hold container provenance in case of shared docker
13+
server (#361)
14+
- Added dynamic whitelist for GitHub login (#351, #359, #364)
15+
- Fixes:
16+
- forever stuck spinner in case of docker internal failure (#336)
17+
- Documented unexpected behavior reported in #305: containers not visible
18+
if the per-user server is already running (#342)
19+
- Incorrect username in admin panel has been fixed (#353)
20+
- Removed selenium_test from deployment (#356)
21+
- Establish correct keyboard focus when canvas is made visible (#362)
22+
- Refactor:
23+
- Extracted macro in jinja template to a separate file (#337)
24+
- Cleaned up javascript utils module into separate files (#339)
25+
- Use of table macro to reduce template duplication (#341)
26+
- Use setup.py to generate the version.py file (#357)
27+
- Made async docker client instance in ContainerManager private (#360)
28+
- Other:
29+
- Fixed changes in ubuntu dependency builds (#352)
30+
- Added some basic example configuration files (#363)
1031

1132
What's new in SimPhoNy Remote 0.9.0/1.0.0
1233
-----------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44
# Setup version
5-
VERSION = '1.1.0.dev0'
5+
VERSION = '1.1.0'
66

77
# Read description
88

0 commit comments

Comments
 (0)