Releases: Open-MSS/MSS
MSS 4.0.3
The 4.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 4.0.x
msui
- post update permission, project item text not displayed correctly, #1048
What's Changed
- missing f string, fix for #1048 by @aravindm711 in #1049
- preparation of v4.0.3 by @ReimarBauer in #1050
Full Changelog: 4.0.2...4.0.3
MSS 4.0.2
The 4.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 4.0.x
msui
- Text overlapping in "Top View" window, #1037
- "-" in mscolab project name causes project name to be not properly displayed on plots and prompts, #1036
mscolab
- verify newer sqlalchemy >=1.4.0 and sqlite >= 3.35.1 to work with MSS, #722
Other
What's Changed
- Fix pyproj 3.1.0 error by @Marilyth in #1033
- removed fixation for sqlalchemy and sqlite, fixes #722 by @ReimarBauer in #1038
- Handle all combinations from project name and crs and proper update. by @joernu76 in #1041
- Fix behaviour for projects with dash "-" in name. by @joernu76 in #1043
- preparation of v4.0.2 by @ReimarBauer in #1044
Full Changelog: 4.0.1...4.0.2
MSS 4.0.1
The 4.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 4.0.0
msui
- Table view not opening once Linear view is created in MSColab, #1022
- Windows 8 not supported, #1018
- Exception "_auth_delegate" attribute error when accessing password protected servers, #760
documentation
- Embedded videos not displayed in documentation, #1014
- Improve docs, #1007
- review sample files for units, #1000
- Use of f'strings in samples, #999
What's Changed
- updated documentation by @open-mss-build in #1008
- Fixed: #999 by @Jatin2020-24 in #1010
- fixes #1014 by @withoutwaxaryan in #1015
- Remove Qt imports by @Marilyth in #1019
- Fixes #1014 changing http to https by @withoutwaxaryan in #1017
- Linear view mscolab bug by @aravindm711 in #1021
- preparation of v4.0.1 by @ReimarBauer in #1023
New Contributors
- @open-mss-build made their first contribution in #1008
- @withoutwaxaryan made their first contribution in #1015
Full Changelog: 4.0.0...4.0.1
MSS 4.0.0
The version 4.0.0 brings multiple new features:
A new view mode of 1-D samples along the flight path. See our HINT for changes on your server, when you want to use it.
Also in sideview waypoint symbols and corresponding vertical lines can be switched off.
A lot of UI improvements, e.g. import and export filters, topview history and home button implemented
for stereographic projections
Special thanks to all who have helped with providing feedback for 3.x
HINT:
For using the 1-D samples along the flight path you have to add a configuration to your
mss_wms_settings.py. Similiar as to the other layers add:
from mslib.mswms import mpl_lsec_styles
register_linear_layers = None
if mpl_lsec_styles is not None:
register_linear_layers = [
# ECMWF standard 1D section styles.
(mpl_lsec_styles.LS_DefaultStyle, "air_temperature", ["ecmwf_EUR_LL015"]),
(mpl_lsec_styles.LS_DefaultStyle, "divergence_of_wind", ["ecmwf_EUR_LL015"]),
]
msui
- disable buttons in table view for role "viewer", #995
- mscolab project list alphabetical sorted, #986
- Attribute Error in Qt while running mss_pyui.py in Windows, #985
- signalling expired mscolab session, #975
- mss -v initialises skyfield, #950
- msui start independent from mscolab_settings, #933
- some windows ui on OS windows 10 shows a "?" , #930
- set mscolab collaborator role to access version history, #920
- Topview Home Button return to initial coordinates, #919
- Support more export options in mscolab, #918
- show name of the flightpath/project on the views, #916
- mscolab manage set default collaborator role to the add feature, #915
- add a gpx export function, #914
- userlist in admin window sorted, #909
- better management of MSCOLAB servers in drop down list, #906
- standard figure file name in the case of multilayering, #855
- New view mode, providing 1-D samples along the flight path, #833
- Title of Layer List needs to be unique, #832
- Displayed newest initialisation time as default, #824
- Simplify use of Server/Layer window, #816
- Save last used import path, #801
- Delete several waypoints at once, #800
- cheatsheet in help, #784
- Allow Vertical Plots to have Secondary Y-Axis, #571
- import/load of files should be separate from project creation, #497
- possibility switch off waypoint symbols and corresponding vertical lines, #376
mswms
- add feature to allow horizontal sections without countries/graticules, #844
- New view mode, providing 1-D samples along the flight path, #833
- quality check for input data, #424
- possibility switch off waypoint symbols and corresponding vertical lines, #376
mscolab
other
- RS testing fails sporadically, #940
- Fix DeprecationWarnings, #863
- Acknowledgement, #738
- testing - mock Loader.load of de421.bsp, #693
- test_sideview needs a review, #581
What's Changed
- Save path on every import and export by @Marilyth in #808
- Fixed Typo by @Jatin2020-24 in #804
- Reload wms on difference by @Marilyth in #809
- Allow multirow deletion by @Marilyth in #807
- Merge stable to develop by @joernu76 in #818
- Auto-Update on layer change, close on double click by @Marilyth in #822
- Change layer list title depending on top or side view by @Marilyth in #834
- Fix issue #844 by @joernu76 in #845
- Disable auto-update for testing by @Marilyth in #858
- further subcommands to mscolab db, solves #847 by @ReimarBauer in #848
- Fix issue #738 by @joernu76 in #857
- Fix some deprecation warnings by @joernu76 in #872
- Merge stable to develop by @joernu76 in #876
- Refactored config_loader. by @joernu76 in #903
- Use first instead of last multilayer by @Marilyth in #912
- Remove qsettings store of used URLs. by @joernu76 in #913
- Reimplemented parts of matplotlibs history mechanism for TopViews by @joernu76 in #923
- Stable to develop by @joernu76 in #939
- Default to newest init time by @Marilyth in #911
- 914: add gpx export by @jroettenbacher in #934
- Merged stable into develop by @ReimarBauer in #952
- Improve tests by @ReimarBauer in #959
- fixed mscolab imports in msui #933 by @aravindm711 in #958
- coveralls workflow added by @ReimarBauer in #961
- changed default to collaborator on admin_window, fixes #915 by @ReimarBauer in #968
- fixed sorting userlist in admin window #909 by @aravindm711 in #969
- Userlist filter implementation by @aravindm711 in #971
- Add shortcuts dialog by @Marilyth in #972
- Use skyfield_data package for big bsp file. by @joernu76 in #976
- Coverall test by @Marilyth in #977
- Remove context help button by @Marilyth in #978
- Merge stable into development by @ReimarBauer in #982
- Changed vertical section interpolation to treat masked values as NaN by @joernu76 in #983
- Import/Export Extensions, fixes #918 by @ReimarBauer in #981
- Added option to display a secondary axis in SideView. by @joernu76 in #980
- enables to configure a EXPIRATION time in seconds, fixes #948 by @ReimarBauer in #974
- fixation of qt, fixes #985 by @ReimarBauer in #988
- added sorting for project list - fixes #986 by @aravindm711 in #990
- Mscolab: collaborator can access version history by @Jatin2020-24 in #925
- adjusted viewer rights in tablewidget, fixes #995 by @ReimarBauer in #996
- added the flight track name to the window title of each view: 916 by @jroettenbacher in #954
- Verify valid token, fixes #975 by @ReimarBauer in #987
- initial tests by @ReimarBauer in #997
- Option for vertical lines and flighttrack markers by @Marilyth in #998
- Removed TODO from sample class. by @joernu76 in #1001
- Add 1D view by @Marilyth in #835
- Change performance JSON file format in preparation for #511 by @joernu76 in #1003
- preparation 4.0.0 by @ReimarBauer in #1005
- Merge develop into stable by @ReimarBauer in #1006
New Contributors
- @jroettenbacher made their first contribution in #934
Full Changelog: 3.0.4...4.0.0
MSS 3.0.4
The 3.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 3.0.3.
msui
- fatal error cancelling http auth after add user #949
documentation
- update of MSS update description for new builds #957
other
- fixation for the pallets projects 035eba2
What's Changed
- fixation for the pallets projects by @ReimarBauer in #956
- fixed error message by @ReimarBauer in #962
- improved install/update of MSS by @ReimarBauer in #966
- preparation v3.0.4 by @ReimarBauer in #967
Full Changelog: 3.0.3...3.0.4
MSS 3.0.3
The 3.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 3.0.2.
Security related:
- viewers were able to store attachments within the chat and could undo flightpathes. #944
- omit recording of the token. #946
msui
- Revoke of inactive projects "Your access to project - "None" was revoked" #943
- fetch from server min 2 waypoints required https://github.com/Open-MSS/MSS/issues
- Fatal error when working locally without ~/mss folder #900
- Fatal error in config loader because of invalid character #932 #936
- star / unstar feature on windows 10 (OS) does not always work #896
- Fatal error in case mscolab login data is false #904
- Fatal error on closing stable 3.0.2 MSS #894
- Fatal error on Load Configuration File #892
- gui About: New Features and Changes Link incomplete #887
mswms
- WMS fails in case of using "1" as unit for dimensionless units #889