diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-05 08:24:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-05 08:24:35 -0700 |
commit | 07366daea56583021adbf27f52e5e8c6c335bfe7 (patch) | |
tree | a6cf4badbba6d7b0425ce2421c8ac30682f92c50 | |
parent | d90f272cb1de95cbb2bba99cd3655e6fd146f4f5 (diff) | |
download | subsurface-07366daea56583021adbf27f52e5e8c6c335bfe7.tar.gz |
Update README and ReleaseNotes for 4.7.8v4.7.8
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CHANGELOG.md | 22 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 24 |
3 files changed, 29 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc393390..e64c1d299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,4 @@ -- Desktop: Add Tags column in dive list view -- Desktop: revert change that inadvertantly broke applying GPS - coordinates to dives -- Map-widget: try to match the zoom level in Google Maps -- Map-widget: improve context menu texts -- Desktop: Fix format of CSV export for dive list and dive profile - (#1157, #1158) -- Dive pictures: Don't load whole file for parsing EXIF data -- Mobile: enable the built-in map widget -- Desktop: Change strategy when to allow to delete a cylinder (#869) -- Desktop/Mobile: Format numbers according to selected Subsurface - language (#1119) -- Add imperial support for UDCF import -- Desktop: combo box with fresh, sea water and EN 13319 in dive planner -- Desktop: Changed "salinity" to "water type" at dive planner and dive info -- New dive computers supported: - - Heinrichs Weikamp OSTC 2 TR - - Scubapro Aladin Sport Matrix, Aladin Square - - Seac Jack - - Shearwater Nerd 2 - - Suunto EON Core + # Always add new entries at the very top of this file above other # existing entries. # Use this layout for new entries: @@ -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.7.7 +This is the README file for Subsurface 4.7.8 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.7.6 (and earlier versions). +changes since Subsurface 4.7.7 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -35,10 +35,10 @@ development version) you can either get this via git or the release tar ball. After cloning run the following command: ``` -git checkout v4.7.7 (or whatever the last release is) +git checkout v4.7.8 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.7.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.8.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 5ca52cd3a..1a801346a 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,30 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 4.7.8 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- Desktop: Add Tags column in dive list view +- Desktop: revert change that inadvertantly broke applying GPS + coordinates to dives +- Desktop: Fix format of CSV export for dive list and dive profile + (#1157, #1158) +- Desktop: Change strategy when to allow to delete a cylinder (#869) +- Desktop/Mobile: Format numbers according to selected Subsurface + language (#1119) +- Desktop: combo box with fresh, sea water and EN 13319 in dive planner +- Desktop: Changed "salinity" to "water type" at dive planner and dive info +- Map-widget: try to match the zoom level in Google Maps +- Map-widget: improve context menu texts +- Dive pictures: Don't load whole file for parsing EXIF data +- Dive log import: Add imperial support for UDCF import +- Mobile: enable the built-in map widget +- New dive computers supported: + - Heinrichs Weikamp OSTC 2 TR + - Scubapro Aladin Sport Matrix, Aladin Square + - Seac Jack + - Shearwater Nerd 2 + - Suunto EON Core + New in _Subsurface_ 4.7.7 ~~~~~~~~~~~~~~~~~~~~~~~~~ - Desktop: Fix bug that alters manually entered dive durations |