Skip to content

Commit

Permalink
Prepare v1.1 RC 1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 8, 2020
1 parent a5a9627 commit 859c0b9
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 24 deletions.
7 changes: 4 additions & 3 deletions Readme
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fre:ac version 1.1 Beta 3
fre:ac version 1.1 RC 1

fre:ac is a free and open source audio converter. It supports audio CD
ripping and tag editing and converts the following audio formats:
Expand Down Expand Up @@ -117,7 +117,7 @@ Requirements

All platforms:

- smooth v0.9.1 (http://www.smooth-project.org/)
- smooth v0.9.3 (http://www.smooth-project.org/)

Windows:

Expand Down Expand Up @@ -147,7 +147,7 @@ Requirements
History
-------

Version 1.1 Beta 3+ (March 2020)
Version 1.1 RC 1 (March 2020)

- Improvements

Expand All @@ -156,6 +156,7 @@ History
- added options to control chapter information and cover art to freaccmd
- handle Ctrl+C in freaccmd to clean up temporary files when aborted
- respect colorization tint color on Windows Vista, 7 and 8/8.1
- improved HiDPI detection on Linux/FreeBSD systems
- log CDDB information when ripping

- Bug fixes
Expand Down
7 changes: 4 additions & 3 deletions Readme.de
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fre:ac Version 1.1 Beta 3
fre:ac Version 1.1 RC 1

fre:ac ist ein freier Open-Source Audiokonverter. Das Programm unterstützt das Rippen
von Audio-CDs sowie das Editieren von Tags und konvertiert folgende Audioformate:
Expand Down Expand Up @@ -117,7 +117,7 @@ Voraussetzungen

Alle Systeme:

- smooth v0.9.1 (http://www.smooth-project.org/)
- smooth v0.9.3 (http://www.smooth-project.org/)

Windows:

Expand Down Expand Up @@ -147,7 +147,7 @@ Voraussetzungen
Geschichte
----------

Version 1.1 Beta 3+ (März 2020)
Version 1.1 RC 1 (März 2020)

- Verbesserungen

Expand All @@ -156,6 +156,7 @@ Geschichte
- Optionen zum Steuern von Kapitelinformationen und Cover-Bildern zu freaccmd hinzugefügt
- Reagiere in freaccmd auf Strg+C, um bei Abbruch temporäre Dateien aufzuräumen
- Verwende Fensterrahmenfarbe als Akzentfarbe unter Windows Vista, 7 und 8/8.1
- HiDPI-Erkennung unter Linux-/FreeBSD-Systemen verbessert
- Schreibe CDDB-Informationen beim Rippen in Log-Dateien

- Behobene Fehler
Expand Down
19 changes: 19 additions & 0 deletions metadata/org.freac.freac.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1~rc1" date="2020-03-08">
<description>
<p>Improvements:</p>
<ul>
<li>Now passing float samples to LAME encoder directly if sample format is float</li>
<li>Made automatic ripping work when using the single output file option</li>
<li>Added options to control chapter information and cover art to freaccmd</li>
<li>Handle Ctrl+C in freaccmd to clean up temporary files when aborted</li>
<li>Improved HiDPI detection</li>
<li>Log CDDB information when ripping</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed file modification time stamp getting lost when output verification is active</li>
<li>Fixed file creation time stamp not being preserved despite option being enabled</li>
<li>Fixed freaccmd not correctly handling relative output folders</li>
</ul>
</description>
</release>
<release version="1.1~beta3" date="2020-02-09">
<description>
<p>Improvements:</p>
Expand Down
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.5116</string>
<string>1.1.0.5158</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.2</string>
<string>0.9.3</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-beta3
RELEASE=1.1-beta3-`date +"%Y%m%d"`
RELEASE=1.1-rc1
#RELEASE=1.1-rc1-`date +"%Y%m%d"`

VERSION="v1.1 Beta 3"
VERSION="v1.1 RC 1"

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-beta3
RELEASE=1.1-beta3-`date +"%Y%m%d"`
RELEASE=1.1-rc1
#RELEASE=1.1-rc1-`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 3</version>
<version>v1.1 RC 1</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,5116
PRODUCTVERSION 1,1,0,5116
FILEVERSION 1,1,0,5158
PRODUCTVERSION 1,1,0,5158
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.5116\0"
VALUE "FileVersion", "1.1.0.5158\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,5116
PRODUCTVERSION 1,1,0,5116
FILEVERSION 1,1,0,5158
PRODUCTVERSION 1,1,0,5158
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.5116\0"
VALUE "FileVersion", "1.1.0.5158\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: freac
version: '1.1~rc1'
version-script: echo 1.1~beta`date +"%Y%m%d"`
#version-script: echo 1.1~rc`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
6 changes: 3 additions & 3 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 3 (" FREAC_DATE ")";
String freac::freac::version = "v1.1 RC 1";// (" FREAC_DATE ")";
# else
String freac::freac::version = "v1.1 Beta 3";
String freac::freac::version = "v1.1 RC 1";
# endif
#endif

Expand All @@ -66,7 +66,7 @@ String freac::freac::architecture = "unknown";
#endif

String freac::freac::shortVersion = "v1.1";
String freac::freac::cddbVersion = "v1.1beta3"; // CDDB version may not contain spaces
String freac::freac::cddbVersion = "v1.1rc1"; // CDDB version may not contain spaces
String freac::freac::cddbMode = "submit";

String freac::freac::copyright = "Copyright (C) 2001-2020 Robert Kausch";
Expand Down

0 comments on commit 859c0b9

Please sign in to comment.