diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 13 |
3 files changed, 17 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e120b76a..ef6dcc280 100644 --- a/CHANGELOG.md +++ b/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. * Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]` @@ -1,9 +1,9 @@ # Subsurface [![Build Status](https://travis-ci.org/Subsurface-divelog/subsurface.svg?branch=master)](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 -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 @@ -38,10 +38,10 @@ development version) you can either get this via git or the release tar 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. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 69f5fb49b..37ac61ba5 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,19 @@ = _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 ~~~~~~~~~~~~~~~~~~~~~~~~~ - Windows: add experimental support for BTLE dive computers. |