Skip to content

Commit 6c2af8c

Browse files
Merge pull request #281 from simphony/release-v0.8.0
Release v0.8.0
2 parents 007c7bf + 6d1833a commit 6c2af8c

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGES.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,27 @@ What's new in SimPhoNy Remote 0.8.0
66
Summary
77
~~~~~~~
88

9-
- Introduced Google Analytics support for start of Applications.
9+
- Introduced Google Analytics support for start of Applications (#274).
10+
- Support for passing configurable data at application startup (#255, #257, #260, #263, #264, #266)
11+
Documentation of the resulting docker image protocol (#278)
12+
- Virtual user workspace is now created once and preserved, with a identifiable name (#270)
13+
- Launching or viewing application now opens a new window (#269)
14+
- Makefile rule and documentation for docker upgrade on Ubuntu 14.04 host (#249)
15+
- Introduced npm/bower package management. Removed now irrelevant files. (#272, #273, #275)
16+
- UI:
17+
- Added spinner during loading of applications. Added message in case of no applications available (#252)
18+
- beautification (#265)
19+
- CI:
20+
- Removed Paraview image retrieval (#256)
21+
- Better Travis output using before_script to perform devdeps installation. (#267)
22+
- Added test coverage for JavaScript code with Blanket (#276)
23+
- Refactor:
24+
- Major overhaul of JavaScript layer (#250)
25+
- Finalized porting of WebAPI to tornadowebapi (#254)
26+
- Fix:
27+
- Reporting error in case of double start/stop request, removing a potential race condition (#279)
28+
- Documented command line start request behavior for already started container (#280)
29+
1030

1131
What's new in SimPhoNy Remote 0.7.0
1232
-----------------------------------

remoteappmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAJOR = 0
22
MINOR = 8
33
MICRO = 0
4-
IS_RELEASED = False
4+
IS_RELEASED = True
55

66
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
77

0 commit comments

Comments
 (0)