diff --git a/metadata/org.freac.freac.appdata.xml b/metadata/org.freac.freac.appdata.xml index f749da2cf..45ca981e7 100644 --- a/metadata/org.freac.freac.appdata.xml +++ b/metadata/org.freac.freac.appdata.xml @@ -47,6 +47,32 @@ + + +

Improvements:

+
    +
  • Prepare for freedb.org shutdown on 31st March 2020
  • +
  • Display current signal processing settings in status area
  • +
  • Added a toolbar button to configure signal processing
  • +
  • Added new tips to Tip of the Day dialog
  • +
  • Added separate Windows Wave File Output entry to encoder list
  • +
+

Bug fixes:

+
    +
  • Fixed issues opening Opus files with a .ogg extension
  • +
  • Fixed Monkey's Audio encoder not showing up in 64 bit builds
  • +
  • Fixed some issues with freaccmd command line interface
  • +
+

Updated codecs:

+
    +
  • Updated Monkey's Audio to version 5.18
  • +
+

Updated translations:

+
    +
  • Updated Chinese (simplified) translation
  • +
+
+

Improvements:

@@ -90,63 +116,6 @@
- - -

New features:

-
    -
  • Added support for ripping with more drives than CPU cores available
  • -
  • Added an option to keep timestamps of source files
  • -
  • Added support for PulseAudio output
  • -
-

Enhancements:

-
    -
  • Improved interoperability of playlist files with VLC
  • -
  • Improved handling of cue sheets referencing multiple files
  • -
  • Improved handling of WAV files with unknown length
  • -
  • Added support for drag & drop in the tag editor
  • -
-

Bug fixes:

-
    -
  • Fixed crash when showing freedb multi-match dialog
  • -
  • Fixed float samples processing with Core Audio encoder
  • -
  • Fixed MP4 output issues when in and out files are the same
  • -
  • Fixed Opus granule pos calculation and vendor string
  • -
  • Fixed Ogg serial number generation
  • -
  • Fixed handling of very short Ogg files
  • -
  • Fixed several stability issues
  • -
-
-
- - -

Bug fixes:

-
    -
  • Fixed CD ripping issues
  • -
-
-
- - -

New features:

-
    -
  • Notification component
  • -
  • Option to switch stereo channels
  • -
-

Enhancements:

-
    -
  • Read/write ID3v2 from/to .wav files
  • -
  • Read cue sheets embedded in ID3v2 tags
  • -
  • Improved performance when reading large MP4/M4A files
  • -
  • Respect GDK_SCALE environment variable on X11 systems
  • -
-

Bug fixes:

-
    -
  • Fixed crash when using the channel converter to convert mono to stereo
  • -
  • Fixed encoding mono MP3s with LAME
  • -
  • Fixed issues writing MP4 files when <directory> pattern is used
  • -
-
-
diff --git a/packaging/macosx/freac.app/Contents/Info.plist b/packaging/macosx/freac.app/Contents/Info.plist index 63bb9f8c5..06589d4d7 100644 --- a/packaging/macosx/freac.app/Contents/Info.plist +++ b/packaging/macosx/freac.app/Contents/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature f:ac CFBundleVersion - 1.1.0.5059 + 1.1.0.5116 CFBundleShortVersionString 1.1.0 LSBackgroundOnly diff --git a/packaging/macosx/freac.app/Contents/Resources/translator.app/Contents/Info.plist b/packaging/macosx/freac.app/Contents/Resources/translator.app/Contents/Info.plist index 4f7133376..643523da8 100644 --- a/packaging/macosx/freac.app/Contents/Resources/translator.app/Contents/Info.plist +++ b/packaging/macosx/freac.app/Contents/Resources/translator.app/Contents/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature stns CFBundleVersion - 0.9.1 + 0.9.2 LSBackgroundOnly 0 NSHighResolutionCapable diff --git a/packaging/macosx/package.sh b/packaging/macosx/package.sh index 0295b21c5..e93365a65 100644 --- a/packaging/macosx/package.sh +++ b/packaging/macosx/package.sh @@ -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 diff --git a/packaging/macosx/prepare.sh b/packaging/macosx/prepare.sh index 472d2c672..33938cdde 100644 --- a/packaging/macosx/prepare.sh +++ b/packaging/macosx/prepare.sh @@ -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 diff --git a/packaging/windows/setup.xml b/packaging/windows/setup.xml index 14f4994c6..13cf72b02 100644 --- a/packaging/windows/setup.xml +++ b/packaging/windows/setup.xml @@ -7,7 +7,7 @@ fre:ac fre:ac - free audio converter - v1.1 Beta 2 + v1.1 Beta 3 setup.pci:0 diff --git a/resources/resources.rc b/resources/resources.rc index 096378096..a34d7557b 100644 --- a/resources/resources.rc +++ b/resources/resources.rc @@ -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 @@ -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" diff --git a/resources/resources_vd.rc b/resources/resources_vd.rc index 1b57cb4e5..ee776e54a 100644 --- a/resources/resources_vd.rc +++ b/resources/resources_vd.rc @@ -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 @@ -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" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7d4882066..549563122 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 diff --git a/src/freac.cpp b/src/freac.cpp index bdce02c8f..5260d78b0 100644 --- a/src/freac.cpp +++ b/src/freac.cpp @@ -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