<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>KDevelop</title><link>https://kdevelop.org/</link><description>KDevelop News</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>2026-04-02T17:26:13+00:00</lastBuildDate><atom:link href="https://kdevelop.org/index.xml" rel="self" type="application/rss+xml"/><item><title>KDevelop 5.6.1 released</title><link>https://kdevelop.org/news/kdevelop-561-released/</link><pubDate>Fri, 11 Dec 2020 20:25:42 +0000</pubDate><guid>https://kdevelop.org/news/kdevelop-561-released/</guid><description>
&lt;p&gt;About three months after the release of KDevelop 5.6.0, we provide a first bugfix and stabilisation release for the 5.6 series today: KDevelop 5.6.1&lt;/p&gt;
&lt;p&gt;Most notably,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;an incompatibility of kdev-python with Python versions earlier than 3.9.0 was fixed, which led to instability,&lt;/li&gt;
&lt;li&gt;support for gdb 10.x was fixed,&lt;/li&gt;
&lt;li&gt;an issue in the &amp;quot;Run test&amp;quot; feature was fixed with tests launched by the same executable (377639),&lt;/li&gt;
&lt;li&gt;several crashes on exit while debugging was fixed (425994, 425993, 425985),&lt;/li&gt;
&lt;li&gt;the output view now highlights glibc assert messages by default,&lt;/li&gt;
&lt;li&gt;behaviour of the &amp;quot;Stop&amp;quot; and &amp;quot;Stop all&amp;quot; toolbar buttons was made less confusing (it no longer has a delayed-dropdown),&lt;/li&gt;
&lt;li&gt;a set of oddities were fixed with initial parsing of project files,&lt;/li&gt;
&lt;li&gt;a crash was fixed when closing KDevelop directly after opening a large project (427387, 427386),&lt;/li&gt;
&lt;li&gt;a crash was fixed in some cases when launching an executable (399511, 416874)&lt;/li&gt;
&lt;li&gt;improved support for changing the CMake_BUILD_TYPE in projects (429605)&lt;/li&gt;
&lt;li&gt;a crash was fixed when the problem reporter plugin was turned off during runtime,&lt;/li&gt;
&lt;li&gt;various other small bug fixes were added, and&lt;/li&gt;
&lt;li&gt;various smaller performance improvements were done.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As usual, the source code and prebuilt binaries can be downloaded from &lt;a href="https://kdevelop.org/download"&gt;https://kdevelop.org/download&lt;/a&gt;. Note that the AppImage is now using a new Centos 7 based build process. Please report any issues you have with it on our bug tracker: &lt;a href="https://bugs.kde.org"&gt;https://bugs.kde.org&lt;/a&gt;&lt;/p&gt;</description></item><item><title>KDevelop 5.6 released</title><link>https://kdevelop.org/news/kdevelop-560-released/</link><pubDate>Mon, 07 Sep 2020 17:09:52 +0000</pubDate><guid>https://kdevelop.org/news/kdevelop-560-released/</guid><description>
&lt;p&gt;We are happy to announce the availability of KDevelop 5.6 today.&lt;/p&gt;
&lt;p&gt;This release brings half a year of work, focused mainly on stability, performance, and future maintainability. Many existing features have received small improvements again, and there is one highly-visible addition: optional display of inline notes for problems at the end of the line (&lt;a href="https://commits.kde.org/kdevelop/b1a18c6644d756d70c9fbb2162a93048acf5658e"&gt;commit&lt;/a&gt;). Learn more at David Redondo's &lt;a href="https://blog.david-redondo.de/kde/2020/02/28/problems.html"&gt;blog post&lt;/a&gt; introducing this feature.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;
&lt;img class="img-fluid" alt="KDevelop 5.6.0 in action, showing inline problem notes" src="https://kdevelop.org/sites/www.kdevelop.org/files/inline-images/KDevelop_5.6.0.png"
style="max-width: 100%; height: auto"
/&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="improved-cmake-project-support"&gt;Improved CMake project support&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Also highlight CMake 'Generating done' messages. (&lt;a href="https://commits.kde.org/kdevelop/664b5496e13eea353cb58fd80648a519e2d149af"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do not remove project information when ChooseCMakeInterfaceJob fails. (&lt;a href="https://commits.kde.org/kdevelop/f24761eebbd67806efcd1878fe8f434ad6d8f0f0"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix a cmake test linker error with Qt 5.9. (&lt;a href="https://commits.kde.org/kdevelop/01e9f1b618becae2d5190007602e8d3aa3e028c9"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimize CMakeManager::fileInformation for path lookups. (&lt;a href="https://commits.kde.org/kdevelop/5ce71a7adda34d19c9010bd48f696bf7e139b57b"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;CMake: trim build dir parameters we read from configuration files. (&lt;a href="https://commits.kde.org/kdevelop/09f6bed85f3c8a75ac1695a8194cef4b4340900e"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;CMake: don't add .rule files to targets. (&lt;a href="https://commits.kde.org/kdevelop/4075c5e5d08453ffec180986301d5af34f487803"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;CMake: skip utility targets with empty sources. (&lt;a href="https://commits.kde.org/kdevelop/bbd36385c28c9ccc04d605b85d42534ca9ac7f40"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Reload project when non-{generated,external} CMake file becomes dirty. (&lt;a href="https://commits.kde.org/kdevelop/893b400bd2c65634c429a071efb25163ea837c3b"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;CMake-file-api: query for and parse cmakeFiles. (&lt;a href="https://commits.kde.org/kdevelop/87265626d23a0f392e337bc1d0e93ae06a423884"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support grouping of cmake targets into sub folders. (&lt;a href="https://commits.kde.org/kdevelop/ddca5c1fdd169aee750489958a38fb1c8edcee5f"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Actually use the cmake-file-api for project import, if possible. (&lt;a href="https://commits.kde.org/kdevelop/76ddc001950321190def89d2894cf452dd825870"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/417202"&gt;#417202&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Increase error reporting on CLI when cmake import fails. (&lt;a href="https://commits.kde.org/kdevelop/10f3505c787c0f5ab1f2b35c1daf287fa812a8ad"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Actually parse the cmake-file-api response files. (&lt;a href="https://commits.kde.org/kdevelop/958bc087cc1804a054be553f1c81a325590afb12"&gt;commit&lt;/a&gt;. See bug &lt;a href="https://bugs.kde.org/417202"&gt;#417202&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Start implementation of cmake-file-api support. (&lt;a href="https://commits.kde.org/kdevelop/d38ae65bc3b5304e13fd641b4971939e67f70d09"&gt;commit&lt;/a&gt;. See bug &lt;a href="https://bugs.kde.org/417202"&gt;#417202&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Improve error handling when failing to create cmake build dir. (&lt;a href="https://commits.kde.org/kdevelop/23a57a29ad1a47133ae884954ae322dc3262483d"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="improved-c-language-support"&gt;Improved C++ language support&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Take -U into account when extracting defines from compile flags. (&lt;a href="https://commits.kde.org/kdevelop/6ed6cb31342f4f3d493e8dd440bb8f4fdc0fb9f8"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow passing custom args to clang through clang-parser utility. (&lt;a href="https://commits.kde.org/kdevelop/4f55b2e7bb9b30c1a919291822b24fe2f674b930"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;KDev-clang: don't skip unexposed declarations from different files. (&lt;a href="https://commits.kde.org/kdevelop/a7f7c9ac6b8fc9254d7efe17adde7d95b613bb1c"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/402066"&gt;#402066&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="improved-php-language-support"&gt;Improved PHP language support&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update phpfunctions.php to phpdoc revision 350290. (&lt;a href="https://commits.kde.org/kdev-php/4d5ff9b290869e3676a25630b99558be1d8676ca"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support PHP 7.1's syntax for catching multiple exceptions. (&lt;a href="https://commits.kde.org/kdev-php/8349069a884218d7fa5ff2c309a689217d20e581"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="improved-python-language-support"&gt;Improved Python language support&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support for Python 3.9. (&lt;a href="https://commits.kde.org/kdev-python/05e95cac74b0bb3595a6d97da07a12b907385be5"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/419290"&gt;#419290&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Distro packages may be compiled against an earlier CPython version, and thus not include this.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Set parser feature version correctly for Python 3.8+. (&lt;a href="https://commits.kde.org/kdev-python/21dba4e71ffc56e96bf10893726ce319f2fc1ca3"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix highlighting range bugs with CPython 3.8.2+ (&lt;a href="https://commits.kde.org/kdev-python/f7950bafd0eb2cbc7632206ebb8588b641fefb9c"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="other-changes"&gt;Other Changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix keyboard focus for plasmoid. (&lt;a href="https://commits.kde.org/kdevelop/98e8ad4f5b2bfaf85288220feaf3eed48ebe64d6"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/422774"&gt;#422774&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only reload sessions in dataengine when relevant files/paths change. (&lt;a href="https://commits.kde.org/kdevelop/c6d53e9bb9c2ed57639be3c810f4b840f26c324a"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Show empty sessions in data engine. (&lt;a href="https://commits.kde.org/kdevelop/b16a1b64ea26367548c5980721d51b1d36197ff3"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sublime: fix tab bar base frame not being drawn between tabs &amp;amp; view status. (&lt;a href="https://commits.kde.org/kdevelop/33e01168df9b5b9c2fe97e7583f3db1fc5bda561"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Associate loaded breakpoints with a moving cursor. (&lt;a href="https://commits.kde.org/kdevelop/ff7a0ea60d4d7546b09dafdfedfc0db18b59e722"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/424431"&gt;#424431&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make sure DebugController is initialized before UI is shown. (&lt;a href="https://commits.kde.org/kdevelop/cc3f98b89f30a2501fdb1d848714b9b3eedd0c85"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/424430"&gt;#424430&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Remove &amp;quot;text/x-diff&amp;quot; alias from supported MIME types. (&lt;a href="https://commits.kde.org/kdevelop/3344e9bfa28a330ec48aa9c472b5a82225004f83"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support also new name KSysGuard of what was before named KF5SysGuard. (&lt;a href="https://commits.kde.org/kdevelop/f5dd5e92c1bd750bb0d71a83ca3aea364101dac7"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Execute: remember the option to kill a process that is already running. (&lt;a href="https://commits.kde.org/kdevelop/9279c8e910371b9527f8ea6fefb27047a6f4c0e0"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Make compile with MSVC++ 19.24. (&lt;a href="https://commits.kde.org/kdevelop/1952386c834a0aa067be5992f9c48a5c49e0036f"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Optimize and improve environment variable expansion. (&lt;a href="https://commits.kde.org/kdevelop/9258497a8d09910c853867dd56c90b1df5222c99"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Support escaping backslash before dollar in environment variables. (&lt;a href="https://commits.kde.org/kdevelop/486b6a39c3cb585c5604707d86af276896b58843"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Consider catchpoint to be a code breakpoint. (&lt;a href="https://commits.kde.org/kdevelop/b9078cbd4b866be83aafa0bc9695374b4364801b"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Actually remove temporary item repository directories. (&lt;a href="https://commits.kde.org/kdevelop/73185564fa795c484713f0205380068282ec0f3e"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Workaround behavior change in QUrl::adjusted(QUrl::NormalizePathSegments). (&lt;a href="https://commits.kde.org/kdevelop/65cdabaf7dc41c7b1455de0cba7d8a971989ed46"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Prevent recursion in environment variable expansion. (&lt;a href="https://commits.kde.org/kdevelop/6efab5edcdca4700ebc3a600cfef66ba775c26cb"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't crash when there is no documentation for a given URL. (&lt;a href="https://commits.kde.org/kdevelop/4ab4219d5c8302ed97824787e76a50ed39bf6385"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Skip unexposed DecompositionDecl. (&lt;a href="https://commits.kde.org/kdevelop/28befed97e10f8764b48f33839081914789120d1"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow expansion of custom defined variables inside other variables. (&lt;a href="https://commits.kde.org/kdevelop/1e4fdcf30c73948c0fd8fa759f62fbba021d7fed"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow usePreview=true for user-created source formatter styles. (&lt;a href="https://commits.kde.org/kdevelop/fe268683f2221495750ce015207d66527c213f56"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Clean up AStyleFormatter declarations. (&lt;a href="https://commits.kde.org/kdevelop/1ec00f2fe3169ac4508f46067d5b5cd99e66a4c3"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;[Documentation] Allow link following between providers. (&lt;a href="https://commits.kde.org/kdevelop/9f1f63fac21c6bbfd2cabceaf3fb7b5965fb6742"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Only cache PCH and completion results for files opened in editor. (&lt;a href="https://commits.kde.org/kdevelop/cc5d32e3d7b02dc7c8906583f751d3ac7023176a"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix Ctrl+mouse_scroll zoom of documentation view. (&lt;a href="https://commits.kde.org/kdevelop/728e952a983fb33b974744fb73d1fbf039cbb7ae"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Use data-error/warning/information icons to mark problems. (&lt;a href="https://commits.kde.org/kdevelop/ea7bed89d9be0435129bc853cade662c633f5d25"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix resetting documentation view's zoom factor via Ctrl+0 shortcut. (&lt;a href="https://commits.kde.org/kdevelop/b278b8f8c9cf3ca47977a0ea3997ce5be4b67d38"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Allow navigating with forward &amp;amp; back mouse buttons from CMake and ManPage home pages. (&lt;a href="https://commits.kde.org/kdevelop/3bb743764b910df186272471266d1e4ac3d5fb65"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix documentation view navigation via forward &amp;amp; back mouse buttons. (&lt;a href="https://commits.kde.org/kdevelop/325c6e75a0d6ec334d4c351c240a46a69c61f703"&gt;commit&lt;/a&gt;, &lt;a href="https://commits.kde.org/kdevelop/fbea811e0941e6e6d01e4fd09a07184b34b67e85"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do not force update when reloading projects. (&lt;a href="https://commits.kde.org/kdevelop/716ca19830fd55e97ab81cb8df26f97ea9d3e885"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;ProblemNavigationContext: fix pixel-scaled icons in problem tooltip. (&lt;a href="https://commits.kde.org/kdevelop/bda22a5e479a212811ff06c9a178451faaaf7ef8"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Jump to declaration when definition file doesn't belong to a project. (&lt;a href="https://commits.kde.org/kdevelop/8ebac86b88322c392c933a3a163efa4384e4ab24"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do not canonicalize paths to non-existent files. (&lt;a href="https://commits.kde.org/kdevelop/a7dc4800ddef84a5eb94f03a927117f8731ca33a"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Do not include end-of-line markers in build dir settings. (&lt;a href="https://commits.kde.org/kdevelop/3539e7da6097cea86f1e91fee438cef8bde23660"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't crash when we fail to find a screen for the active tooltip. (&lt;a href="https://commits.kde.org/kdevelop/e37549a4b04cd88174b968b37c7061376e0c6744"&gt;commit&lt;/a&gt;. See bug &lt;a href="https://bugs.kde.org/417151"&gt;#417151&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Unbreak duchainify. (&lt;a href="https://commits.kde.org/kdevelop/e84eae14148787cc13c397c4f6e888f3f2e62630"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Don't crash when signatures don't match in AdaptSignatureAssistant. (&lt;a href="https://commits.kde.org/kdevelop/a5cf36fe47abf197d9fdee2a30f5b014d3feead5"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="get-it"&gt;Get it&lt;/h2&gt;
&lt;p&gt;Together with the source code, we again provide a pre-built one-file-executable for 64-bit Linux as an AppImage. You can find it on our &lt;a href="https://www.kdevelop.org/download"&gt;download page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The 5.6.0 source code and signatures can be downloaded from &lt;a href="https://download.kde.org/stable/kdevelop/5.6.0/src/"&gt;download.kde.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Should you have any remarks or in case you find any issues in KDevelop 5.6, please let us &lt;a href="https://www.kdevelop.org/support"&gt;know&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>KDevelop 5.6 beta 1 released</title><link>https://kdevelop.org/news/kdevelop-5580-released/</link><pubDate>Mon, 17 Aug 2020 16:16:32 +0000</pubDate><guid>https://kdevelop.org/news/kdevelop-5580-released/</guid><description>
&lt;p&gt;We are happy to announce the release of KDevelop 5.6 Beta 1!&lt;/p&gt;
&lt;p&gt;5.6 as a new feature version of KDevelop will bring half a year of small improvements to features across the application. Full details will be given in the announcement of the KDevelop 5.6.0 release, which is currently scheduled for in 3 weeks.&lt;/p&gt;
&lt;p&gt;Should you have any remarks or in case you find any issues in KDevelop 5.6 Beta 1, please let us &lt;a href="https://www.kdevelop.org/support"&gt;know&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="downloads"&gt;Downloads&lt;/h2&gt;
&lt;p&gt;You can find the Linux AppImage (&lt;a href="https://appimage.org/"&gt;learn about AppImage&lt;/a&gt;) here: &lt;a href="https://download.kde.org/unstable/kdevelop/5.5.80/bin/linux/KDevelop-5.5.80-x86_64.AppImage"&gt;KDevelop 5.6 beta 1 AppImage (64-bit)&lt;/a&gt; (verify by: &lt;a href="https://download.kde.org/unstable/kdevelop/5.5.80/bin/linux/KDevelop-5.5.80-x86_64.AppImage.sig"&gt;GPG signature&lt;/a&gt;, keys linked on &lt;a href="https://kdevelop.org/download/"&gt;Download&lt;/a&gt; page)
Download the file and make it executable (chmod +x KDevelop-5.5.80-x86_64.AppImage), then run it (./KDevelop-5.5.80-x86_64.AppImage).&lt;/p&gt;
&lt;p&gt;The source code can be found here: &lt;a href="https://download.kde.org/unstable/kdevelop/5.5.80/src/"&gt;KDevelop 5.6 beta 1 source code&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Windows installers are currently not offered, we are looking for someone interested to take care of that.&lt;/p&gt;</description></item><item><title>KDevelop 5.5.2 released</title><link>https://kdevelop.org/news/kdevelop-552-released/</link><pubDate>Tue, 02 Jun 2020 13:28:58 +0000</pubDate><guid>https://kdevelop.org/news/kdevelop-552-released/</guid><description>
&lt;p&gt;We today provide a bug fix and localization update release with version 5.5.2. This release introduces no new features and as such is a safe and recommended update for everyone currently using a previous version of KDevelop 5.5.&lt;/p&gt;
&lt;p&gt;You can find the updated Linux AppImage as well as the source code archives on our &lt;a href="https://kdevelop.org/download/"&gt;download&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Should you have any remarks or in case you find any issues in KDevelop 5.5, please let us &lt;a href="https://www.kdevelop.org/support"&gt;know&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="changelog"&gt;ChangeLog&lt;/h2&gt;
&lt;h3 id="kdevelop"&gt;&lt;a href="https://commits.kde.org/kdevelop"&gt;kdevelop&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Remove plugin &amp;quot;kde repo provider&amp;quot; due to defunct service. (&lt;a href="https://commits.kde.org/kdevelop/a36a50baf050850fa0e513ceae2e99be7749c27c"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Fix extra margins around config pages. (&lt;a href="https://commits.kde.org/kdevelop/97befad9e55cdf1337ed7c1afeae4cfee73b02f6"&gt;commit&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="kdev-python"&gt;&lt;a href="https://commits.kde.org/kdev-python"&gt;kdev-python&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;No user-relevant changes.&lt;/p&gt;
&lt;h3 id="kdev-php"&gt;&lt;a href="https://commits.kde.org/kdev-php"&gt;kdev-php&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Check type before accessing it. (&lt;a href="https://commits.kde.org/kdev-php/5753d80c89217bda3d4865a8d4ca6fa29a7b6ee3"&gt;commit&lt;/a&gt;. fixes bug &lt;a href="https://bugs.kde.org/421509"&gt;#421509&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>