Looks like a bugfix/translation release: Release notes for 0.8.9 ======================= 0.8.9 ===== - Respect the "Working Directory" setting when opening initial window (the current directory was used instead). (bug #16292) - Disable "Paste" actions in read-only mode - Point session manager to desktop file. This means that the session manager will know the (translated) name and icon for the application. This is visible e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121) - Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning - Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h which is normally used for "Help" menu. (bug #15989) - Fix 'Menubar starts shown when set to hidden in properties' (bug #15979) - Fix invalid geometry on Wayland. Also fixes the issue with increasing the window size when showing or hiding widgets such as tabbar, toolbar, menubar on Wayland. - Fix size increase when the menu is used on Wayland (bug #13938) - Avoid passing null pointer to g_warning() - Replace GLib threading functions with their GDK counterparts - Fix setting a font via the command line (bug #15869) - Properly apply zoom factor when creating new tab (bug #15785) - Add icons to "Cancel" and "Paste" buttons - Fix background color changing when changing focus if "Vary the background color for each tab" is enabled (bug #15740) - Revert "Save accelerators map on exit". It turned out that saving accelerators map on exit prevents users from disabling the Alt+N shortcuts by setting them to "" in accels.scm. The shortcuts that had been disabled got overridden on the next launch of the terminal. (bug #16058) - Allow to unset window urgency hint even if "Visual bell" is disabled (bug #15729) - Unmaximize drop-down window when hiding it. This seems to help xfwm4; otherwise, it won't be able to unmaximize the window once it's shown again. (bug #15681) - Allow to use --maximize with drop-down windows - Search dialog: Make opacity scale unfocusable. This prevents the text entry from losing focus when the opacity scale is used. - Fix closing tabs with middle click. This includes switching to last active tab, allowing to undo close tab, and checking for a running process. (bug #15687) - Translation updates: Croatian, English (United Kingdom), Finnish, French, Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak, Slovenian
Signed-off-by: Andreas Müller <[email protected]> --- .../{xfce4-terminal_0.8.8.bb => xfce4-terminal_0.8.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.8.bb => xfce4-terminal_0.8.9.bb} (70%) diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb similarity index 70% rename from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb rename to meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb index ebc046b78..493758c18 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb @@ -8,7 +8,7 @@ inherit xfce-app FILES_${PN} += "${datadir}/xfce4 \ ${datadir}/gnome-control-center" -SRC_URI[md5sum] = "4295d4d783f6d6dfe92f5bb15d96f6c6" -SRC_URI[sha256sum] = "8fba6a60d3a0fee07417ad7c36bf78cc45be1b27f0759e125051aa73f08487fd" +SRC_URI[md5sum] = "cb40a6cc5b3e35fa4d68f1b702f11027" +SRC_URI[sha256sum] = "247683a51a964cfaa6b1e92030afe9f782efebfcb550a464170b53eb94216795" RRECOMMENDS_${PN} += "vte-prompt" -- 2.21.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
