Releases: zcobell/MetOceanViewer
v2.7.1
v2.7.0
Notice
This update fixes an issue retrieving NOAA CO-OPS station data. All previous versions of MetOceanViewer will not be able to use the NOAA CO-OPS interface.
Installer
WARNING: This update also introduces the Qt Installer framework, which can be used on all platforms. It requires that you manually uninstall previous installations of MetOceanViewer. Mac support no longer included in pre-built binaries since I no longer have a development environment for it. It should be fairly straightforward if someone wants to tackle this task.
v2.6.1
Version 2.6.1 provides the ability to plot the data using the enter key. Other changes are mostly from a coding perspective whereby many pieces of code have been refactored. Finally, a number of bugs were fixed.
Changelog
- Add ability for users to plot selected using Enter key
- Fix crash when USGS server does not correctly return parameter names
- Fix bug when writing .mvs file on Linux
- Fix bug for USGS data when no station is selected but user starts plotting routines
- Create class for session files
- Create class for colors
- Create class for imeds format
- Move legend marker click handling into mov_qchartview
v2.6.0
v2.5.3
v2.5.2
v2.5.1
Version 2.5 is a major rewrite of the code base.
Major Updates Include:
- Removal of QtWebkit and replacement with QtWebEngine to match plan for long term Qt development since QtWebkit will no longer be supported
- Removal of HighCharts javascript plotting and replacement with QtCharts. QtCharts should be able to handle much more data without slowing the code down and causing crashes
- Minor updates to the user interface that include allowing user to select hours/minutes/seconds/days to be added to shift a time series input file
- Added some default colors to be selected when adding time series data to the program
- Added automatic version updating
- Added the ability to select multiple stations when using user defined time series data
v2.5.0-beta.1
This is an beta release of version 2.5. Version 2.5 is a major rewrite of the code base. This version should be used carefully as it may contain bugs.
Major Updates Include:
- Removal of QtWebkit and replacement with QtWebEngine to match plan for long term Qt development since QtWebkit will no longer be supported
- Removal of HighCharts javascript plotting and replacement with QtCharts. QtCharts should be able to handle much more data without slowing the code down and causing crashes
- Minor updates to the user interface that include allowing user to select hours/minutes/seconds/days to be added to shift a time series input file
- Added some default colors to be selected when adding time series data to the program
v2.5.0-alpha.1
This is an alpha release of version 2.5. Version 2.5 is a major rewrite of the code base. This version should be used carefully as it may contain bugs.
Major Updates Include:
- Removal of QtWebkit and replacement with QtWebEngine to match plan for long term Qt development since QtWebkit will no longer be supported
- Removal of HighCharts javascript plotting and replacement with QtCharts. QtCharts should be able to handle much more data without slowing the code down and causing crashes
- Minor updates to the user interface that include allowing user to select hours/minutes/seconds/days to be added to shift a time series input file
- Added some default colors to be selected when adding time series data to the program
v2.2.0
This release accomplishes the following:
- Highcharts has been upgraded to 4.2.1
- Highcharts will now use offline export of SVG graphics
- NOAA interface can now plot predictions and observations on the same plot
- NOAA interface can now plot tidal predictions into the future
- Bugs regarding the use of OpenSSL under MSVC 64bit have been resolved