From 869dee82888328a7103bd7147782ed4f5d4824cf Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Tue, 30 May 2023 23:47:18 -0500 Subject: [PATCH] v0.2.0-prerelease-1 cleanup, adding sponsor buttons --- .github/FUNDING.yml | 1 + ACKNOWLEDGEMENTS.md | 1 + CMakeLists.txt | 2 +- README.md | 6 +++++- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..5f5c7bdd --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: dpaulat diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index 889246f4..b5a5b93a 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -57,6 +57,7 @@ Supercell Wx uses assets from the following sources: | ------ | ------- | ----- | | [Font Awesome Free](https://fontawesome.com/) | CC BY 4.0 License | | [NOAA's Weather and Climate Toolkit](https://www.ncdc.noaa.gov/wct/) | Public Domain | Default Color Tables | +| [Supercell thunderstorm with dramatic clouds](https://www.shutterstock.com/image-photo/supercell-thunderstorm-dramatic-clouds-1354353521) | Shutterstock Standard License | Photo by John Sirlin Services -------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 62bdd8a1..15447df3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ conan_basic_setup(TARGETS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB") set(SCWX_DIR ${PROJECT_SOURCE_DIR}) -set(SCWX_VERSION "0.1.2") +set(SCWX_VERSION "0.2.0-prerelease-1") add_subdirectory(external) add_subdirectory(wxdata) diff --git a/README.md b/README.md index 9c85fbcb..7692d199 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![CI](https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/dpaulat/supercell-wx/actions/workflows/ci.yml) [![Documentation Status](https://readthedocs.org/projects/supercell-wx/badge/?version=latest)](https://supercell-wx.readthedocs.io/en/latest/?badge=latest) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=flat&logo=discord&logoColor=white&labelColor=%235865f2)](https://discord.gg/vFMV76brwU) +[![GitHub Sponsor](https://img.shields.io/github/sponsors/dpaulat?label=Sponsor&logo=GitHub)](https://github.com/sponsors/dpaulat) Supercell Wx is a free, open source application to visualize live NEXRAD Level 2 and Level 3 data, and severe weather alerts. It displays continuously updating @@ -18,6 +19,9 @@ Supercell Wx supports the following 64-bit operating systems: - Windows 10 (1809 or later) - Windows 11 - Linux - - Ubuntu 22.04+ + - EndeavourOS - Fedora Linux 34+ + - openSUSE Tumbleweed + - SteamOS (Steam Deck) + - Ubuntu 22.04+ - Most distributions supporting the GCC Standard C++ Library 11+