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 |
|
Wolfgang Stöggl
|
d4dd402961
|
Bump copyright year to 2021
- Substitute occurrences of "-2020" with "-2021" using:
git grep -I -l -e '-2020' -- ':(exclude)*.bak' | xargs \
sed -b -i -e 's/-2020/-2021/g'
|
2021-01-14 02:18:32 +01:00 |
|
Wolfgang Stöggl
|
66b533c284
|
Bump copyright year to 2020
The copyright year was last time updated in 2018. There is some cleanup
involved in this commit and the next copyright year update is supposed
to be simpler (i.e. substitute "-2020").
- Substitute occurrences of "-2018" with "-2020" using:
git grep -I -l -e '-2018' -- ':(exclude)*.bak' | xargs \
sed -b -i -e 's/-2018/-2020/g'
- Update special cases:
CUEPlayer
git grep -I -l -e 'Grigory Chudov 2010' -- | xargs \
sed -b -i -e 's/Grigory Chudov 2010/2010-2020 Grigory Chudov/g'
CUERipper
git grep -I -l -e '2008-2009' -- | xargs \
sed -b -i -e 's/2008-2009/2008-2020/g'
CUETools, CUETools.FLACCL.cmd
git grep -I -l -e '2008-2010' -- ':(exclude)*FlaCuda*' | xargs \
sed -b -i -e 's/2008-2010/2008-2020/g'
git grep -I -l -e '2010-2013' -- | xargs \
sed -b -i -e 's/2010-2013/2010-2020/g'
CUETools.ChaptersToCue
git grep -I -l -e 'Grigory Chudov 2017' -- | xargs \
sed -b -i -e 's/Grigory Chudov 2017/2017-2020 Grigory Chudov/g'
CUETools.CTDB.EACPlugin
git grep -I -l -e 'Grigory Chudov 2012' -- | xargs \
sed -b -i -e 's/Grigory Chudov 2012/2012-2020 Grigory Chudov/g'
git grep -I -l -e '2011-12' -- | xargs \
sed -b -i -e 's/2011-12/2011-2020/g'
CUETools.Codecs.FLACCL
git grep -I -l -e '2009-2010' -- ':(exclude)*FlaCuda*' | xargs \
sed -b -i -e 's/2009-2010/2009-2020/g'
CUETools.eac3ui (BluTools)
git grep -I -l -e '© 2018' -- | xargs \
sed -b -i -e 's/© 2018/© 2018-2020 Grigory Chudov/g'
CUETools.Flake
git grep -I -l -e ' 2009-2014 Gr' -- | xargs \
sed -b -i -e 's/ 2009-2014 Gr/ 2009-2020 Gr/g'
CUETools.Processor
git grep -I -l -e ' 2008-2013 Gr' -- | xargs \
sed -b -i -e 's/ 2008-2013 Gr/ 2008-2020 Gr/g'
CUETools.Ripper.Console
git grep -I -l -e ' 2008-10 Gr' -- | xargs \
sed -b -i -e 's/ 2008-10 Gr/ 2008-2020 Gr/g'
CUETools.Ripper.Console, CUETools.Ripper.SCSI
git grep -I -l -e ' 2008-13 Gr' -- | xargs \
sed -b -i -e 's/ 2008-13 Gr/ 2008-2020 Gr/g'
Single year entries: 2008, 2009, 2010, 2011, 2017, 2018
git grep -I -l -e ' 2008 Gr' -- | xargs \
sed -b -i -e 's/ 2008 Gr/ 2008-2020 Gr/g'
git grep -I -l -e ' 2009 Gr' -- ':(exclude)*FlaCuda*' | xargs \
sed -b -i -e 's/ 2009 Gr/ 2009-2020 Gr/g'
git grep -I -l -e ' 2010 Gr' -- | xargs \
sed -b -i -e 's/ 2010 Gr/ 2010-2020 Gr/g'
git grep -I -l -e ' 2011 Gr' -- | xargs \
sed -b -i -e 's/ 2011 Gr/ 2011-2020 Gr/g'
git grep -I -l -e ' 2017 Gr' -- | xargs \
sed -b -i -e 's/ 2017 Gr/ 2017-2020 Gr/g'
git grep -I -l -e ' 2018 Gr' -- | xargs \
sed -b -i -e 's/ 2018 Gr/ 2018-2020 Gr/g'
Fix typo in copyright year of CUETools.Codecs.WMA/AudioDecoder.cs:
Copyright (c) 20139 Grigory Chudov
git grep -I -lw -e '20139' -- | xargs \
sed -b -i -e 's/20139/2013-2020/g'
|
2020-02-04 13:35:53 +01:00 |
|
Wolfgang Stöggl
|
19aa57ee1d
|
Update .NET sku to v4.7 in app.config files
- Use:
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
- Fixes: https://github.com/gchudov/cuetools.net/issues/12
- XML pretty print app.config files
|
2019-01-20 00:01:42 +01:00 |
|
Grigory Chudov
|
4e66625371
|
Merge branch 'master' of https://github.com/gchudov/cuetools.net
|
2018-10-21 14:12:25 -04:00 |
|
Grigory Chudov
|
9754a9a328
|
Fixed a few bugs and switched to .NET framework 4.7
|
2018-10-21 14:12:05 -04:00 |
|
Grigory Chudov
|
b6c3256d32
|
DVDAudio titleset (ATSI) parser
|
2018-04-29 16:53:55 -04:00 |
|
Grigory Chudov
|
deb3448a55
|
Implement IAudioSource.Duration property and IAudioDecoderSettings.Open extension method.
|
2018-04-07 23:02:01 -04:00 |
|
Grigory Chudov
|
513ab1c64e
|
Renamed CUETools.Codecs.BLDLPCM into CUETools.Codecs.MPEG
|
2018-04-07 21:09:28 -04:00 |
|
Grigory Chudov
|
bfcbd825b2
|
Open multistream files with ffdshow
|
2018-04-07 13:55:01 -04:00 |
|
Grigory Chudov
|
320e75d709
|
Removed AudioEncoderSettings/AudioDecoderSettings classes, all of their functionality is now in IAudioEncoderSettings/IAudioDecoderSettings interfaces.
|
2018-03-25 17:24:27 -04:00 |
|
Grigory Chudov
|
16fccfe5c9
|
Code cleanup; Reader classes renamed to Decoders, Writers to Encoders, every Decoder must have a corresponding Settings class now just like Encoders. UserDefinedEncoders renamed to CommandLineEncoders, etc.
|
2018-03-23 19:26:26 -04:00 |
|
Grigory Chudov
|
929b7de944
|
Updated the build system, now using .NET Framework v4.0 for most things
|
2018-03-11 17:07:48 -04:00 |
|
Grigory Chudov
|
89845b532b
|
BluTools: build to the corect folder
|
2018-02-26 22:41:45 -05:00 |
|
Grigory Chudov
|
39f4792319
|
eac3toui is now called BluTools and has improved looks
|
2018-02-26 21:31:07 -05:00 |
|
Grigory Chudov
|
790b904ec2
|
eac3toui: filter out duplicate/repeating/short playlists
|
2018-02-25 00:39:45 -05:00 |
|
Grigory Chudov
|
55774ddec9
|
eac3togui: generate .cue file
|
2018-02-24 20:39:57 -05:00 |
|
Grigory Chudov
|
43218230eb
|
eac3to gui: audio extraction working
|
2018-02-24 11:32:35 -05:00 |
|
Grigory Chudov
|
1318c82ad0
|
eac3togui
|
2018-02-20 20:40:42 -05:00 |
|