diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:05:25 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:07:24 -0700 |
commit | 289cf3f9c5e7bd1882690b93d83b0c49e35883ba (patch) | |
tree | a50a1614b0e642584fdf46e2295f33e7e6fa4c3f /ReleaseNotes | |
parent | f9569cac7cf608e2a2df2fe0bb54e0a385d3c7ca (diff) | |
download | subsurface-289cf3f9c5e7bd1882690b93d83b0c49e35883ba.tar.gz |
prepare for Subsurface 5.0 / Subsurface-mobile 3.2 release
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes/MobileReleaseNotes.txt | 18 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 16 |
2 files changed, 34 insertions, 0 deletions
diff --git a/ReleaseNotes/MobileReleaseNotes.txt b/ReleaseNotes/MobileReleaseNotes.txt index 53ae207ea..79a4b2ba9 100644 --- a/ReleaseNotes/MobileReleaseNotes.txt +++ b/ReleaseNotes/MobileReleaseNotes.txt @@ -1,5 +1,23 @@ = _Subsurface-mobile_ Release Notes +New in Subsurface-mobile 3.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- add GF fields to adjust Buhlmann algorithm parameters for calculated ceiling +- redesigned dive edit experience +- fix broken 'use current location' in dive edit +- add ability to show fundamentally the same statistics as on the desktop +- add settings for DC and calculated ceilings and show calculated ceilings +- switch to newer version of Kirigami +- change the way Kirigami is integrated into Subsurface, linking against static plugin +- change Android build to support aab builds with current NDK and Qt 5.15.2 +- change iOS build to be consistent with the Android build and use the same qmake setup +- add location service warning as required by Google Play +- fix manually adding dives in the past [#2971] + +Previous Release Notes +~~~~~~~~~~~~~~~~~~~~~~ + _Subsurface-mobile_ is the mobile version of _Subsurface_, advanced dive logging software with extensive infrastructure to display, organize, and interpret scuba and free dives. _Subsurface-mobile_ is available for Android and iOS. It is open-source software (in simple terms diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 37f759eba..bf9e95186 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,22 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 5.0.0 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- desktop: complete rewrite of the statistics code, significantly expanding capabilities +- desktop: add preferences option to disable default cylinder types +- desktop: make selection of multiple dives reasonable fast +- planner: allow automatic setpoint changes at specified depths in CCR mode +- core: Take into account PSCR pO2 drop when computing CNS and OTU +- core: fix OTU und CNS calculations for CCR dives at shallow depths +- undo: save to git after editing weights [#3159] +- undo: reset dive-mode on undo of set-point addition + +dive computer support: +- add Mares Horizon support +- add Sherwood Sage support +- add support for Ratio 2021 models + New in _Subsurface_ 4.9.10 ~~~~~~~~~~~~~~~~~~~~~~~~~~ - core: fix missing GPS coordinate strings in the UI |