diff --git a/NEWS b/NEWS index dc19df968e7a7671109bc987b7d2e1b852e11670..01b400527da938ed3141b23a68192188f77053da 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 3d5c926d0daf5ef7559752e8b98fd643ba2ec60f..9c3ea4417765e03fe8b197fe0f04ccba2303b4c6 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 8e5ebf8b6e63cad8a36930d20935203ef472b583..ff3520ac05bd91e23377c69b0ca389a58e6218f6 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'],