Wolfgang Stöggl
|
dadcf34652
|
Bump version to 2.1.9
- Substitute occurrences of "2.1.8" with "2.1.9" using:
git grep -I -l -e '2\.1\.8' | xargs \
sed -b -i -e 's/2\.1\.8/2\.1\.9/g'
|
2021-05-01 07:57:46 +02:00 |
|
Wolfgang Stöggl
|
b108b7f90f
|
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'
|
2021-02-21 06:20:51 +01:00 |
|
Grigory Chudov
|
d6ed3177aa
|
Version bump to 2.1.7
|
2018-03-11 19:17:57 -04:00 |
|
Grigory Chudov
|
6e6198defb
|
Version bump to 2.1.6
|
2014-12-08 23:35:43 -05:00 |
|
Grigory Chudov
|
769949f178
|
Increment version number to 2.1.5
|
2013-04-12 23:01:20 -04:00 |
|
Grigory Chudov
|
ecbb572b29
|
More code cleanup after decoding optimization
|
2013-03-19 22:31:43 -04:00 |
|
chudov
|
cc682decb5
|
Minor bugfixes
|
2012-07-12 00:11:39 +00:00 |
|
chudov
|
c4a5a465ef
|
* LocalDB merged with file browser
* fixed hangup on truncated flac files
* optimized CRC32 calculations
|
2011-04-10 18:16:26 +00:00 |
|
chudov
|
89caa7858e
|
tests
|
2011-04-09 13:24:34 +00:00 |
|
chudov
|
2ca3829ae3
|
tests
|
2011-04-08 14:41:28 +00:00 |
|
chudov
|
963df628c6
|
AR v2 & misc
|
2011-04-06 04:15:19 +00:00 |
|
chudov
|
052cb096c4
|
CUETools 2.1.1
* Local Database for verification results and metadata
* FlaCuda replaced with FLACCL
|
2011-03-08 15:37:43 +00:00 |
|
chudov
|
5b9b266de5
|
CD parity information database
|
2010-02-23 15:15:08 +00:00 |
|
chudov
|
7b6803d0f9
|
Optimizing AccurateRip
|
2010-02-10 03:51:39 +00:00 |
|
chudov
|
f09d5bab6d
|
Optimizing AccurateRip
|
2010-02-10 02:15:36 +00:00 |
|
chudov
|
8373c83c78
|
Calculating CRC32 with offsets and fast
|
2010-02-09 21:21:10 +00:00 |
|