Skip to content

Commit

Permalink
Prepare v1.1 beta 3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Feb 9, 2020
1 parent 93d475d commit f510d83
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 75 deletions.
83 changes: 26 additions & 57 deletions metadata/org.freac.freac.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1~beta3" date="2020-02-09">
<description>
<p>Improvements:</p>
<ul>
<li>Prepare for freedb.org shutdown on 31st March 2020</li>
<li>Display current signal processing settings in status area</li>
<li>Added a toolbar button to configure signal processing</li>
<li>Added new tips to Tip of the Day dialog</li>
<li>Added separate Windows Wave File Output entry to encoder list</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed issues opening Opus files with a .ogg extension</li>
<li>Fixed Monkey's Audio encoder not showing up in 64 bit builds</li>
<li>Fixed some issues with freaccmd command line interface</li>
</ul>
<p>Updated codecs:</p>
<ul>
<li>Updated Monkey's Audio to version 5.18</li>
</ul>
<p>Updated translations:</p>
<ul>
<li>Updated Chinese (simplified) translation</li>
</ul>
</description>
</release>
<release version="1.1~beta2" date="2020-01-12">
<description>
<p>Improvements:</p>
Expand Down Expand Up @@ -90,63 +116,6 @@
</ul>
</description>
</release>
<release version="1.1~alpha20190423" date="2019-04-23">
<description>
<p>New features:</p>
<ul>
<li>Added support for ripping with more drives than CPU cores available</li>
<li>Added an option to keep timestamps of source files</li>
<li>Added support for PulseAudio output</li>
</ul>
<p>Enhancements:</p>
<ul>
<li>Improved interoperability of playlist files with VLC</li>
<li>Improved handling of cue sheets referencing multiple files</li>
<li>Improved handling of WAV files with unknown length</li>
<li>Added support for drag &amp; drop in the tag editor</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed crash when showing freedb multi-match dialog</li>
<li>Fixed float samples processing with Core Audio encoder</li>
<li>Fixed MP4 output issues when in and out files are the same</li>
<li>Fixed Opus granule pos calculation and vendor string</li>
<li>Fixed Ogg serial number generation</li>
<li>Fixed handling of very short Ogg files</li>
<li>Fixed several stability issues</li>
</ul>
</description>
</release>
<release version="1.1~alpha20181201a" date="2018-12-02">
<description>
<p>Bug fixes:</p>
<ul>
<li>Fixed CD ripping issues</li>
</ul>
</description>
</release>
<release version="1.1~alpha20181201" date="2018-12-01">
<description>
<p>New features:</p>
<ul>
<li>Notification component</li>
<li>Option to switch stereo channels</li>
</ul>
<p>Enhancements:</p>
<ul>
<li>Read/write ID3v2 from/to .wav files</li>
<li>Read cue sheets embedded in ID3v2 tags</li>
<li>Improved performance when reading large MP4/M4A files</li>
<li>Respect GDK_SCALE environment variable on X11 systems</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed crash when using the channel converter to convert mono to stereo</li>
<li>Fixed encoding mono MP3s with LAME</li>
<li>Fixed issues writing MP4 files when &lt;directory&gt; pattern is used</li>
</ul>
</description>
</release>
</releases>
</component>

2 changes: 1 addition & 1 deletion packaging/macosx/freac.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>f:ac</string>
<key>CFBundleVersion</key>
<string>1.1.0.5059</string>
<string>1.1.0.5116</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>LSBackgroundOnly</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>stns</string>
<key>CFBundleVersion</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>NSHighResolutionCapable</key>
Expand Down
6 changes: 3 additions & 3 deletions packaging/macosx/package.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

#RELEASE=1.1-beta2b
RELEASE=1.1-beta2-`date +"%Y%m%d"`
RELEASE=1.1-beta3
#RELEASE=1.1-beta3-`date +"%Y%m%d"`

VERSION="v1.1 Beta 2b"
VERSION="v1.1 Beta 3"

UNAME=macosx

Expand Down
4 changes: 2 additions & 2 deletions packaging/macosx/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

PREFIX=/usr/local
#RELEASE=1.1-beta2
RELEASE=1.1-beta2-`date +"%Y%m%d"`
RELEASE=1.1-beta3
#RELEASE=1.1-beta3-`date +"%Y%m%d"`

SMOOTHVER=0.9.0
BOCAVER=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<application>
<name>fre:ac</name>
<longname>fre:ac - free audio converter</longname>
<version>v1.1 Beta 2</version>
<version>v1.1 Beta 3</version>
<logo>setup.pci:0</logo>
</application>
<uninstall createLog="true">
Expand Down
6 changes: 3 additions & 3 deletions resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,5059
PRODUCTVERSION 1,1,0,5059
FILEVERSION 1,1,0,5116
PRODUCTVERSION 1,1,0,5116
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,7 +12,7 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free audio converter\0"
VALUE "FileVersion", "1.1.0.5059\0"
VALUE "FileVersion", "1.1.0.5116\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down
6 changes: 3 additions & 3 deletions resources/resources_vd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,0,5059
PRODUCTVERSION 1,1,0,5059
FILEVERSION 1,1,0,5116
PRODUCTVERSION 1,1,0,5116
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,7 +12,7 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free video downloader\0"
VALUE "FileVersion", "1.1.0.5059\0"
VALUE "FileVersion", "1.1.0.5116\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: freac
version: '1.1~beta2'
version-script: echo 1.1~beta`date +"%Y%m%d"`
version: '1.1~beta3'
#version-script: echo 1.1~beta`date +"%Y%m%d"`
summary: Audio converter and CD ripper
description: |
fre:ac is a free and open source audio converter. It comes with
Expand Down
4 changes: 2 additions & 2 deletions src/freac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ String freac::freac::appLongName = "fre:ac - free video downloader";
String freac::freac::version = FREAC_VERSION;
#else
# ifdef FREAC_DATE
String freac::freac::version = "v1.1 Beta 2 (" FREAC_DATE ")";
String freac::freac::version = "v1.1 Beta 3";// (" FREAC_DATE ")";
# else
String freac::freac::version = "v1.1 Beta 2";
String freac::freac::version = "v1.1 Beta 3";
# endif
#endif

Expand Down

0 comments on commit f510d83

Please sign in to comment.