- Use .NET 8.0 for release builds
- Drop netcoreapp3.1 and net5.0 targets (they aren't supported anymore)
- Replace System.Drawing with SkiaSharp
- Use .NET 7.0 for release builds
- Add C64 color reduction palette
- Linux binary
- Nuget release also for .NET 6
- Update System.Drawing.Common
- Nuget release also for .NET 5
- Support LibDithering 0.9.2 (a bit faster)
- Use 1d byte array for faster processing
- Refactor to support LibDithering 0.9.1 (over 20% faster)
- Initial Nuget release