diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-28 20:34:02 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-28 20:34:02 -0800 |
commit | d0dcac297106f5eee75209941ad1c3c500d141be (patch) | |
tree | 78b2ba600da6cfecf43d45763340a474649bb777 | |
parent | b641fc8464ba8b4b6af39354f998ad24e5aba5b4 (diff) | |
download | subsurface-d0dcac297106f5eee75209941ad1c3c500d141be.tar.gz |
Getting ready for Subsurface 4.7.6
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 16 |
3 files changed, 18 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a6fe4d4..97356201d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1 @@ -- Do not introduce any more 1/1/1970 GPS fixes (#567) -- desktop: Add negation button to filter lists (#435) -- desktop: Add select all/select none/invert selection context menu to filter lists -- Fix dive site merging for cloud (and local git storage) users. (#939) -- desktop: Add variable zoom-levels for the dive photos tab (#898) -- mobile: Faulty navigation after aborted dive edit (#932) -- improve planner performance -- mobile: fixed weird navigation problem after dive edit (#875) -- mobile: improves button handling on download screen (issue #895) -- Show all pictures of a selected trip in the pictures tab -- Add detection of new libdivecomputer divemode DC_DIVEMODE_SCR for semi-closed rebreathers -- Write profile images to correct directory in TeX export +- Add changes after 4.7.6 above this line @@ -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.5 +This is the README file for Subsurface 4.7.6 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.7.4 (and earlier versions). +changes since Subsurface 4.7.5 (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.5 (or whatever the last release is) +git checkout v4.7.6 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.5.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.7.6.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index a75ab89ff..642c09731 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,11 +2,21 @@ = _Subsurface_ Release Notes -_Subsurface_ 4.7.6 - Month dd, 2017 +New in _Subsurface_ 4.7.6 ~~~~~~~~~~~~~~~~~~~~~~~~~ -During the development cycle, changes are collected in CHANGELOG.md - +- Do not introduce any more 1/1/1970 GPS fixes (#567) +- Add negation button to filter lists (#435) +- Add select all/select none/invert selection context menu to filter lists +- Fix dive site merging for cloud (and local git storage) users. (#939) +- Add variable zoom-levels for the dive photos tab (#898) +- Improve planner performance +- Show all pictures of a selected trip in the pictures tab +- Add detection of new libdivecomputer divemode DC_DIVEMODE_SCR for semi-closed rebreathers +- Write profile images to correct directory in TeX export +- mobile: Faulty navigation after aborted dive edit (#932) +- mobile: fixed weird navigation problem after dive edit (#875) +- mobile: improves button handling on download screen (issue #895) New in _Subsurface_ 4.7.5 ~~~~~~~~~~~~~~~~~~~~~~~~~ |