[websites/krita-org] content/en/posts/2026: Replace bug numbers with proper links to the bug reports.
Wolthera van Hövell <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 704d592580d3bf8555181f93d3bbd4b427ed6745 by Wolthera van Hövell, on behalf of Wolthera van Hövell tot Westerflier. Committed on 29/07/2026 at 17:16. Pushed by woltherav into branch 'master'. Replace bug numbers with proper links to the bug reports. M +18 -18 content/en/posts/2026/krita-5.3.3-released.md https://invent.kde.org/websites/krita-org/-/commit/704d592580d3bf8555181f93d3bbd4b427ed6745 diff --git a/content/en/posts/2026/krita-5.3.3-released.md b/content/en/posts/2026/krita-5.3.3-released.md index e1d224fb..12e4ec78 100644 --- a/content/en/posts/2026/krita-5.3.3-released.md +++ b/content/en/posts/2026/krita-5.3.3-released.md @@ -20,35 +20,35 @@ For a longer explanation and a way to give feedback or ideas, [take a look at th Special thanks to Freya Lupen and Elena Sagalaeva, for multiple bug fixes, as well as the many newcomers who contributed to this release (named in the changelog). -- Don't free hold frame undo command at scope exit (BUG:520732) +- Don't free hold frame undo command at scope exit ([Bug 520732](https://bugs.kde.org/show_bug.cgi?id=520732)) - Added get started, community, website and source code icons (Thanks to Arkady Flury) - Try removing shell=True from the python calls on Windows - Get rid of division by zero in the KisMplTest.( Thanks to Elena Sagalaeva) - [android] All animation export and import functionality has been removed for now. Mostly because these functions didn't do anything. We're working on a properly working replacement for Android specifically. -- Delete QuaZipFile before deleting the archive (BUG:520362) -- Fix layers getting deselected when starting transform (BUG:517590) -- Ensure a layer is activated for new views (BUG:518465 , Thanks to Gregg Jansen van Vuren) -- Fix FFmpeg 7.0+ to render HDR animations (BUG:520669) -- Fix Out-of-Bounds-Selection-Inversion (BUG:518235, Thanks to Ricky Ringler) +- Delete QuaZipFile before deleting the archive ([Bug 520362](https://bugs.kde.org/show_bug.cgi?id=520362)) +- Fix layers getting deselected when starting transform ([Bug 517590](https://bugs.kde.org/show_bug.cgi?id=517590)) +- Ensure a layer is activated for new views ([Bug 518465](https://bugs.kde.org/show_bug.cgi?id=518465) , Thanks to Gregg Jansen van Vuren) +- Fix FFmpeg 7.0+ to render HDR animations ([Bug 520669](https://bugs.kde.org/show_bug.cgi?id=520669)) +- Fix Out-of-Bounds-Selection-Inversion ([Bug 518235](https://bugs.kde.org/show_bug.cgi?id=518235), Thanks to Ricky Ringler) - Fix Display Selection action check stats -- Fix crash on null event pointer in Abstract Input Action (BUG:520581) -- Fix crash when deleting a text shape (BUG:520939) -- Fix not loading some xmp exif metadata correctly (BUG:520981) -- Omit invalid values for xmp metadata when saving (BUG:520982) -- Fix crash with combined shapes (BUG:521106) +- Fix crash on null event pointer in Abstract Input Action ([Bug 520581](https://bugs.kde.org/show_bug.cgi?id=520581)) +- Fix crash when deleting a text shape ([Bug 520939](https://bugs.kde.org/show_bug.cgi?id=520939)) +- Fix not loading some xmp exif metadata correctly ([Bug 520981](https://bugs.kde.org/show_bug.cgi?id=520981)) +- Omit invalid values for xmp metadata when saving ([Bug 520982](https://bugs.kde.org/show_bug.cgi?id=520982)) +- Fix crash with combined shapes ([Bug 521106](https://bugs.kde.org/show_bug.cgi?id=521106)) - [android] Implement supporter benefits - Make welcome page not show missing shortcuts as X - Allow welcome page to shrink properly - [android] Handle full-screen mode directly - [android] Let the user set the UI scale at runtime -- UI/Animation: Fixed some animation actions breaking when switching playback engines. (BUG:518711) +- UI/Animation: Fixed some animation actions breaking when switching playback engines. ([Bug 518711](https://bugs.kde.org/show_bug.cgi?id=518711)) - UI/Settings: Fix bad animation settings layout. -- [win][qt6] Fix transparent canvas widget issue (BUG:517102) -- Force non-var vertical metrics to use default vertical caret. (BUG:517717) -- Fix font-family sorting for fonts with wwsWithoutName set mixed.(BUG:518874) -- Try to deduplicate font family names better, so we don't get sql errors. (BUG:517361) -- Fix bug 522430. Switching between frames should always complete. (BUG:522430) -- Fix deadlock when doing perspective transform (BUG:520602) +- [win][qt6] Fix transparent canvas widget issue ([Bug 517102](https://bugs.kde.org/show_bug.cgi?id=517102)) +- Force non-var vertical metrics to use default vertical caret. ([Bug 517717](https://bugs.kde.org/show_bug.cgi?id=517717)) +- Fix font-family sorting for fonts with wwsWithoutName set mixed.([Bug 518874](https://bugs.kde.org/show_bug.cgi?id=518874)) +- Try to deduplicate font family names better, so we don't get sql errors. ([Bug 517361](https://bugs.kde.org/show_bug.cgi?id=517361)) +- Fix bug 522430. Switching between frames should always complete. ([Bug 522430](https://bugs.kde.org/show_bug.cgi?id=522430)) +- Fix deadlock when doing perspective transform ([Bug 520602](https://bugs.kde.org/show_bug.cgi?id=520602)) - Expose tool and brush change signals to PyKrita (Thanks, Moritz Staudinger) - Various fixes to the selection action panel, including the ability to stick it to the sides of the canvas by pressing the "pin" icon. - Various fixes to the comic panel editing tool functionality.