From 98f1f670c416c2a3d86dcb1640854f954ad34924 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 1 Oct 2022 13:28:49 -0700 Subject: [PATCH] Update README and ReleaseNotes for 5.0.10 Signed-off-by: Dirk Hohndel --- CHANGELOG.md | 10 ---------- README.md | 8 ++++---- ReleaseNotes/ReleaseNotes.txt | 13 +++++++++++++ 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2081d29cc..0f10fb8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,7 @@ mobile: implement paging through dive computers -desktop: remove divesite list from tab-widgets -infobox: show an icon for warnings -import: allow import of divesites without UUID -profile: implement panning of the profile -planner: allow handle manipulation in zoomed in state -divelist: do not include planned versions of a dive if there is real data -desktop: fix key composition in tag widgets and dive site widget -desktop: use combobox for moving sensor between cylinders mobile: send log files as attachments for support emails on iOS mobile: allow cloud account deletion (Apple app store requirement) mobile: fix listing of local cloud cache directories -dive computer support: -- fix Ratio dive computer detection for BLE only devices --- * Always add new entries at the very top of this file above other existing entries and this note. diff --git a/README.md b/README.md index a7ec71ef0..0ac30a1e2 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ ![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2020.04%20/%20Qt%205.12--/badge.svg) ![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2022.04%20/%20Qt%205.15--/badge.svg) -This is the README file for Subsurface 5.0.9 +This is the README file for Subsurface 5.0.10 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 5.0.8 (and earlier versions). +changes since Subsurface 5.0.9 (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.9 (or whatever the last release is) +git checkout v5.0.10 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.9.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.10.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 6a49522b1..a7b5212ec 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,19 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 5.0.10 +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- remove divesite list from tab-widgets +- implement panning of the profile +- infobox: show an icon for warnings +- import: allow import of divesites without UUID +- planner: allow handle manipulation in zoomed in state +- divelist: do not include planned versions of a dive if there is real data +- fix key composition in tag widgets and dive site widget +- use combobox for moving sensor between cylinders +- dive computer support: + - fix Ratio dive computer detection for BLE only devices + New in _Subsurface_ 5.0.9 ~~~~~~~~~~~~~~~~~~~~~~~~~ - filter: normalize unicode code points to base letter (for searching ℓ, etc.)