Version | Change log |
Paint.NET 5.1.6 (5.106 Mar 14, 2025 |
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!). |
Paint.NET 5.1.6 (5.105 Mar 13, 2025 |
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!). |
Paint.NET 5.1.5 (5.105 Mar 11, 2025 |
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!). |
Paint.NET 5.1.4 (5.104 Mar 4, 2025 |
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.0, 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!). |
Paint.NET 5.0.13 (5.13 Aug 3, 2024 |
Changes since 5.1 alpha build 8929: Fixed: HDR displays are now supported on Windows 10 (previously required Windows 11). They will no longer fall back to sRGB mode. Fixed the selected pixels going invisible with the Move Selected Pixels tool when the scale factor was greater than 2 on either axis Fixed an internal color profile cache bug that was preventing images from loading Fixed title bar text rendering legibility on systems at 100% scaling (96 DPI) |
Paint.NET 5.0.13 Mar 5, 2024 | |
Paint.NET 5.0.12 Dec 1, 2023 |
Fixed a silent crash that was preventing the app from opening when double-clicking an image in Explorer, due to a bug in .NET's ProfileOptimization class Fixed some canvas navigation keyboard shortcuts that have some overlap with the new tab movement shortcut keys (Ctrl+Shift+PageUp/PageDown) Fixed a crash in the Move Selected Pixels tool when the GPU does not support Direct3D Feature Level 11 Fixed another rare crash when rapidly undoing changes made with the Move Selected Pixels tool Fixed a few typos, inconsistencies, and bugs in some plugin APIs Updated the bundled AvifFileType plugin to v1.1.27.0, which now supports loading the primary image of an animated/multi-frame AVIF Updated the bundled WebPFileType plugin to v1.3.21.0, which now supports loading the first frame of an animated WebP image instead of saying the file is not supported |
Paint.NET 5.0.11 Oct 11, 2023 |
Fixed: If an image file (such as .png or .jpg) is actually a WebP image, the WebPFileType will be used for loading instead of WIC's WebP codec (which doesn't work correctly) Fixed a crash when undoing brush strokes Fixed a rare crash in the updater UI when exiting the app Fixed a crash that was preventing CodeLab's UI Preview functionality from working Updated the bundled DdsFileTypePlus plugin to v1.12.8.0. It now supports DDS files from S.T.A.L.K.E.R.: Shadow of Chernobyl, and has fixed BC5 Signed saving (thanks @null54!) |
Paint.NET 5.0.10 Oct 1, 2023 |
New: Edit -> Paste now supports base64-encoded images, which enables copying images from Microsoft Teams (thanks @null54 for the implementation!) Fixed a rare bug that would cause selection tools to not work until the image was closed and reopened Fixed: All mouse cursors will now honor the Windows setting for adjusting the mouse pointer size Fixed a rare crash when rapidly undoing multiple actions New: Plugins can now access the built-in JPEG and PNG FileTypes through two new methods on IFileTypesService New: The Paint.NET Plugin API Documentation website is now live at https://paintdotnet.github.io/apidocs/ Fixed: All of the custom Direct2D effects now have runtime metadata (DisplayName, Author, Category, Description), which is useful for a UI that lets the user browse them (e.g. node editor) New: Added convenience constructors to many Direct2D effects so that they can be used without declaring a new local variable |
Paint.NET 5.0.9 Aug 8, 2023 |
Fixed: When using Alt+Tab, the internal state of the Alt key could get 'stuck' when the Shapes or Line/Curve tool was active, causing the next shape or line/curve to be drawn from the center Fixed: Sliders were not responding to the mouse wheel (regression in 5.0.8) Fixed the DeviceEffect.Properties.Min/MaxInputCount properties, which were throwing an ArgumentException (for plugin authors) Fixed a rare crash at app exit due to a race condition in the auto-updater Fixed a rare crash when the system resumes from sleep mode, due to a race condition in DWM reporting whether composition is enabled Fixed a rare crash when using copy+paste due to .NET Runtime issue Updated the bundled DDSFileTypePlus plugin to v1.12.2.0, which fixes the inability to save on ARM64 systems Updated the bundled WebPFileType plugin to v1.3.19.0, which fixes the inability to save on ARM64 systems |