Releases: Yellow-Dog-Man/Compressonator.NET
Releases · Yellow-Dog-Man/Compressonator.NET
0.3.0
Linux Fixes
It turns out that 0.2.0, did not actually support linux in all circumstances. This was due to a native library compilation issue. We fixed that over in: Yellow-Dog-Man/compressonator#5
Native Changes
This also includes:
Yellow-Dog-Man/compressonator#4 - Which corrects an error return with CMP_ConvertTexture.
Testing
GitHub Action tests now exist to prove that things work on both operating systems.
Once #6 has more work we can start turning samples into further tests.
Automated ChangeLog
What's Changed
- feat(tests): add basic test setup by @ProbablePrime in #11
- Remove extra dot in filename by @jae1911 in #10
New Contributors
Full Changelog: 0.2.0...0.3.0
0.2.0 - Cross-Platform
What's Changed
- Create samples project by @ProbablePrime in #6
- Make Cross-Platform by @ProbablePrime in #9
- Add options from newer versions to CMP_CompressOptions.cs by @gameboycjp in #5
New Contributors
- @ProbablePrime made their first contribution in #6
- @gameboycjp made their first contribution in #5
Full Changelog: 0.1.2...0.2.0
0.1.2
0.1.1
- Fixed ci issue.
0.1.0
Intial