mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
update README and ReleaseNotes for 5.0.3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
834f9b813a
commit
33dc5478d8
3 changed files with 31 additions and 18 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,17 +1,3 @@
|
||||||
- mobile: add ability to edit tags
|
|
||||||
- Correct OTU and CNS calculations for planned bailout
|
|
||||||
- replace dive computer management with a new implementation, this fixes rare cases where
|
|
||||||
Subsurface unnecessarily download already downloaded dives, but also means
|
|
||||||
that some older style dive computer can no longer have nicknames
|
|
||||||
- avoid potential crash when switching divelogs
|
|
||||||
- add GPS fix downloaded from a dive comuter to existing dive site
|
|
||||||
- fix broken curser left/right shortcut for showing multiple dive computers
|
|
||||||
- allow editing the profile for dives imported without samples (via CSV)
|
|
||||||
- fix potential crash (and other errors) importing DL7 dives
|
|
||||||
- add detection for Aladin A2 as BLE dive computer
|
|
||||||
- improve printout scaling for event icons
|
|
||||||
- support exporting unused cylinders to divelogs.de
|
|
||||||
- improve handling of CNS values when combining multiple dive computers
|
|
||||||
|
|
||||||
---
|
---
|
||||||
* Always add new entries at the very top of this file above other existing entries and this note.
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
||||||
|
|
|
@ -11,10 +11,10 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
This is the README file for Subsurface 5.0.2
|
This is the README file for Subsurface 5.0.3
|
||||||
|
|
||||||
Please check the `ReleaseNotes.txt` for details about new features and
|
Please check the `ReleaseNotes.txt` for details about new features and
|
||||||
changes since Subsurface 5.0.1 (and earlier versions).
|
changes since Subsurface 5.0.2 (and earlier versions).
|
||||||
|
|
||||||
Subsurface can be found at http://subsurface-divelog.org
|
Subsurface can be found at http://subsurface-divelog.org
|
||||||
|
|
||||||
|
@ -49,10 +49,10 @@ development version) you can either get this via git or the release tar
|
||||||
ball. After cloning run the following command:
|
ball. After cloning run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
git checkout v5.0.2 (or whatever the last release is)
|
git checkout v5.0.3 (or whatever the last release is)
|
||||||
```
|
```
|
||||||
|
|
||||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.2.tgz
|
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.3.tgz
|
||||||
|
|
||||||
Detailed build instructions can be found in the INSTALL file.
|
Detailed build instructions can be found in the INSTALL file.
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,33 @@
|
||||||
|
|
||||||
= _Subsurface_ Release Notes
|
= _Subsurface_ Release Notes
|
||||||
|
|
||||||
|
New in _Subsurface_ 5.0.3
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
- Correct OTU and CNS calculations for planned bailout
|
||||||
|
- replace dive computer management with a new implementation, this fixes rare cases where
|
||||||
|
Subsurface unnecessarily download already downloaded dives, but also means
|
||||||
|
that some older style dive computer can no longer have nicknames
|
||||||
|
- avoid potential crash when switching divelogs
|
||||||
|
- add GPS fix downloaded from a dive comuter to existing dive site
|
||||||
|
- fix broken curser left/right shortcut for showing multiple dive computers
|
||||||
|
- allow editing the profile for dives imported without samples (via CSV)
|
||||||
|
- fix potential crash (and other errors) importing DL7 dives
|
||||||
|
- add detection for Aladin A2 as BLE dive computer
|
||||||
|
- improve printout scaling for event icons
|
||||||
|
- support exporting unused cylinders to divelogs.de
|
||||||
|
- improve handling of CNS values when combining multiple dive computers
|
||||||
|
|
||||||
|
dive computer support:
|
||||||
|
- add support for Cressi Neon
|
||||||
|
- add support for Sherwood Amphos 2.0
|
||||||
|
- add support for new gas change data from EON Steel with FW 2.5
|
||||||
|
- fix potential crash with Garmin Descent Mk2
|
||||||
|
- fix HW Sport and Mares Genius firmware update
|
||||||
|
- various parser updates:
|
||||||
|
- sporasub depth, salinity and sample rate parsing
|
||||||
|
- Atomics Cobalt atmospheric pressure parsing
|
||||||
|
- unit cleanups (Uwatec, McLean Extreme)
|
||||||
|
|
||||||
New in _Subsurface_ 5.0.2
|
New in _Subsurface_ 5.0.2
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
- desktop: fix removal/editing of bookmarks on the profile
|
- desktop: fix removal/editing of bookmarks on the profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue