mirror of
https://github.com/alexkay/spek.git
synced 2025-04-22 03:10:29 +03:00
Update for 0.3 release
This commit is contained in:
parent
24d4da8796
commit
33707dc85e
11
NEWS
11
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
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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
|
||||
|
@ -36,13 +36,13 @@
|
||||
</table>
|
||||
|
||||
<h2>Download</h2>
|
||||
<p><a href="http://spek.googlecode.com/files/spek-0.2.msi">Spek 0.2 for Windows</a> (x86 MSI installer, 17.1 MiB)</p>
|
||||
<p><a href="http://spek.googlecode.com/files/spek-0.2.tar.bz2">Spek 0.2 for GNU/Linux</a> (source code tar.bz2, 188 KiB)</p>
|
||||
<p><a href="http://spek.googlecode.com/files/spek-0.3.msi">Spek 0.3 for Windows</a> (x86 MSI installer, 17.1 MiB)</p>
|
||||
<p><a href="http://spek.googlecode.com/files/spek-0.3.tar.bz2">Spek 0.3 for GNU/Linux</a> (source code tar.bz2, 188 KiB)</p>
|
||||
<p>To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.</p>
|
||||
<p>To build and run on GNU/Linux:</p>
|
||||
<!-- HTML generated using hilite.me -->
|
||||
<div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.2.tar.bz2
|
||||
<span style="color: #906030">$ </span>cd spek-0.2
|
||||
<div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.3.tar.bz2
|
||||
<span style="color: #906030">$ </span>cd spek-0.3
|
||||
<span style="color: #906030">$ </span>./configure
|
||||
<span style="color: #906030">$ </span>make
|
||||
<span style="color: #906030">$ </span>src/spek
|
||||
@ -53,6 +53,7 @@
|
||||
|
||||
<h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2>
|
||||
<ul>
|
||||
<li>2010-05-17: Spek 0.3 Released</li>
|
||||
<li>2010-05-15: <a href="http://versia.com/2010/05/15/spek-windows/">Spek 0.2 - now works in Windows</a></li>
|
||||
<li>2010-05-10: <a href="http://versia.com/2010/05/10/introducing-spek/">Introducing Spek</a></li>
|
||||
</ul>
|
||||
@ -61,10 +62,10 @@
|
||||
<p>Features planned for the 1.0 release:</p>
|
||||
<ul>
|
||||
<li><del>Windows port</del></li>
|
||||
<li>Time and frequency rulers</li>
|
||||
<li><del>Time and frequency rulers</del></li>
|
||||
<li>Zoom and horizontal scroll</li>
|
||||
<li>Adjust spectral density range (dB)</li>
|
||||
<li>Open and associate with audio files</li>
|
||||
<li><del>Open and</del> associate with audio files</li>
|
||||
<li>Use multiple threads to speed up analysis</li>
|
||||
</ul>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?define ProductName = "Spek" ?>
|
||||
<?define Manufacturer = "Spek Project" ?>
|
||||
<?define ProductVersion = "0.2.0" ?>
|
||||
<?define ProductVersion = "0.3.0" ?>
|
||||
<?define UpgradeCode = "46D51DDF-5749-45E2-818B-1ACADF21C0D9" ?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Product Id="A27320AE-35AA-46D0-9CA3-E14EBF42CE66" Name="$(var.ProductName)" Language="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user