mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update to version 4.8.5
And cleanup (partially incorrect, due to cherry-picking) CHANGELOG. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2b9da3504b
commit
a6e0cb79d1
3 changed files with 17 additions and 14 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,13 +1,3 @@
|
||||||
- Shearwater import: add suppport for importing Shearwater Cloud logs
|
|
||||||
- Core, Mobile: all controller states other than powered off are valid [#1903]
|
|
||||||
- Core: shift dive time in correct direction [#1893]
|
|
||||||
- Include average max depth in statistics
|
|
||||||
- Fix bug in cloud save after removing dives from a trip
|
|
||||||
- Dive: Perform more accurate OTU calculations, and include
|
|
||||||
OTU calculations for rebreather dives [#1851 & #1865].
|
|
||||||
- Mobile: UI for copy-paste
|
|
||||||
- Mobile: add initial copy-paste support
|
|
||||||
- Desktop: translate trip date
|
|
||||||
---
|
---
|
||||||
* 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.
|
||||||
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
# Subsurface [](https://travis-ci.org/Subsurface-divelog/subsurface)
|
# Subsurface [](https://travis-ci.org/Subsurface-divelog/subsurface)
|
||||||
|
|
||||||
This is the README file for Subsurface 4.8.4
|
This is the README file for Subsurface 4.8.5
|
||||||
|
|
||||||
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 4.8.3 (and earlier versions).
|
changes since Subsurface 4.8.4 (and earlier versions).
|
||||||
|
|
||||||
Subsurface can be found at http://subsurface-divelog.org
|
Subsurface can be found at http://subsurface-divelog.org
|
||||||
|
|
||||||
|
|
@ -38,10 +38,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 v4.8.4 (or whatever the last release is)
|
git checkout v4.8.5 (or whatever the last release is)
|
||||||
```
|
```
|
||||||
|
|
||||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.4.tgz
|
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.5.tgz
|
||||||
|
|
||||||
Detailed build instructions can be found in the INSTALL file.
|
Detailed build instructions can be found in the INSTALL file.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
= _Subsurface_ Release Notes
|
= _Subsurface_ Release Notes
|
||||||
|
|
||||||
|
New in _Subsurface_ 4.8.5
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
- Shearwater import: add suppport for importing Shearwater Cloud logs
|
||||||
|
- Core, Mobile: all controller states other than powered off are valid [#1903]
|
||||||
|
- Core: shift dive time in correct direction [#1893]
|
||||||
|
- Desktop: translate trip date
|
||||||
|
- Dive computer support:
|
||||||
|
- Fix support for Shearwater Teric with firmware v11
|
||||||
|
- Add support for Oceanic Pro Plus X over BLE
|
||||||
|
- Add support for the Cressi Goa and Cartesio
|
||||||
|
- Add support for the Ratio iDive Color series
|
||||||
|
- Add support for the Aqualung i300C
|
||||||
|
|
||||||
New in _Subsurface_ 4.8.4
|
New in _Subsurface_ 4.8.4
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
- Windows: add experimental support for BTLE dive computers.
|
- Windows: add experimental support for BTLE dive computers.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue