Tags: copyliu/cuetools.net
Tags
Bump version to 2.2.6 - Substitute occurrences of "2.2.5" with "2.2.6" using: git grep -I -l -e '2\.2\.5' | xargs \ sed -b -i -e 's/2\.2\.5/2\.2\.6/g' - Update Version in settings file from 225 to 226 sed -b -i -e 's/Version\", 225/Version\", 226/' \ CUETools.Processor/CUEConfig.cs - Update test file `flake.flac` sed -b -i -e 's/2\.2\.5/2\.2\.6/g' \ CUETools/CUETools.TestCodecs/Data/flake.flac
Bump version to 2.2.5 - Substitute occurrences of "2.2.4" with "2.2.5" using: git grep -I -l -e '2\.2\.4' | xargs \ sed -b -i -e 's/2\.2\.4/2\.2\.5/g' - Update Version in settings file from 224 to 225 sed -b -i -e 's/Version\", 224/Version\", 225/' \ CUETools.Processor/CUEConfig.cs - Update test file `flake.flac` sed -b -i -e 's/2\.2\.4/2\.2\.5/g' \ CUETools/CUETools.TestCodecs/Data/flake.flac
Bump version to 2.2.4 - Substitute occurrences of "2.2.3" with "2.2.4" using: git grep -I -l -e '2\.2\.3' | xargs \ sed -b -i -e 's/2\.2\.3/2\.2\.4/g' - Update Version in settings file from 223 to 224 sed -b -i -e 's/Version\", 223/Version\", 224/' \ CUETools.Processor/CUEConfig.cs - Update test file `flake.flac` sed -b -i -e 's/2\.2\.3/2\.2\.4/g' \ CUETools/CUETools.TestCodecs/Data/flake.flac
Bump version to 2.2.3 - Substitute occurrences of "2.2.2" with "2.2.3" using: git grep -I -l -e '2\.2\.2' | xargs \ sed -b -i -e 's/2\.2\.2/2\.2\.3/g' - Update Version in settings file from 222 to 223 sed -b -i -e 's/Version\", 222/Version\", 223/' \ CUETools.Processor/CUEConfig.cs - Update test file `flake.flac` sed -b -i -e 's/2\.2\.2/2\.2\.3/g' \ CUETools/CUETools.TestCodecs/Data/flake.flac - Update test file `flacwriter1.flac` to reference libFLAC 1.4.2 20221022
Bump version to 2.2.2 - Substitute occurrences of "2.2.1" with "2.2.2" using: git grep -I -l -e '2\.2\.1' | xargs \ sed -b -i -e 's/2\.2\.1/2\.2\.2/g' - Update flake.flac sed -b -i -e 's/2\.2\.1/2\.2\.2/g' \ CUETools/CUETools.TestCodecs/Data/flake.flac - CUEConfig.cs Update Version in settings file from 221 to 222
[CUETools.Codecs.FLACCL] Fix constructor The constructor parameters of Activator.CreateInstance() were updated in CUETools.Processor\AudioReadWrite.cs as of commits 16fccfe and e1f8906. The parameter "settings" was added in front of path and IO, which required an update to the order of constructor parameters in several codecs. - Fixes the following error message, when using FLACCL codec: Exception: Constructor on type 'CUETools.Codecs.FLACCL.AudioEncoder' not found. - This is a follow-up commit to 18c6c1a - Resolves gchudov#82
Prepare for CUETools 2.1.8
- Substitute occurrences of "2.1.7" with "2.1.8" using:
git grep -I -l -e '2\.1\.7' -- ':(exclude)*.bat' | xargs \
sed -b -i -e 's/2\.1\.7/2\.1\.8/g'
- Update some outdated version entries:
2.1.4 in CUETools.CTDB.EACPlugin.Installer.vdproj
git grep -I -l -e '2\.1\.4' | xargs \
sed -b -i -e 's/2\.1\.4/2\.1\.8/g'
2.0.7 in
CUEPlayer/Properties/DataSources/Output.datasource
CUEPlayer/Properties/DataSources/frmCUEPlayer.datasource
git grep -I -l -e '2\.0\.7' | xargs \
sed -b -i -e 's/2\.0\.7/2\.1\.8/g'
1.9.4 in CUETools.Processor.CUEConfig.datasource
git grep -I -l -e '1\.9\.4' | xargs \
sed -b -i -e 's/1\.9\.4/2\.1\.8/g'
1.9.0 in frmCUERipper.datasource
git grep -I -l -e '1\.9\.0' | xargs \
sed -b -i -e 's/1\.9\.0/2\.1\.8/g'
PreviousNext