News in 47.0, 2024-04-27 (stable version) ----------------------------------------- Web presence: * New website for gedit: https://gedit-technology.github.io/apps/gedit/ * Update URLs for gedit-technology.net -> https://gedit-technology.github.io/ * Start to migrate away from wiki.gnome.org. Branding: * Restore the previous app icons and logo. New features: * Experimental: add light/dark GTK theme variant configuration (as a hidden GSettings key for now). Removed features: * Localization (l10n): all the translations are disabled, gedit is available in English only because some underlying modules are not on l10n.gnome.org or equivalent. * In the preferences dialog, remove the toolbar to install/uninstall color schemes. Third-party color schemes are still supported, but the XML file(s) need to be copied into the right directory by another means, see: https://gedit-technology.github.io/developer-docs/extra/libgedit-gtksourceview/style-schemes.html or also the gedit user help documentation. Under-the-hood changes: * Adapt the code for libgedit-gtksourceview API changes. * Adapt the code for the Tepl -> libgedit-tepl module rename. * Code refactorings, various improvements and bug fixes. * Continue to reduce usage of *.ui files, write code instead. * Use newer GLib API at some places. * Add -Wshadow to the CFLAGS and fix the corresponding warnings. For plugins: * Some API changes (see the page documenting the API breaks). * Improve the API documentation. Misc: * Rename *.appdata.xml to *.metainfo.xml and do some updates to that file. * Update documentation for contributors. * Links to some third-party plugins.