Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed May 19, 2022
1 parent 01dc1a9 commit d8034f3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (7.0.1-1) unstable; urgency=medium

* Added ability to build a package for MacOS. PR #1249
* Warn if OpenGL is < 2.1, rather than 3.0, as it runs fine with 2.1. PR #1249
* Added 3 term Blackman and 7 term Blackman-Harris FFT windows
* SSB Demod: added control of FFT filter window. Part of #1224
* SSB Demod: implement switchable filter bank. Part of #1224
* Main Window: create empty workspace if none in default configuration. Part of #1250
* Save/restore auto-stack function in workspaces. Part of #1250
* Fixed ButtonSwitch background color with stylesheets

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 19 May 2022 26:02:31 +0200

sdrangel (7.0.0-1) unstable; urgency=medium

* New top level UI released
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "0")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (7.0.1-1) unstable; urgency=medium

* Added ability to build a package for MacOS. PR #1249
* Warn if OpenGL is < 2.1, rather than 3.0, as it runs fine with 2.1. PR #1249
* Added 3 term Blackman and 7 term Blackman-Harris FFT windows
* SSB Demod: added control of FFT filter window. Part of #1224
* SSB Demod: implement switchable filter bank. Part of #1224
* Main Window: create empty workspace if none in default configuration. Part of #1250
* Save/restore auto-stack function in workspaces. Part of #1250
* Fixed ButtonSwitch background color with stylesheets

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 19 May 2022 26:02:31 +0200

sdrangel (7.0.0-1) unstable; urgency=medium

* New top level UI released
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodchirpchat/chirpchatplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = {
ChirpChatDemod::m_channelId,
QStringLiteral("ChirpChat Demodulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.0.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodssb/ssbplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
SSBDemod::m_channelId,
QStringLiteral("SSB Demodulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.0.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit d8034f3

Please sign in to comment.