diff --git a/_posts/2018-05-21-lxqt-0.13.0.md b/_posts/2018-05-21-lxqt-0.13.0.md new file mode 100644 index 0000000..98377b1 --- /dev/null +++ b/_posts/2018-05-21-lxqt-0.13.0.md @@ -0,0 +1,40 @@ +--- +layout: post +title: Release LXQt 0.13.0 +slug: lxqt-0130 +date: 2018-05-21 +promoted: true +categories: release +--- + +The LXQt team is proud to announce the release of LXQt 0.13.0, the Lightweight Qt Desktop Environment. + +The LXQt team is working hard towards LXQt 1.0.0. [Want to help us?](https://github.com/lxqt/lxqt/wiki/Contributing-code) Found any bugs? Please file bug reports and pull requests on our [GitHub tracker](https://github.com/lxqt/lxqt/issues)! + +The release can be downloaded at [downloads.lxqt.org](https://downloads.lxqt.org/current.html) or [Github](https://github.com/lxqt) + +### Highlights + +* All packages are ready for Qt 5.11. +* Out-of-source-builds are now mandatory. +* libfm-qt is made more self-sufficient and less dependent on libfm, resulting in better performance and more flexibility. +* qps and screengrab have been moved to the LXQt umbrella. +* Improved overall translations. +* Made menu-cached optional (default=off) in panel and runner to prevent memory leaks and to avoid problems when restarting or shutting down LXQt. +* Improved LXQtCompilerSettings. +* Our (upstream) configuration defaults were moved to `/usr/share/lxqt`, distribution's overrides can be placed into `/etc/lxqt` + +### Notes For Packagers +* Please follow the build order (todo in announcements). +* Please note that our repos are moved to [GitHub/lxqt](https://github.com/lxqt). Mentions and links should point at the new location. +* lxqt-build-tools >= 0.5.0 is mandatory and should be packaged directly after libqtxdg. +* All lxqt-* packages depend on liblxqt >= 0.9.0. +* libfm-qt soname bumped from libfm-qt3 to libfm-qt5. +* liblxqt now build-depend on libpolkit-qt5-1 directly. +* lxqt-admin now build-depend on libpolkit-qt5-1 directly. +* lximage-qt, lxqt-qtplugin pcmanfm-qt depend on libfm-qt >= 0.13.0. +* qterminal depends on qtermwidget >= 0.9.0. + +---- + +[Read the full release notes here](https://forum.lxqt.org/t/release-lxqt-0-13-0/301)