mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
prepare for Subsurface 5.0 / Subsurface-mobile 3.2 release
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f9569cac7c
commit
289cf3f9c5
4 changed files with 39 additions and 23 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,22 +1,4 @@
|
|||
- core: Take into account PSCR pO2 drop when computing CNS and OTU
|
||||
- planner: allow automatic setpoint changes at specified depths in CCR mode
|
||||
- core: fix OTU und CNS calculations for CCR dives at shallow depths
|
||||
- desktop: make selection of multiple dives reasonable fast
|
||||
- mobile: add GF fields to adjust Buhlmann algorithm parameters for calculated ceiling
|
||||
- undo: save to git after editing weights [#3159]
|
||||
- undo: reset dive-mode on undo of set-point addition
|
||||
- desktop: complete rewrite of the statistics code, significantly expanding capabilities
|
||||
- desktop: add preferences option to disable default cylinder types
|
||||
- mobile: redesigned dive edit experience
|
||||
- mobile: fix broken 'use current location' in dive edit
|
||||
- mobile: add ability to show fundamentally the same statistics as on the desktop
|
||||
- mobile: add settings for DC and calculated ceilings and show calculated ceilings
|
||||
- mobile: switch to newer version of Kirigami
|
||||
- mobile: change the way Kirigami is integrated into Subsurface, linking against static plugin
|
||||
- mobile: change Android build to support aab builds with current NDK and Qt 5.15.2
|
||||
- mobile: change iOS build to be consistent with the Android build and use the same qmake setup
|
||||
- mobile: add location service warning as required by Google Play
|
||||
- mobile: fix manually adding dives in the past [#2971]
|
||||
|
||||
|
||||
---
|
||||
* Always add new entries at the very top of this file above other existing entries and this note.
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||

|
||||

|
||||
|
||||
This is the README file for Subsurface 4.9.10
|
||||
This is the README file for Subsurface 5.0.0
|
||||
|
||||
Please check the `ReleaseNotes.txt` for details about new features and
|
||||
changes since Subsurface 4.9.9 (and earlier versions).
|
||||
changes since Subsurface 4.9.10 (and earlier versions).
|
||||
|
||||
Subsurface can be found at http://subsurface-divelog.org
|
||||
|
||||
|
@ -47,10 +47,10 @@ development version) you can either get this via git or the release tar
|
|||
ball. After cloning run the following command:
|
||||
|
||||
```
|
||||
git checkout v4.9.10 (or whatever the last release is)
|
||||
git checkout v5.0.0 (or whatever the last release is)
|
||||
```
|
||||
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.9.10.tgz
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.0.tgz
|
||||
|
||||
Detailed build instructions can be found in the INSTALL file.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue