diff --git a/NEWS b/NEWS index 3a1027d..c84722c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Spek 0.2 - Released 2010-05-13 +Spek 0.3 - Released 2010-05-17 ============================== Spek is an acoustic spectrum analyser written in Vala. @@ -7,8 +7,9 @@ Spek is available on GNU/Linux and Windows. Find out more about Spek on its website: http://spek-project.org/ -Version 0.2 brings the following features and fixes: +Version 0.3 brings the following features and fixes: -* Windows installer -* Fix build on Fedora 13 -* Fix default icon +* Horizontal (time) and vertical (frequency) auto-adjustable rulers +* Parse command line arguments, show the version when --version is passed +* Open the file passed as an argument +* Fix a crash when the window width becomes very small diff --git a/configure.ac b/configure.ac index a788b84..4f2e330 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([spek], [0.2]) +AC_INIT([spek], [0.3]) AC_CONFIG_SRCDIR([src/spek.vala]) AC_CONFIG_HEADERS([config.h]) diff --git a/data/spek.desktop.in.in b/data/spek.desktop.in.in index 2bd3702..958ccc4 100644 --- a/data/spek.desktop.in.in +++ b/data/spek.desktop.in.in @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=0.2 +Version=0.3 _Name=Spek _GenericName=Spectrum Analyser _Comment=View spectrograms of your audio files diff --git a/web/index.html b/web/index.html index 8ac26ec..675baf2 100644 --- a/web/index.html +++ b/web/index.html @@ -36,13 +36,13 @@
Spek 0.2 for Windows (x86 MSI installer, 17.1 MiB)
-Spek 0.2 for GNU/Linux (source code tar.bz2, 188 KiB)
+Spek 0.3 for Windows (x86 MSI installer, 17.1 MiB)
+Spek 0.3 for GNU/Linux (source code tar.bz2, 188 KiB)
To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.
To build and run on GNU/Linux:
-$ tar -xjvf spek-0.2.tar.bz2 -$ cd spek-0.2 +$ tar -xjvf spek-0.3.tar.bz2 +$ cd spek-0.3 $ ./configure $ make $ src/spek @@ -53,6 +53,7 @@News
+
@@ -61,10 +62,10 @@- 2010-05-17: Spek 0.3 Released
- 2010-05-15: Spek 0.2 - now works in Windows
- 2010-05-10: Introducing Spek
Features planned for the 1.0 release:
diff --git a/win/spek.wxs b/win/spek.wxs index 4e06f1f..8b1d592 100644 --- a/win/spek.wxs +++ b/win/spek.wxs @@ -1,7 +1,7 @@ - +
- -
Windows port- Time and frequency rulers
+Time and frequency rulers- Zoom and horizontal scroll
- Adjust spectral density range (dB)
-- Open and associate with audio files
+Open andassociate with audio files- Use multiple threads to speed up analysis