Skip to content

Commit

Permalink
updates to release v4.1.0 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot authored Apr 24, 2023
1 parent f31edfb commit ea0f191
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 3.1)
project (RTLSDR-Airband CXX)

set (RTL_AIRBAND_VERSION_MAJOR 4)
set (RTL_AIRBAND_VERSION_MINOR 0)
set (RTL_AIRBAND_VERSION_PATCH 3)
set (RTL_AIRBAND_VERSION_MINOR 1)
set (RTL_AIRBAND_VERSION_PATCH 0)
set (RTL_AIRBAND_VERSION "${RTL_AIRBAND_VERSION_MAJOR}.${RTL_AIRBAND_VERSION_MINOR}.${RTL_AIRBAND_VERSION_PATCH}")

set (CMAKE_CXX_STANDARD 11)
Expand Down
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# NEWS

Version 4.1.0 (April 23, 2023):

* Changes in this release:
* Add `channel_dbfs_noise_level` and `channel_dbfs_signal_level` to the stats file, see [#355](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/355)
* Add squelch support for CTCSS, add `channel_ctcss_counter` and `channel_no_ctcss_counter` to the stats file, see [#368](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/368)
* Support `ampfactor` on a per-channel basis (in addition to mixer inputs), see [#369](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/369)
* Fix config error messages, see [#371](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/371)
* Multiple CI / workflow improvements, including:
* Addition of Dockerfiles and shell scripts for multiple build environments
* Addition of vscode devcontainer configuration
* Addition of gtest, code refactoring, addition of unit tests, running unit tests on each pull request
* Running more combinations of OSs, build types, and build options on each pull request

Version 4.0.3 (Jan 10, 2023):

* Changes in this release:
Expand All @@ -12,7 +26,6 @@ Version 4.0.3 (Jan 10, 2023):
* Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband
* Default branch / Top of Tree has been renamed to `main`


Version 4.0.2 (Dec 26, 2021):

* Added a new `PLATFORM` value `default` (which, as the name says, is the new
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info**

**Current stable release: [4.0.3](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released January 10, 2023)
**Current stable release: [4.1.0](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released April 23, 2023)

|`main`|`unstable`|
|:---:|:---:|
Expand Down

0 comments on commit ea0f191

Please sign in to comment.