mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update README and ReleaseNotes for 5.0.4
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
afdfccd274
commit
9c900415f3
3 changed files with 13 additions and 8 deletions
|
@ -1,7 +1,3 @@
|
|||
planner: fix a bug setting the MND for gasmix with 21% oxygen
|
||||
mobile: remove support for acquiring fine grain location / GPS
|
||||
mobile: Add support for rich text when displaying dive notes
|
||||
core: fix off-by-one causing incorrect profile display #3184
|
||||
---
|
||||
* Always add new entries at the very top of this file above other existing entries and this note.
|
||||
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||

|
||||

|
||||
|
||||
This is the README file for Subsurface 5.0.3
|
||||
This is the README file for Subsurface 5.0.4
|
||||
|
||||
Please check the `ReleaseNotes.txt` for details about new features and
|
||||
changes since Subsurface 5.0.2 (and earlier versions).
|
||||
changes since Subsurface 5.0.3 (and earlier versions).
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
git checkout v5.0.3 (or whatever the last release is)
|
||||
git checkout v5.0.4 (or whatever the last release is)
|
||||
```
|
||||
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.3.tgz
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.4.tgz
|
||||
|
||||
Detailed build instructions can be found in the INSTALL file.
|
||||
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
|
||||
= _Subsurface_ Release Notes
|
||||
|
||||
New in _Subsurface_ 5.0.4
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- desktop: fix potential crash when selecting multiple dives marked invalid
|
||||
- picture import: better support for large time stamp deltas
|
||||
- planner: fix a bug setting the MND for gasmix with 21% oxygen
|
||||
- core: fix off-by-one causing incorrect profile display #3184
|
||||
- core: due to a bug in 5.0.3 certain dive logs were incorrectly stored and couldn't subsequently be read back
|
||||
- core: fix potential crashes with very complex XML files
|
||||
|
||||
New in _Subsurface_ 5.0.3
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- Correct OTU and CNS calculations for planned bailout
|
||||
|
|
Loading…
Add table
Reference in a new issue