mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Match ReleaseNotes and version numbering with reality
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c25ca184ec
commit
89851d1071
2 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
// _Subsurface_ 4.6 Beta 1 Release Notes
|
||||
|
||||
_Subsurface_ 4.6 Beta 1 - September 2016
|
||||
_Subsurface_ 4.6 Beta 1 - October 2016
|
||||
----------------------------------------
|
||||
|
||||
Some of the changes since _Subsurface_ 4.5.6
|
||||
|
@ -18,7 +18,9 @@ Some of the changes since _Subsurface_ 4.5.6
|
|||
- SmartTrack .slg import
|
||||
- Fixes to Divelogs.de import and export
|
||||
- Fixes to UDDF exporter
|
||||
- Small fix to Uemis downloader for yet another corner case
|
||||
- Small fix to Uemis downloader for yet another corner case (Uemis
|
||||
downloader is known to be broken for some users - it is no longer
|
||||
actively maintained)
|
||||
- Improved handling of dive computer events (grouping them into info,
|
||||
warning and alert - best supported on Suunto EON Steel)
|
||||
- Add heatmap visualization of deco tissue loading
|
||||
|
|
|
@ -10,9 +10,9 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p
|
|||
|
||||
setWindowModality(Qt::ApplicationModal);
|
||||
QString versionString(subsurface_git_version());
|
||||
QStringList readableVersions = QStringList() << "4.5.95" << "4.6 Beta 1" <<
|
||||
"4.5.96" << "4.6 Beta 2" <<
|
||||
"4.5.97" << "4.6 Beta 3";
|
||||
QStringList readableVersions = QStringList() << "4.5.95" << "4.6 Beta 0" <<
|
||||
"4.5.96" << "4.6 Beta 1" <<
|
||||
"4.5.97" << "4.6 Beta 2";
|
||||
if (readableVersions.contains(versionString))
|
||||
versionString = readableVersions[readableVersions.indexOf(versionString) + 1];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue