Skip to content

Commit

Permalink
bump gwc version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisterH committed May 28, 2021
1 parent fab3477 commit 0b12b57
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ GWC Changelog

KNOWN ISSUE: GWC fails to open wav files with metadata; refer to the README for details.

0.22-05
May 28, 2021
BUGFIX: fix various obscure bugs, crashes and failures, notably several related to batch mode.
BUGFIX: fix various bugs, crashes and failures in gwcbatch, particularly for filenames including spaces, and file extensions other than .wav (which were previously overwritten without creating a backup)
NEW: implement drag-and-drop to open a file
NEW: allow to select audio during playback (this was possible in earlier versions but the ability was lost)
NEW: allow zoom actions to stop playback
CODE: minor ui and code improvements
CODE: fix compile failure with gcc10
DOC: minor doc improvements; implement --help

0.22-04
April 16, 2019
This release is mostly fixes and improvements for osx packaging.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([Gtk Wave Cleaner], [0.22-04], [http://gwc.sourceforge.net])
AC_INIT([Gtk Wave Cleaner], [0.22-05], [http://gwc.sourceforge.net])
AM_INIT_AUTOMAKE([1.12 foreign no-define tar-ustar])

PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.0,
Expand Down
2 changes: 1 addition & 1 deletion contrib/gwc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPEC file for Gnome Wave Cleaner
#
%define gwc_version 0.22
%define gwc_subversion 04
%define gwc_subversion 05

Name: gtk-wave-cleaner
Summary: Gtk Wave Cleaner -- audio restoration application
Expand Down
2 changes: 1 addition & 1 deletion gwc.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#define GWC_VERSION_MAJOR 0
#define GWC_VERSION_MINOR 22
#define VERSION "0.22-04"
#define VERSION "0.22-05"
#define GWC_POINT_HANDLE 0x01
#define SBW 128 /* Sample Block Width, the number of audio samples summarized in one block */
#define PROGRESS_UPDATE_INTERVAL 0.5 /* update status bar every 1/2 second on long edit operations */
Expand Down
2 changes: 1 addition & 1 deletion osx_packaging/Gtk Wave Cleaner.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.22.0</string>
<string>0.22.05</string>
</dict>
</plist>

0 comments on commit 0b12b57

Please sign in to comment.