diff --git a/_posts/2024-04-18-point-release-xdg-desktop-portal-lxqt.md b/_posts/2024-04-18-point-release-xdg-desktop-portal-lxqt.md index eb68812..5d4d24d 100644 --- a/_posts/2024-04-18-point-release-xdg-desktop-portal-lxqt.md +++ b/_posts/2024-04-18-point-release-xdg-desktop-portal-lxqt.md @@ -7,7 +7,7 @@ promoted: true categories: release --- -The LXQt team announces a point releases for xdg-desktop-portal-lxqt 1.0.1. +The LXQt team announces a point release for xdg-desktop-portal-lxqt 1.0.1. The release can be downloaded from [Github](https://github.com/lxqt/xdg-desktop-portal-lxqt/releases). Changes: diff --git a/_posts/2024-05-05-point-releases.md b/_posts/2024-05-05-point-releases.md new file mode 100644 index 0000000..4dcabc6 --- /dev/null +++ b/_posts/2024-05-05-point-releases.md @@ -0,0 +1,46 @@ +--- +layout: post +title: Point Releases of Several Components +slug: Point-Release-xdg-desktop-portal-lxqt +date: 2024-05-03 22:04 +promoted: true +categories: release +--- + +The LXQt team announces point releases of the following components: + +**xdg-desktop-portal-lxqt 1.0.2** + +Changes: + +* Fixed the initial path, which started to get broken with apps like Firefox recently. The credit goes to the KDE team for their solution in xdg-desktop-portal-kde. + +The release can be downloaded from [Github](https://github.com/lxqt/xdg-desktop-portal-lxqt/releases). + + +**Image-Qt 2.0.1** + +Changes: + +* Fixed a crash on using annotations with Qt ≥ 6.7. +* Fixed a memory leak. + +The release can be downloaded from [Github](https://github.com/lxqt/lximage-qt/releases). + +**libfm-qt 2.0.1** + +Changes: +* Removed a redundant child-parent relation in pathbar to prevent a rare crash with Qt ≥ 6.7. + +The release can be downloaded from [Github](https://github.com/lxqt/libfm-qt/releases). + +**lxqt-notificationd 2.0.1** + +Changes: + +* Prevented a random crash on killing the process with Qt ≥ 6.7. + +The release can be downloaded from [Github](https://github.com/lxqt/lxqt-notificationd/releases). + + +