Version 5.1.11 du 10/11/2025- Fixed the DxgiAdapterService not implementing IDxgiAdapterService2 due to a bad merge conflict.
Version 5.1.10 du 09/11/2025- New : Added a Romanian (RO) translation.
- Fixed a crash (BadNumberException) when moving selected pixels off-canvas, then modifying the selection, then moving the selected pixels back on-canvas.
- Changed Effects->Noise->Add Noise's Coverage property to be a float instead of an integer.
- Fixed a rare crash when the system wakes from sleep.
- Fixed a small GCHandle leak.
- Fixed HlslTernaryFunctionEffect when using 3 value parameters.
- Added IDxgiAdapterService2 for plugin use.
- Updated the bundled AvifFileType plugin to v3.13.1.
- Updated the bundled JPEG XL FileType plugin to v1.2.0, which improves support for HBD/HDR image loading.
- Updated the bundled WebP FileType plugin to v1.6.0.
Version 5.1.9 du 31/07/2025- New : Added Bulgarian (bg) translation.
- Fixed : The Levels and Auto-Level adjustments were crashing with panoramic images due to a bug in Direct2D that caused it to attempt allocating a texture that was too large.
- Fixed : Using a non-solid fill pattern with a non-opaque color was resulting in the wrong colors being drawn to the layer due to a mixup between straight and premultiplied alpha.
- Fixed : Non-CMYK images with an embedded CMYK color profile were being rendered with completely wrong colors.
- Fixed a few small memory leaks.