From 4bbe345b1420e4535322503d802113edd57231ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 9 Nov 2025 17:59:42 +0100 Subject: [PATCH] treewide: Document changes and release 0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- NEWS | 10 ++++++++++ debian/changelog | 18 ++++++++++++++++++ meson.build | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dc19df9..01b4005 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +gmobile 0.5.0 +------------- +Released November 2025 +* Add display information for Fairphone 6 +* Allow to run gm-display-panel-run-phosh headless allowing one to use + the tool with compositors that restrict window sizes and in ci. +* Contributors: + * Guido Günther + * Luca Weiss + gmobile 0.4.0 ------------- Released June 2025 diff --git a/debian/changelog b/debian/changelog index 3d5c926..9c3ea44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +gmobile (0.5.0) experimental; urgency=medium + + [ Luca Weiss ] + * data: Add display information for fairphone,fp6 + + [ Guido Günther ] + * build: Make gir warnings fatal. + Otherwise we'll acquire more warnings over time + * build: Make doc warnings fatal. + Otherwise we'll acquire more warnings over time + * run-phosh: Use correct unref function + * run-phosh: Allow for headless backend. + Passing `--headless` or `-h` will run things headless rather + than preseinting a window on screen. + This will also make it easy to run this in CI + + -- Guido Günther Sun, 09 Nov 2025 17:59:31 +0100 + gmobile (0.4.0) experimental; urgency=medium [ Guido Günther ] diff --git a/meson.build b/meson.build index 8e5ebf8..ff3520a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'gmobile', 'c', - version: '0.4.0', + version: '0.5.0', license: 'LGPLv2.1+', meson_version: '>= 0.56.1', default_options: ['warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- GitLab