v0.2.0-prerelease-1 cleanup, adding sponsor buttons

This commit is contained in:
Dan Paulat 2023-05-30 23:47:18 -05:00
parent 287903f180
commit 869dee8288
4 changed files with 8 additions and 2 deletions

1
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1 @@
github: dpaulat

View file

@ -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
--------

View file

@ -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)

View file

@ -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+