diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-03-31 09:06:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-03-31 09:07:01 -0700 |
commit | faf349bbdae988de17f095ecde6573928aaaaeb8 (patch) | |
tree | 371467075f035bf077b0b1fb9c20ca397a9311fd /README.md | |
parent | 991d1bdf191cfd36a7023346052ba0f1f49bc6ba (diff) | |
download | subsurface-faf349bbdae988de17f095ecde6573928aaaaeb8.tar.gz |
prepare for 5.0.1
Update README and ReleaseNotes.
Also remove outdated workflow badge, add a couple new one, and hack around a
rendering issue where the last character of longer workflow names gets
overwritten by the status - which resulted in the arguably most important info
(which Qt version) being hidden.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -1,18 +1,20 @@ -# Subsurface +# Subsurface ![Build Status](https://github.com/subsurface/subsurface/workflows/Windows/badge.svg) -![Build Status](https://github.com/subsurface/subsurface/workflows/Mac/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/Mac/badge.svg) ![Build Status](https://github.com/subsurface/subsurface/workflows/iOS/badge.svg) ![Build Status](https://github.com/subsurface/subsurface/workflows/Android/badge.svg) -![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2014.04%20/%20Qt%205.12%20for%20AppImage/badge.svg) -![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2018.04%20/%20Qt%205.9/badge.svg) -![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2019.10%20/%20Qt%205.12/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/Linux%20Snap/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2014.04%20/%20Qt%205.12%20for%20AppImage--/badge.svg) +![Build Status](https://github.com/subsurface/subsurface/workflows/Ubuntu%2018.04%20/%20Qt%205.9--/badge.svg) +![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.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. |