mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Update README and ReleaseNotes for 4.7.8
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d90f272cb1
commit
07366daea5
3 changed files with 29 additions and 25 deletions
22
CHANGELOG.md
22
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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue