Skip to content

Commit 5effbe2

Browse files
committed
Prepare v1.1.5 release.
1 parent c633b2d commit 5effbe2

File tree

17 files changed

+95
-2867
lines changed

17 files changed

+95
-2867
lines changed

Readme

+2-4
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Requirements
122122

123123
All platforms:
124124

125-
- smooth v0.9.6 (http://www.smooth-project.org/)
125+
- smooth v0.9.8 (http://www.smooth-project.org/)
126126

127127
Windows:
128128

@@ -160,7 +160,6 @@ History
160160

161161
- Improvements
162162

163-
- improved support for languages written from right to left
164163
- improved DSP processing performance by up to 70%
165164
- added frequency bandwidth setting to FDK-AAC encoder configuration dialog
166165
- added an option to toggle logging of complete paths in log files
@@ -211,9 +210,8 @@ History
211210
- updated libsndfile to version 1.0.31
212211
- updated libsamplerate to version 0.2.1
213212

214-
- New and updated translations
213+
- Updated translations
215214

216-
- added Persian translation
217215
- updated Norwegian translation
218216
- updated Russian manual
219217

Readme.de

+2-4
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Voraussetzungen
121121

122122
Alle Systeme:
123123

124-
- smooth v0.9.6 (http://www.smooth-project.org/)
124+
- smooth v0.9.8 (http://www.smooth-project.org/)
125125

126126
Windows:
127127

@@ -159,7 +159,6 @@ Geschichte
159159

160160
- Verbesserungen
161161

162-
- Unterstützung für von rechts nach links geschriebene Sprachen verbessert
163162
- Verbesserung der Geschwindigkeit bei der DSP-Verarbeitung um bis zu 70%
164163
- Einstellung für Frequenzbandbreite zum FDK-AAC-Konfigurationsdialog hinzugefügt
165164
- Option zum Umschalten der Protokollierung vollständiger Pfade in Protokolldateien hinzugefügt
@@ -210,9 +209,8 @@ Geschichte
210209
- libsndfile auf Version 1.0.31 aktualisiert
211210
- libsamplerate auf Version 0.2.1 aktualisiert
212211

213-
- Neue und aktualisierte Übersetzungen
212+
- Aktualisierte Übersetzungen
214213

215-
- Persische Übersetzung hinzugefügt
216214
- Norwegische Übersetzung aktualisiert
217215
- Russische Hilfeseiten aktualisiert
218216

configure

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ echo
1010
echo " git clone https://github.com/enzo1982/smooth.git"
1111
echo
1212
echo " - Get, build and install the fre:ac Component Development Kit"
13-
echo " available from http://www.freac.org/"
13+
echo " available from https://www.freac.org/"
1414
echo
1515
echo " On Linux:"
1616
echo
1717
echo " - libudev development package"
1818
echo
1919
echo " On macOS:"
2020
echo
21-
echo " - Building fre:ac is tested on macOS 10.5.8 Leopard only using"
22-
echo " the Xcode 3.1 Command Line Tools (no Xcode project file provided)"
21+
echo " - Building fre:ac is supported on macOS 10.5.8 Leopard and later"
22+
echo " using the Xcode Command Line Tools (no Xcode project file provided)"
2323
echo
2424
echo " On Windows:"
2525
echo
26-
echo " - Please use MinGW (http://www.mingw.org/) or Visual Studio 2019"
27-
echo " with the msvc/freac/freac.sln project file to build fre:ac"
26+
echo " - Please use MSYS2 (https://www.msys2.org/) or Visual Studio 2019"
27+
echo " with the msvc/freac.sln project file to build fre:ac"
2828
echo
2929
echo "When all prerequisites are met, simply run \"make && make install\"."
3030
echo

i18n/freac/crowdin/freac_fa.xml

-1,453
This file was deleted.

i18n/freac/freac_fa.xml

-1,374
This file was deleted.

metadata/org.freac.freac.appdata.xml

+59
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,65 @@
4848
</screenshot>
4949
</screenshots>
5050
<releases>
51+
<release version="1.1.5" date="2021-06-27">
52+
<description>
53+
<p>New features:</p>
54+
<ul>
55+
<li>Added support for AccurateRip verification</li>
56+
</ul>
57+
<p>Improvements:</p>
58+
<ul>
59+
<li>Added frequency bandwidth setting to FDK-AAC encoder configuration dialog</li>
60+
<li>Added an option to toggle logging of complete paths in log files</li>
61+
<li>Added options for specifying cover art files to freaccmd</li>
62+
<li>Added support for reading Shift_JIS encoded CD-Text</li>
63+
<li>Added support for writing album and track comments to cue sheets</li>
64+
<li>Added support for ID3v2 tags in RF64 files</li>
65+
<li>Added support for updating Vorbis Comment tags</li>
66+
<li>Added support for updating ID3v2 tags in RIFF and AIFF files</li>
67+
<li>Added support for updating LIST INFO tags in RIFF, RF64 and Wave64 files</li>
68+
<li>Added support for ensemble field in Vorbis Comment and APEv2 tags</li>
69+
<li>Added support for movement field in ID3v2, Vorbis Comment, APEv2 and MP4 tags</li>
70+
<li>Added support for additional URL fields in APEv2 tags</li>
71+
<li>Added a tag editor option to keep album artist even if identical to track artist</li>
72+
<li>Added media type field to tag editor</li>
73+
</ul>
74+
<p>Bug fixes:</p>
75+
<ul>
76+
<li>Fixed hotspot for genre edit field utility menu not covering the whole width of the field</li>
77+
<li>Fixed occasional crashes when selecting codec subformat using the "Start encoding with" menu</li>
78+
<li>Fixed chapter marks being offset by a few seconds when using DSP processing</li>
79+
<li>Fixed playback not working when using certain combinations of DSP processors</li>
80+
<li>Fixed incompatibility of FDK-AAC encoded HE and HEv2 AAC files with iTunes</li>
81+
<li>Fixed issue decoding FLAC files with unknown length</li>
82+
<li>Fixed glitches decoding transients in some Vorbis files</li>
83+
<li>Fixed possible crashes when decoding Opus files</li>
84+
<li>Fixed rare crashes in LAME encoder component</li>
85+
<li>Fixed strings read from ID3v2 tags being limited to 1024 characters</li>
86+
<li>Fixed crash when reading malformed CD-Text genre IDs</li>
87+
<li>Fixed failure ripping with negative read offset</li>
88+
<li>Fixed UI glitches and crashes on exit when running in a Wayland session</li>
89+
<li>Fixed popup menu and dropdown list closing behavior on non-Windows platforms</li>
90+
<li>Fixed issues with custom DPI settings on Xfce desktops</li>
91+
<li>Fixed drag & drop working unreliably on X11 based systems</li>
92+
</ul>
93+
<p>Updated codecs:</p>
94+
<ul>
95+
<li>Updated FFmpeg to version 4.4</li>
96+
<li>Updated Monkey's Audio to version 6.29</li>
97+
<li>Updated mpg123 to version 1.28.0</li>
98+
<li>Updated libfdk-aac to version 2.0.2</li>
99+
<li>Updated libogg to version 1.3.5</li>
100+
<li>Updated libsndfile to version 1.0.31</li>
101+
<li>Updated libsamplerate to version 0.2.1</li>
102+
</ul>
103+
<p>Updated translations:</p>
104+
<ul>
105+
<li>Updated Norwegian translation</li>
106+
<li>Updated Russian manual</li>
107+
</ul>
108+
</description>
109+
</release>
51110
<release version="1.1.4" date="2021-02-14">
52111
<description>
53112
<p>Improvements:</p>

packaging/macosx/freac.app/Contents/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<key>CFBundleSignature</key>
2424
<string>f:ac</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.1.4.5444</string>
26+
<string>1.1.5.5561</string>
2727
<key>CFBundleShortVersionString</key>
28-
<string>1.1.4</string>
28+
<string>1.1.5</string>
2929
<key>LSBackgroundOnly</key>
3030
<false/>
3131
<key>LSMinimumSystemVersion</key>

packaging/macosx/freac.app/Contents/Resources/translator.app/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>stns</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.9.7</string>
24+
<string>0.9.8</string>
2525
<key>LSBackgroundOnly</key>
2626
<string>0</string>
2727
<key>NSHighResolutionCapable</key>

packaging/macosx/package.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
#RELEASE=1.1.4
4-
RELEASE=1.1.4-`date +"%Y%m%d"`
3+
RELEASE=1.1.5
4+
#RELEASE=1.1.5-`date +"%Y%m%d"`
55

6-
#VERSION="v1.1.4"
7-
VERSION="v1.1.4 (`date +"%Y%m%d"`)"
6+
VERSION="v1.1.5"
7+
#VERSION="v1.1.5 (`date +"%Y%m%d"`)"
88

99
MACOSX_TARGET=$MACOSX_DEPLOYMENT_TARGET
1010
if [[ -z $MACOSX_TARGET ]]; then

packaging/macosx/prepare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PREFIX=/usr/local
44

55
SMOOTHVER=0.9.0
6-
BOCAVER=1.0.2
6+
BOCAVER=1.0.3
77

88
# Create folders
99
mkdir -p freac.app/Contents/MacOS

packaging/unix/package.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22
PREFIX=/usr/local
3-
#RELEASE=1.1.4
4-
RELEASE=1.1.4-`date +"%Y%m%d"`
3+
RELEASE=1.1.5
4+
#RELEASE=1.1.5-`date +"%Y%m%d"`
55

66
SMOOTHVER=0.9
77
SMOOTHREV=0
88

99
BOCAVER=1.0
10-
BOCAREV=2
10+
BOCAREV=3
1111

1212
machine=`gcc -dumpmachine`
1313

packaging/windows/setup.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<application>
88
<name>fre:ac</name>
99
<longname>fre:ac - free audio converter</longname>
10-
<version>v1.1.4</version>
10+
<version>v1.1.5</version>
1111
<logo>setup.pci:0</logo>
1212
</application>
1313
<uninstall createLog="true">

resources/resources.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "../include/resources.h"
33

44
IDR_VERSION VERSIONINFO
5-
FILEVERSION 1,1,4,5444
6-
PRODUCTVERSION 1,1,4,5444
5+
FILEVERSION 1,1,5,5561
6+
PRODUCTVERSION 1,1,5,5561
77
FILEOS VOS_NT_WINDOWS32
88
FILETYPE VFT_APP
99
BEGIN
@@ -12,11 +12,11 @@ BEGIN
1212
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
1313
BEGIN
1414
VALUE "FileDescription", "fre:ac - free audio converter\0"
15-
VALUE "FileVersion", "1.1.4.5444\0"
15+
VALUE "FileVersion", "1.1.5.5561\0"
1616
VALUE "InternalName", "FREAC\0"
1717
VALUE "OriginalFilename", "freac.exe\0"
1818
VALUE "ProductName", "fre:ac\0"
19-
VALUE "ProductVersion", "1.1.4\0"
19+
VALUE "ProductVersion", "1.1.5\0"
2020
VALUE "LegalCopyright", "Copyright � 2001-2021 Robert Kausch\0"
2121
VALUE "Official website", "https://www.freac.org/\0"
2222
END

resources/resources.rdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource app_flags B_MULTIPLE_LAUNCH;
55
resource app_version {
66
major = 1,
77
middle = 1,
8-
minor = 4,
8+
minor = 5,
99

1010
variety = B_APPV_FINAL,
1111
internal = 0,

resources/resources_vd.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "../include/resources.h"
33

44
IDR_VERSION VERSIONINFO
5-
FILEVERSION 1,1,4,5444
6-
PRODUCTVERSION 1,1,4,5444
5+
FILEVERSION 1,1,5,5561
6+
PRODUCTVERSION 1,1,5,5561
77
FILEOS VOS_NT_WINDOWS32
88
FILETYPE VFT_APP
99
BEGIN
@@ -12,11 +12,11 @@ BEGIN
1212
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
1313
BEGIN
1414
VALUE "FileDescription", "fre:ac - free video downloader\0"
15-
VALUE "FileVersion", "1.1.4.5444\0"
15+
VALUE "FileVersion", "1.1.5.5561\0"
1616
VALUE "InternalName", "FREAC\0"
1717
VALUE "OriginalFilename", "freac.exe\0"
1818
VALUE "ProductName", "fre:ac\0"
19-
VALUE "ProductVersion", "1.1.4\0"
19+
VALUE "ProductVersion", "1.1.5\0"
2020
VALUE "LegalCopyright", "Copyright � 2001-2021 Robert Kausch\0"
2121
VALUE "Official website", "https://www.freac.org/\0"
2222
END

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: freac
22
base: core18
3-
version: '1.1.4'
4-
version-script: echo 1.1.4~`date +"%Y%m%d"`
3+
version: '1.1.5'
4+
#version-script: echo 1.1.5~`date +"%Y%m%d"`
55
summary: Audio converter and CD ripper
66
description: |
77
fre:ac is a free and open source audio converter. It comes with

src/freac.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ String freac::freac::appLongName = "fre:ac - free video downloader";
4040
String freac::freac::version = FREAC_VERSION;
4141
#else
4242
# ifdef FREAC_DATE
43-
String freac::freac::version = "v1.1.4 (" FREAC_DATE ")";
43+
String freac::freac::version = "v1.1.5";// (" FREAC_DATE ")";
4444
# else
45-
String freac::freac::version = "v1.1.4";
45+
String freac::freac::version = "v1.1.5";
4646
# endif
4747
#endif
4848

@@ -64,8 +64,8 @@ String freac::freac::architecture = "PPC64";
6464
String freac::freac::architecture = "unknown";
6565
#endif
6666

67-
String freac::freac::shortVersion = "v1.1.4";
68-
String freac::freac::cddbVersion = "v1.1.4"; // CDDB version may not contain spaces
67+
String freac::freac::shortVersion = "v1.1.5";
68+
String freac::freac::cddbVersion = "v1.1.5"; // CDDB version may not contain spaces
6969
String freac::freac::cddbMode = "submit";
7070

7171
String freac::freac::copyright = "Copyright (C) 2001-2021 Robert Kausch";

0 commit comments

Comments
 (0)