Skip to content

Commit

Permalink
Prepare for tagging 2.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Aug 5, 2014
1 parent 17dda92 commit 9407ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ CONFIG(debug, debug|release) {
} else {
DEFINES += QT_NO_DEBUG
DEFINES += QT_NO_DEBUG_OUTPUT
VER = $$system(git describe --abbrev=1)
#VER = $$system(git describe --abbrev=1)
VER = 2.3.0

# Release binaries with gr bundled
# QMAKE_RPATH & co won't work with origin
Expand Down
6 changes: 3 additions & 3 deletions news.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

2.3.0 TBD...
2.3.0 TReleased August 5, 2014

NEW: Support for setting analog bandwidth of receivers that support it.
NEW: Support for setting analog bandwidth.
NEW: Support for setting gain stages individually.
NEW: Remember visibility status of main toolbar.
NEW: Restore the geometry of the main window between sessions.
Expand All @@ -26,7 +26,7 @@
FIXED: Freeze when switching modes after audio recording.
FIXED: Toggling "ignore limits" changes frequency.
FIXED: Include gqrx.dekstop file.
FIXED: Rename scope.svg to gqrx.svg to avoid name clash with other icons.
FIXED: Rename scope.svg to gqrx.svg to avoid confusion.
IMPROVED: Gqrx can fit on small screens (900x600 pixels).
IMPROVED: Better color gradient for the waterfall.
IMPROVED: FFT presentation at high rates and high sizes.
Expand Down

0 comments on commit 9407ff2

Please sign in to comment.