mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Getting ready for Subsurface 4.7.6
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b641fc8464
commit
d0dcac2971
3 changed files with 18 additions and 19 deletions
13
CHANGELOG.md
13
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.
|
||||
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Reference in a new issue