From e31960ab3d3ecd3efeef1c97d1d40d94b866f4b7 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 4 Aug 2023 17:19:59 -0300 Subject: [PATCH] 1.17.0 --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 76af8522c..c4111615d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Changes in 1.17.0 +================= +Released: 2023-08-04 + +- Drop the Autotools build. Meson is now the only supported build system. +- Rework how portal implementations are loaded. This new, more robust system + allows selecting specific backends for specific portals, and layering them + when necessary. Platforms that provide portals implementation are encouraged + to provide a suitable configuration file. +- Introduce a new Clipboard portal. This portal extends the Remote Desktop + portal by adding support for sharing clipboard between remote machines. +- Introduce a new Input Capture portal. This portal adds mechanisms for taking + control of input devices. The primary usage model is centered around the + InputLeap and Synergy use cases, where local devices are used to control + remote displays. +- Stop using the deprecated GTimeVal struct +- Bump GLib dependency to 2.66 +- Add an "accept-label" option the the Print portal. This lets apps suggest a + proper label to the print operation. +- Various fixes to the Global Shortcuts portal +- Support restoring remote desktop sessions +- Improve robustness of the OpenURI portal by validating more URIs +- The PipeWire dependency is now mandatory +- Various improvements for the test suite +- Translation updates + Changes in 1.16.0 ================= Released: 2022-12-12