Releases: AssetRipper/TextureDecoder
Releases · AssetRipper/TextureDecoder
2.2.1
What's Changed
- Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in #75
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #74
- Bump NUnit.Analyzers from 4.1.0 to 4.2.0 by @dependabot in #73
- Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 by @dependabot in #76
- Bc performance optimizations
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Bump BenchmarkDotNet from 0.13.11 to 0.13.12 by @dependabot in #65
- Rename Channel to ChannelValue
- Support specifying channels
- OpenEXR writing
- Update NuGet references
Full Changelog: 2.1.1...2.2.0
2.1.1
This release fixes a bug in the ASTC decoder.
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Bump BenchmarkDotNet from 0.13.8 to 0.13.9 by @dependabot in #51
- Bump NUnit.Analyzers from 3.8.0 to 3.9.0 by @dependabot in #52
- Bump BenchmarkDotNet from 0.13.9 to 0.13.10 by @dependabot in #53
- Bump NUnit from 3.13.3 to 3.14.0 by @dependabot in #54
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #55
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #56
- Bump NUnit from 3.14.0 to 4.0.0 by @dependabot in #60
- Bump actions/setup-dotnet from 3.2.0 to 4.0.0 by @dependabot in #61
- Bump NUnit from 4.0.0 to 4.0.1 by @dependabot in #64
- Bump BenchmarkDotNet from 0.13.10 to 0.13.11 by @dependabot in #63
- Bump NUnit.Analyzers from 3.9.0 to 3.10.0 by @dependabot in #62
- Greatly reduce Bc7 allocations
- .NET 8
- Remove unsafe code
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Bump BenchmarkDotNet from 0.13.5 to 0.13.6 by @dependabot in #38
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 by @dependabot in #44
- Bump BenchmarkDotNet from 0.13.6 to 0.13.7 by @dependabot in #43
- Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 by @dependabot in #45
- Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #46
- Bump actions/checkout from 3 to 4 by @dependabot in #47
- Bump BenchmarkDotNet from 0.13.7 to 0.13.8 by @dependabot in #48
- Bump NUnit.Analyzers from 3.7.0 to 3.8.0 by @dependabot in #50
- Switch to .NET 7
- Generic Color Structs
- Numerous fixes and improvements
Full Changelog: 1.3.0.0...2.0.0
1.3.0.0
What's Changed
- Bump actions/setup-dotnet from 3.0.1 to 3.0.2 by @dependabot in #12
- Bump NUnit.Analyzers from 3.3.0 to 3.5.0 by @dependabot in #13
- Bump actions/setup-dotnet from 3.0.2 to 3.0.3 by @dependabot in #14
- Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 by @dependabot in #16
- Bump coverlet.collector from 3.1.2 to 3.2.0 by @dependabot in #15
- Add R11G11B10FloatToBGRA32 by @yretenai in #17
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in #18
- Bump NUnit3TestAdapter from 4.3.0 to 4.3.1 by @dependabot in #20
- Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in #21
- Bump BenchmarkDotNet from 0.13.2 to 0.13.3 by @dependabot in #22
- Bump BenchmarkDotNet from 0.13.3 to 0.13.4 by @dependabot in #23
- Bump BenchmarkDotNet from 0.13.4 to 0.13.5 by @dependabot in #24
- Bump NUnit.Analyzers from 3.5.0 to 3.6.0 by @dependabot in #25
- Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #26
- Bump NUnit3TestAdapter from 4.3.1 to 4.4.2 by @dependabot in #28
- Bump NUnit.Analyzers from 3.6.0 to 3.6.1 by @dependabot in #29
- Bump actions/setup-dotnet from 3.0.3 to 3.1.0 by @dependabot in #32
- Bump actions/setup-dotnet from 3.1.0 to 3.2.0 by @dependabot in #33
- Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 by @dependabot in #34
- Bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #31
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.1 by @dependabot in #35
- Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 by @dependabot in #36
- Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by @dependabot in #37
- Restructure BCn decoding
- Lots of performance improvements
New Contributors
Full Changelog: 1.2.0.0...1.3.0.0
1.2.0.0
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #1
- Bump actions/setup-dotnet from 1 to 2 by @dependabot in #2
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 by @dependabot in #5
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 by @dependabot in #6
- Bump BenchmarkDotNet from 0.13.1 to 0.13.2 by @dependabot in #7
- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 by @dependabot in #8
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #9
- Bump actions/setup-dotnet from 2 to 3.0.0 by @dependabot in #10
- Bump actions/setup-dotnet from 3.0.0 to 3.0.1 by @dependabot in #11
- Lots of Span
- Generic Rgb
- Source generation
- Unit tests
- Experimental Bc Decoder
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: 1.1.0.0...1.2.0.0
1.1.0.0
1.0.2.0
1.0.1.0
Fixed rounding errors when converting from single precision numbers to byte values.
Full Changelog: 1.0.0.0...1.0.1.0