diff options
-rw-r--r-- | .github/workflows/linux-bionic-5.9.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-focal-5.12.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-groovy-5.14.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-tumbleweed-qt-latest.yml | 2 | ||||
-rw-r--r-- | README.md | 20 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 5 |
7 files changed, 21 insertions, 14 deletions
diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index 9c845772a..ce6a608f7 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -1,4 +1,4 @@ -name: Ubuntu 18.04 / Qt 5.9 +name: Ubuntu 18.04 / Qt 5.9-- on: push: branches: diff --git a/.github/workflows/linux-focal-5.12.yml b/.github/workflows/linux-focal-5.12.yml index f43af2b29..612e18ebf 100644 --- a/.github/workflows/linux-focal-5.12.yml +++ b/.github/workflows/linux-focal-5.12.yml @@ -1,4 +1,4 @@ -name: Ubuntu 20.04 / Qt 5.12 +name: Ubuntu 20.04 / Qt 5.12-- on: push: branches: diff --git a/.github/workflows/linux-groovy-5.14.yml b/.github/workflows/linux-groovy-5.14.yml index ce13a4287..3f1c947ff 100644 --- a/.github/workflows/linux-groovy-5.14.yml +++ b/.github/workflows/linux-groovy-5.14.yml @@ -1,4 +1,4 @@ -name: Ubuntu 20.10 / Qt 5.14 +name: Ubuntu 20.10 / Qt 5.14-- on: push: branches: diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index 0aa822dfd..93dc456c5 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -1,4 +1,4 @@ -name: Ubuntu 14.04 / Qt 5.12 for AppImage +name: Ubuntu 14.04 / Qt 5.12 for AppImage-- on: push: branches: diff --git a/.github/workflows/linux-tumbleweed-qt-latest.yml b/.github/workflows/linux-tumbleweed-qt-latest.yml index a533412b5..edda42c7d 100644 --- a/.github/workflows/linux-tumbleweed-qt-latest.yml +++ b/.github/workflows/linux-tumbleweed-qt-latest.yml @@ -1,4 +1,4 @@ -name: openSUSE/Tumbleweed / Qt latest +name: openSUSE/Tumbleweed / Qt latest-- on: push: branches: @@ -1,18 +1,20 @@ -# Subsurface +# Subsurface  - +   - - - + + + + + -This is the README file for Subsurface 5.0.0 +This is the README file for Subsurface 5.0.1 Please check the `ReleaseNotes.txt` for details about new features and -changes since Subsurface 4.9.10 (and earlier versions). +changes since Subsurface 5.0 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -47,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.0 (or whatever the last release is) +git checkout v5.0.1 (or whatever the last release is) ``` -or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.0.tgz +or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-5.0.1.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index bf9e95186..2fb892fb1 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -2,6 +2,11 @@ = _Subsurface_ Release Notes +New in _Subsurface_ 5.0.1 +~~~~~~~~~~~~~~~~~~~~~~~~~ +- fix Windows crash when changing log file +- fix incorrect SAC coloring in profile + New in _Subsurface_ 5.0.0 ~~~~~~~~~~~~~~~~~~~~~~~~~ - desktop: complete rewrite of the statistics code, significantly expanding capabilities |