5.1.12
- New: Added a Kazakh (kk) translation
- Updated the bundled DDS FileType Plus plugin to v1.12.14 (thanks @null54!)
- Updated the bundled JPEG XL FileType plugin to v1.2.1 (thanks @null54!)
|
|
|
|
|
5.1.11
- Fixed the DxgiAdapterService not implementing IDxgiAdapterService2 due to a bad merge conflict
|
5.1.9
- 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
|
5.1.8
- Fixed an issue where a JPEG with an XYZ color profile was taking a very long time to load
- Fixed the ability to use relative paths to open images via paintdotnet.exe when Paint.NET is already open
- New: Added +/- buttons in the toolbar for the Text tool's font size
- Improved the robustness of file saving in pathological scenarios (e.g. power outage at the very end of saving)
- Added a /resetWindows command-line parameter to assist in troubleshooting scenarios
- Updated the bundled DDSFileTypePlus plugin to v1.12.13 (thanks @null54!)
|
5.1.7
- This is a hotfix for brush rendering to not occasionally have segments that are drawn twice.
- The 5.1.6 update was a hotfix for a memory leak, and also updated the bundled JPEG XL plugin to fix a crash on ARM64.
- The 5.1.5 update added JPEG XL (*.jxl) support, improved quantization color quality, updated AVIF loading to better handle mapping HDR images to SDR, and fixed some bugs.
|
5.1.6
- Fixed a memory leak when flattening an image and then undoing that change.
- Updated the bundled JpegXLFileType plugin to fix a crash on ARM64 (thanks @null54!).
|
5.1.5
- New: JPEG XL (*.jxl) images are now supported by way of bundling @null54's JpegXLFileType plugin
- Fixed the Levels adjustment not honoring the active selection.
- Fixed some more mouse cursor issues when completing certain actions with certain tools.
- Fixed some keyboard shortcuts in the Adjustments menu not working reliably.
- Fixed most cases of tooltips blinking on/off when drawn near the bottom of the screen (thanks @toe_head2001!).
- Fixed some new high-DPI scaling issues in toolbar dropdowns.
- Improved quantization quality for Effects->Color-Quantize and when saving an image at 8-bit depth and below. This was done by merging octree node colors in linear gamma space.
- Fixed some incorrect background text color rendering in the status bar.
- Updated the bundled AvifFileType plugin to v3.12.1, which improves conversion from HDR images utilizing the Rec. 2020 PQ color space (thanks @null54!).
- Updated the bundled WebpFileType plugin to v1.5.0 (thanks @null54!).
|
5.1.4
- Fixed: Installation on Windows Server will no longer fail with an error about a missing srclient DLL.
- Improved: When saving an image fails due to Windows Defender's "Controlled Folder Access" setting, the error message will mention that instead of being a generic "I/O failure" message.
- New: GIF Comment metadata is now preserved. It maps to EXIF Photo.UserComment tags.
- Improved: Consolidated the number of threads used for Async Present from 3 per image (canvas, left ruler, top ruler) to 3 total.
- Improved: ColorManagementEffect now supports DxgiColorSpace color contexts (for plugin developers).
|
5.1.3
- Fixed: Some PNG metadata from text chunks is now preserved (Author, Comment, Copyright, and Description).
- Fixed some issues with snapping tool windows when there are multiple monitors with different scaling levels.
Sometimes the snapping boundaries would be calculated in the wrong coordinate space and cause snapping to happen at seemingly arbitrary (and weird) locations.
- Improved frame rate, frame pacing, and responsiveness of the canvas when using CPU- or GPU-intensive tools such as Move Selected Pixels.
- Fixed an off-by-1 error in the Median Blur effect that was producing incorrect results, especially with radius=1.
- Fixed a crash in the Levels adjustment's UI due to some improper value clamping.
- Fixed the Red Eye Removal effect so it no longer crashes if the canvas zoom level does not show the whole image.
- Fixed the Red Eye Removal effect so that it properly clips to the active selection.
- Fixed: View - Zoom to Selection no longer adjusts the zoom level slightly if used twice in a row.
- Improved: The Color properties for the Clouds effect now have Reset buttons, which will reset them to the current Primary and Secondary colors.
- Fixed: When opening an image with a CMYK color profile, it will be ignored and removed if the image is actually RGB.
- Fixed some issues with the mouse cursor briefly being a generic arrow instead of the tool's requested cursor.
- Fixed: The installer will no longer silently die on Windows 10 pre-v21H2.
It will now correctly show an error message stating that Windows 10 v21H2 is required, and the exit code will be ERROR_OLD_WIN_VERSION.
- Substantially improved UI responsiveness when modifying a complex selection with a combine mode other than Replace
- Fixed: Tooltips now respect dark mode (thanks @toe_head2001!)
- Fixed: The Text tool's "Sharp (Modern)" rendering mode has been reverted to use Natural Symmetric rendering instead of Natural Symmetric Downsampled.
- Reduced the performance cost of the circle "preview cursor" that all of the brush tools use.
- Fixed PdnZoomBlurEffect when the AlphaMode property was set to Straight.
- Fixed PdnZoomBlurEffect when the BorderMode was set to Soft.
- New: HlslUnaryFunctionEffect (for GPU effect plugin developers) now has FrexpMantissaPortion, FrexpExponentPortion, ModfIntegerPortion, and ModfFractionalPortion.
These provide access to the Frexp and Modf HLSL instructions.
- New: Plugins may now implement custom DirectWrite IInlineObjects.
- New: IEffectConfigForm.Close() is now public, and may be used by plugins that are hosting other effects via IEffectsService2.
- New: Added an accelerator key for Image -> Rotate 90° Counter-clockwise.
- New: Added accelerator keys to the View menu for the Inches, Centimeters, and Pixels choices.
- Changed to use the Windows thread pool instead of the .NET portable thread pool.
|
5.1.2
- Improved (reduced) CPU and GPU usage of the canvas, which leaves more CPU time for things like input processing.
This was done by enabling VSync while also utilizing the DXGI Frame Latency Waitable Handle to minimize latency.
- Fixed some screen blanking issues for some systems that have buggy MPO (multiplane overlay) support.
- Fixed flickering and mouse trails for systems that have NVIDIA Fast VSync enabled (NVIDIA driver bug).
- Fixed a hang while making changes to the Transparency Checkerboard Brightness setting when certain legacy plugins are installed.
- Fixed a crash in the Levels adjustment UI if it was canceled or closed too quickly.
- Added a /diagnostics command-line parameter that shows the diagnostics info without having to start up the whole app.
- Added convenience constructors to most of Direct2D's built-in effects (for GPU effect plugin authors).
- Added a PrimitiveBlendEffect for GPU effect plugins.
This wraps ID2D1BlendTransform which is normally only available for use within the transform graph of a custom effect.
- Added ability for plugins to work with CMYK (PixelFormats.Cmyk32/64 and ColorCmyk32/64 structs)
- Updated the DDS FileType Plus plugin to v1.12.12.0 (thanks @null54!)
|
5.1.1
- Added the ability to choose the fill color when expanding the image with Image->Canvas Size
- Fixed the ability to paste images with transparency from Firefox
- Fixed the ability to paste certain types of images with transparency from Microsoft Office applications
- Changed Edit->Cut and Edit->Crop to Selection to completely zero out pixels outside of the selected area, which could otherwise be a privacy issue.
- Fixed the inability to load an image with a bad ICC color profile. The color profile will now be ignored and the image will be treated as if it had an sRGB color profile.
- Fixed the titlebar text being drawn in the active text color when the window is not active when using Light or Blue themes
- Reverted the removal of the Settings checkbox that lets you disable overscroll
- Fixed a crash in the Levels adjustment UI due to a rounding error
- Fixed a race condition in resource loading that sometimes caused the zoom level in the status bar to display as "ScaleFactor.Percentage.Format"
- Fixed some graphical corruption, hang, or crash issues caused by Nahimic A-Volute malware
- Worked around a crash ("0xc000007b") in the installer caused by Sentinel One antivirus.
- Worked around a hang at app startup if Sentinel One antivirus.
- Fixed many cases of screen blanking, rendering glitches, and crashes on systems with certain NVIDIA GeForce GPUs, and certain displays with support for overlays and/or VRR (FreeSync, GSYNC). This appears to be a bug in NVIDIA's driver.
- Fixed effects calling Dispose() on the IServiceProvider when they shouldn't have been. This affected plugins like CodeLab and Plugin Browser.
- Updated the bundled AVIF FileType to version 3.11.0.0 (thanks @null54!)
|