prepare for 5.0.8 release

I forgot to clean up the CHANGELOG file for the previous release, and some of
the commits in this release were missing CHANGELOG entries.

This should make sense now.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-03-27 17:41:18 -07:00
parent fe53644150
commit f1c1e0ccee
3 changed files with 11 additions and 17 deletions

View file

@ -1,16 +1,3 @@
- core: add support for separator characters when using degree-style coordinates
- profile: include profile editing in undo system
- mobile: Add a dark theme for statistics
- core: avoid crash with corrupted cloud storage
- mobile: fix profile scaling issue on high DPR devices
- mobile: bring back profile icons
- mobile/Android: add logfiles as attachment to support emails
- planner: make ESC (cancel plan) work when moving handles
- dive list: make dive guide visible in dive list [#3382]
- general: rename dive master to dive guide
- desktop: Don't lose cursor position in notes when switching between windows [#3369]
- Uemis support: fix the ability disconnect/reconnect the Zurich when its filesystem is full
- libdivecomputer: add support for latest BLE hardware in OSTC dive computers
---
* Always add new entries at the very top of this file above other existing entries and this note.

View file

@ -11,10 +11,10 @@
![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2020.10%20/%20Qt%205.14--/badge.svg)
![Build Status](https://github.com/subsurface/subsurface/workflows/openSUSE/Tumbleweed%20/%20Qt%20latest--/badge.svg)
This is the README file for Subsurface 5.0.7
This is the README file for Subsurface 5.0.8
Please check the `ReleaseNotes.txt` for details about new features and
changes since Subsurface 5.0.6 (and earlier versions).
changes since Subsurface 5.0.7 (and earlier versions).
Subsurface can be found at http://subsurface-divelog.org
@ -49,10 +49,10 @@ development version) you can either get this via git or the release tar
ball. After cloning run the following command:
```
git checkout v5.0.7 (or whatever the last release is)
git checkout v5.0.8 (or whatever the last release is)
```
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.7.tgz
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.8.tgz
Detailed build instructions can be found in the INSTALL file.

View file

@ -2,6 +2,13 @@
= _Subsurface_ Release Notes
New in _Subsurface_ 5.0.8
~~~~~~~~~~~~~~~~~~~~~~~~~
- core: add support for separator characters when using degree-style coordinates
- profile: plot sensor data from other dive computer if available
- build-system: fix packaging errors that prevented maps from being shown on Windows and macOS
- translations: fall back to related translations (before falling back to US English)
New in _Subsurface_ 5.0.7
~~~~~~~~~~~~~~~~~~~~~~~~~
- profile: include profile editing in undo system