Skip to content

Releases: Open-MSS/MSS

MSS 7.0.3

27 Aug 11:47
c291001
Compare
Choose a tag to compare

The 7.0.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 7.0.x

msui

  • changing flight path colour (options) removes topview/sideview/linearview figure heading, #1528
  • topview can enter data into predefined_map_sections of the config, #1530

Full Changelog: 7.0.0...7.0.3

MSS 7.0.2

11 Aug 12:39
8e17391
Compare
Choose a tag to compare

The 7.0.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 7.0.x

msui

  • shortcuts, double click not working, #1505
  • Automatic updater does not work correctly, #1409

mscolab, mswms

  • fixation for flask needed, #1515

mswms

  • WMS server does not discard dataless layer under certain circumstances , #1511

Full Changelog: 7.0.0...7.0.2

MSS 7.0.1

04 Jul 14:56
8dc4ad9
Compare
Choose a tag to compare

The 7.0.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 7.0.x

msui

  • kml overlay does not change color in python 3.10.x, #1500
  • mss rename causes confusion, #1493
  • Help - Search has problems on closed views, #1476

mswms

  • Linear view does not support layers without init_time, #1489
  • wrong units for wind in mswms utils, #1486

tests

  • eventlet is based on a too old dnspython, #1480
  • release fixation of eventlet, #1274

Full Changelog: 7.0.0...7.0.1

MSS 7.0.0

09 Jun 09:41
e03a1b8
Compare
Choose a tag to compare

This is a refactoring release for consistent nameings.

Over the last six years MSS has grown and we created the Open-MSS organization with the move to github in 2021.
In this we have many repositories that support our work on the Mission Support System.
We use the term MSS for the whole thing today.
Therefore, we would like to give more appropriate names to the individual components.

HINT:

We changed:

  • command mss was renamed to msui
  • constants.MSS_CONFIG_PATH to constants.MSUI_CONFIG_PATH
  • constants.MSS_SETTINGS to constants.MSUI_SETTINGS
  • class MissionSupportSystemDefaultConfig to class MSUIDefaultConfig
  • class MSS_AboutDialog to class class MSUI_AboutDialog
  • class MSS_LV_Options_Dialog to class MSUI_LV_Options_Dialog
  • class MSS_PerformanceSettingsWidget to class MSUI_PerformanceSettingsWidget
  • class MSS_ShortcutsDialog to class MSUI_ShortcutsDialog
  • class MSS_SV_OptionsDialog to class MSUI_SV_OptionsDialog
  • class MSS_TV_MapAppearanceDialog to class MSUI_TV_MapAppearanceDialog
  • class MSSLinearViewWindow to class MSUILinearViewWindow
  • class MSSMainWindow to class MSUIMainWindow
  • class MSSMplViewWindow to class MSUIMplViewWindow
  • class MSSMscolab to class MSUIMscolab
  • class MSSSideViewWindow to class MSUISideViewWindow
  • class MSSTableViewWindow to class MSUITableViewWindow
  • class MSSTopViewWindow to class MSUITopViewWindow
  • class MSSWebMapService to class MSUIWebMapService

Configurations:

  • Env var MSS_CONFIG_PATH to MSUI_CONFIG_PATH
  • directory for msui_settings.json from ~/.config/mss to ~/.config/msui
  • mss_settings.json to msui_settings.json
  • mss_wms_settings.py to mswms_settings.py
  • mss_wms_auth.py to mswms_auth.py
  • mss_mscolab_auth.py to mscolab_auth.py

We moved:

  • mslib.msui.mss_qt to mslib.utils.qt
  • mslib.msui.mss_pyui to mslib.msui.msui

What's Changed

Full Changelog: 6.2.1...7.0.0

DOI

MSS 6.2.1

07 Jun 18:56
a84465a
Compare
Choose a tag to compare

The 6.2.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 6.2.x

msui

  • fatal error on saving a configuration file, #1467

Full Changelog: 6.2.0...6.2.1

DOI

MSS 6.2.0

03 Jun 15:18
2286ae1
Compare
Choose a tag to compare

This release includes the use of the new basemap-1.3.3 release and enables packaging for python 3.10.x.
We added the possibility of flight level as vertical coordinate.
A user can now leave on his own an operation.

All Changes:
https://github.com/Open-MSS/MSS/milestone/80

What's Changed

Full Changelog: 6.1.0...6.2.0

DOI

MSS 6.1.1

23 May 09:12
434feca
Compare
Choose a tag to compare

The 6.1.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 6.1.x

msui

  • role option "delete operation" only for "creator" role, #1444
  • operation of added user has no attribute 'active_operation_desc, #1442

tests

  • deleting an operation (resetting the database) has to delete filedata dir too, #1446

documentation

  • Add a CITATION.cff

Full Changelog:

6.1.0...6.1.1

DOI

MSS 6.1.0

02 May 07:09
604cf72
Compare
Choose a tag to compare

This release includes some small improvements of the usablity.
A few bug fixes, a new plugin for NAVAID waypoints is decribed and
mscolab gots few improvements for user creation.
Wind speed plots can now be created for altitudes > 25km.

All Changes:
https://github.com/Open-MSS/MSS/milestone/70

What's Changed

New Contributors

Full Changelog: 6.0.6...6.1.0

MSS 6.0.6

13 Apr 13:44
7769032
Compare
Choose a tag to compare

The 6.0.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 6.0.x

msui

  • MSS and WMS crashes sometimes if no coastline is present in the selected area, #1410
  • remove a layer-less WMS server using the "trashcan" icon causes a segmentation fault, #1376

mswms

  • Default Linear Plotting classes for different quantities share same name property, #1415
  • MSS and WMS crashes sometimes if no coastline is present in the selected area, #1410

Full Changelog:

6.0.0...6.0.6

MSS 6.0.5

29 Mar 12:49
ab97c9d
Compare
Choose a tag to compare

The 6.0.x release includes multiple fixes and stability improvements.

Special thanks to all who have helped with providing feedback for 6.0.x

msui + mscolab

  • optimize for transportlayer websocket, #1295

msui

  • multi-layering does not work for servers lacking an init-time (i.e. most non-MSS servers), #1373
  • mscolab on windows needs a different transport, #1391

other changes

  • Year 2022 added to copyright string

Full Changelog:

6.0.0...6.0.5