diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-03-18 10:18:27 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-18 07:36:56 -0700 |
commit | 4b28e6b48fed7fdf9348617ba8a38ce8b18ba19e (patch) | |
tree | 3579c8e3b855df961306be115efb4fc22f6e955f | |
parent | 83cfea3a3df05ee4b8ed2440aa476726c399fda5 (diff) | |
download | meta-openembedded-4b28e6b48fed7fdf9348617ba8a38ce8b18ba19e.tar.gz |
gnome-text-editor: update 47.2 -> 48.1
* Fix accessibility properties on search entry
* Translation updates
* Defaults for markdown no longer imply 80 char right margin and
it is instead inherted from gsetting defaults.
* Fallback indentation selection is in preferences now.
* Translation updates
* Slight UI tweaks to the open button to allow for better shrinking
of the window to narrow sizes
* Search bar cancellation bug fixes
* Fix right-margin-position in preferences not working on some
distributions
* Translation updates
* More refinement on design updates
* Search bar moved to bottom of text area
* Track changes in xdg-portal
* Translation updates
* The view menu has been removed in favor of a new properties panel
based on feedback from users over the past couple of years.
* The indention selection menu has also been removed for the same
reason.
* More options in preferences have been exposed.
* The 'grid' option has been removed from preferences as it has had
a number of issues. Though if you've enabled it, it will continue
to be visible to allow turning it off.
* Opening files with encoding errors will present the option to select
an encoding from the infobar.
* Text Editor now uses the new "text" GtkFileDialog APIs from GTK.
This should allow using portals and thus, Nautilus as a file chooser.
* Document statistics can be updated as you type in the new panel.
* The language selection dialog shows recent languages above other
languages to make common changes quicker.
* The position label is now displayed above the editor view when the
cursor moves for reasons other than typing such as jumping by arrow
movement or mouse/touch press to move the cursor.
* Fix alignment/sizing of zoom buttons.
* A new fullscreen mode similar to Ptyxis/Epiphany.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb (renamed from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb index aad4842e52..317d082940 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_47.2.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb | |||
@@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check | |||
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "opengl" | 19 | REQUIRED_DISTRO_FEATURES = "opengl" |
20 | 20 | ||
21 | SRC_URI[archive.sha256sum] = "7d04039b16174ec5fd65fea2f447f3febd9fdf2aa36e9997abc6ff992cc31e38" | 21 | SRC_URI[archive.sha256sum] = "52089ba978a665841803b1b69e0e7be75b09a7d54e01e8d0bb29926e0f342437" |
22 | 22 | ||
23 | FILES:${PN} += " \ | 23 | FILES:${PN} += " \ |
24 | ${datadir}/metainfo \ | 24 | ${datadir}/metainfo \ |