KDevelop 5.3.2 released
We today provide a stabilization and bugfix release with version 5.3.2. This is a bugfix-only release, which introduces no new features and as such is a safe and recommended update for everyone currently using KDevelop 5.3.1.
You can find the updated Windows 32- and 64 bit installers, the Linux AppImage, as well as the source code archives on our download page.
kdevelop
- Don't call clear() on a shared pointer we don't own. (commit. fixes bug #403644)
- Workaround the bug found by ASan, which can be seen on FreeBSD CI. (commit. code review D18463)
- Kdev-clazy: use canonical paths. (commit. code review D15797)
- Prevent the Extra Arguments ComboBox to Stretch Too Much. (commit. code review D18414)
- CMake plugin: don't hardcode a default install prefix. (commit. code review D17255)
- Appimage: skip unneeded cp of cmake, removed later again. (commit. code review D18175)
- Clang plugin: Handle CUDA files better. (commit. code review D17909)
- Clang: detect Clang builtin dirs at runtime on Unix. (commit. code review D17858)
- Actually cleanup the duchain from the background thread. (commit. fixes bug #388743)
- Appimage: add okteta libs, as used by the debugger memory view. (commit. code review D17888)
- Grewpview: Fix potential crash in "Find in Files". (commit. fixes bug #402617)
- Add All Top-Level Targets to the Menu. (commit. code review D18021)
- Show "Move into Source" action in code menu. (commit. code review D17525)
- QuickOpen: Trim whitespace from input. (commit. code review D17885)
- Update kdevelop app icon to latest breeze-icons version. (commit. code review D17839)
- Appimage: have only kdevelop appdata in the appimage. (commit. code review D17582)
- Fix first run of appimage creation: get install_colorschemes.py via $SRC. (commit. code review D17581)
- Fix crash in documentation view. (commit. fixes bug #402026)
- CMake: skip server entries without empty build system information. (commit. code review D17679)
- 2 missing KTextEditorPluginIntegration::MainWindow slots. (commit. code review D17465)
- Polish Purpose integration in the PatchReview plugin. (commit. code review D17424)
- Hex editor plugin: prepare for incompatible API change of libraries from upcoming Okteta 0.26.0
kdev-python
kdev-php
No changes