From ad04a6f88e1f8dadd2e28abb400c6c8537327789 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 10 Jul 2024 11:12:27 +0100 Subject: [PATCH] Notes missing from CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f9cc2b7f..c10054a66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ More detailed release notes can be found on the [releases page](https://github.c * Look up system fonts for glyphs that cannot be found embedded (#2572, #1579) * Completed support for Wayland on Linux * Completed support for the Web driver (*except file handling) + * Add support for XDG Desktop Portals when built with `-tags flatpak` on Linux * Activity indicator widget * InnerWindow and MultipleWindows containers * ThemeOverride container for grouping items with a different theme @@ -30,9 +31,11 @@ More detailed release notes can be found on the [releases page](https://github.c * Form layout can now be vertical (labels above field) or adaptive for mobile * Add support for Bold, Italic and Underline for TextGrid (#1237) * Add support for setting a custom resource as the font source for text (#808) + * New `test` functions `NewTempApp`, `NewTempWindow` and `TempWidgetRenderer` to free resources automatically ### Changed + * Fyne now depends on Go 1.19 at a minimum * Round the corners of scroll bars with new theme value * Improve contrast of text on highlight background colours * Layout of iOS and Android apps will adapt when keyboard appears (#566, #2371)