mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Prepare README and ReleaseNotes for 4.8.1
And clear out CHANGELOG. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
396f85d0f4
commit
b2422f8856
3 changed files with 17 additions and 13 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,12 +1,4 @@
|
|||
- Planner: fix bug in dive mode drop-down and planner notes
|
||||
- Mac: fix crashes when opening the user manual or connecting to Facebook [#1471]
|
||||
- BLE support: fix recognition of Heinrich Weikamp OSTC 2 and OSTC Plus
|
||||
- BT support: fix downloading / configuring some OSTC models [#1474]
|
||||
- Cloud storage: fix potential issue with credentials on Linux [#1346]
|
||||
- Profile: Context menu entry to manually split a dive
|
||||
- Dive media: support addition of videos
|
||||
- Dive media: locate moved files based on filename and path
|
||||
- Mobile/iOS: fix missing translations
|
||||
|
||||
---
|
||||
* 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
|
||||
This is the README file for Subsurface 4.8.1
|
||||
|
||||
Please check the `ReleaseNotes.txt` for details about new features and
|
||||
changes since Subsurface 4.7.8 (and earlier versions).
|
||||
changes since Subsurface 4.8 (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.0 (or whatever the last release is)
|
||||
git checkout v4.8.1 (or whatever the last release is)
|
||||
```
|
||||
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.0.tgz
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.1.tgz
|
||||
|
||||
Detailed build instructions can be found in the INSTALL file.
|
||||
|
||||
|
|
|
@ -2,6 +2,18 @@
|
|||
|
||||
= _Subsurface_ Release Notes
|
||||
|
||||
New in _Subsurface_ 4.8.1
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- Mac: fix crashes when opening the user manual or connecting to Facebook [#1471]
|
||||
- BLE support: fix recognition of Heinrich Weikamp OSTC 2 and OSTC Plus
|
||||
- BT support: fix downloading / configuring some OSTC models [#1474]
|
||||
- Cloud storage: fix potential issue with credentials on Linux [#1346]
|
||||
- Profile: Context menu entry to manually split a dive
|
||||
- Dive media: support addition of videos
|
||||
- Dive media: locate moved files based on filename and path
|
||||
- Planner: fix bug in dive mode drop-down and planner notes
|
||||
- Mobile/iOS: fix missing translations
|
||||
|
||||
New in _Subsurface_ 4.8
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue