Skip to content

Commit 179acb9

Browse files
prepare v6.0.0 (#1267)
* prepare v6.0.0 * typo fixed Co-authored-by: J. Ungermann <j.ungermann@fz-juelich.de>
1 parent 5c2376b commit 179acb9

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGES.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Changelog
22
=========
33

4+
Version 6.0.0
5+
~~~~~~~~~~~~~
6+
7+
Aravind Murali redesigned in google summer of code 2021 the MSUI interface.
8+
This now connects in a user-friendly way the editing of flight paths locally
9+
or remotely with other users. Many of Jörn Ungermann's ideas were implemented.
10+
In addition, Aravind Murali has improved a configuration editor for our json mss_settings file
11+
and made this user-friendly. The initial idea of the new editor stems from Reimar Bauer.
12+
GSoC mentors were Jörn Ungermann, May Bär, Reimar Bauer
13+
14+
Hrithik Kumar Verma developed a toolchain for the automatic creation of tutorials
15+
in the Google Summer of Code 2021. This simplifies the creation of video tutorials in
16+
a similar way to updating tests. Using these tutorial scripts to create videos
17+
also increases test coverage. The initial idea stems from Reimar Bauer.
18+
GSoC mentors were Reimar Bauer, May Bär
19+
20+
Jörn Ungermann improved kml visualizing the same way as of a flightpath.
21+
22+
Reimar Bauer improved permissions, projects and signalling for mscolab.
23+
24+
All changes:
25+
https://github.com/Open-MSS/MSS/milestone/50?closed=1
26+
427
Version 5.0.2
528
~~~~~~~~~~~~~
629

@@ -21,7 +44,8 @@ Version 5.0.0
2144
~~~~~~~~~~~~~
2245

2346
This release brings many improvements to the WMS Server along with new features for the UI.
24-
On demand a WMS server can show what kind of view graphics are provided.
47+
May Bär implemented a gallery feature. On demand a WMS server can show what kind of view graphics
48+
are provided.
2549
Optional the source for creating the graphics can be published over the web service too.
2650
By this any existing server shows examples how to create graphics. Have a look on
2751
our documentation on https://mss.readthedocs.io/en/stable/gallery/index.html for this feature.

mslib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
See the License for the specific language governing permissions and
2525
limitations under the License.
2626
"""
27-
__version__ = u'5.0.2.'
27+
__version__ = u'6.0.0.'

0 commit comments

Comments
 (0)