diff --git a/NEWS b/NEWS index c84722c..af62ff3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Spek 0.3 - Released 2010-05-17 +Spek 0.4 - Released 2010-05-21 ============================== Spek is an acoustic spectrum analyser written in Vala. @@ -7,9 +7,10 @@ Spek is available on GNU/Linux and Windows. Find out more about Spek on its website: http://spek-project.org/ -Version 0.3 brings the following features and fixes: +Version 0.4 brings the following features and fixes: -* 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 + * Associate with audio files ("Open with..." menu in file managers) + * Show the name of the open file in the window title + * Support 24-bit FLACs + * Drag and Drop support + * Show file name and its properties in the window diff --git a/configure.ac b/configure.ac index 4f2e330..af007d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([spek], [0.3]) +AC_INIT([spek], [0.4]) AC_CONFIG_SRCDIR([src/spek.vala]) AC_CONFIG_HEADERS([config.h]) diff --git a/web/index.html b/web/index.html index 2e5cc01..107efef 100644 --- a/web/index.html +++ b/web/index.html @@ -36,13 +36,13 @@
Spek 0.3 for Windows (x86 MSI installer, 17.1 MiB)
-Spek 0.3 for GNU/Linux (source code tar.bz2, 192 KiB)
+Spek 0.4 for Windows (x86 MSI installer, 17.1 MiB)
+Spek 0.4 for GNU/Linux (source code tar.bz2, 192 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.3.tar.bz2 -$ cd spek-0.3 +$ tar -xjvf spek-0.4.tar.bz2 +$ cd spek-0.4 $ ./configure $ make $ src/spek @@ -53,6 +53,7 @@News
+
- 2010-05-21: Spek 0.4 Released
- 2010-05-17: Spek 0.3 Released
- 2010-05-15: Spek 0.2 - now works in Windows
- 2010-05-10: Introducing Spek
diff --git a/win/spek.wxs b/win/spek.wxs index 51b63bb..bc7dc80 100644 --- a/win/spek.wxs +++ b/win/spek.wxs @@ -1,7 +1,7 @@ - +