From 50897cfb6115ee209fec80f2d5b7a5f8d96537ab Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 18 Aug 2019 12:15:28 +0200 Subject: release 1.23.2 --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 35cef17b..7bae6aa8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +### caja 1.23.2 + + * update translations + * caja-progress-info: use NotifyNotification instead of GNotification + * Copy file and keep timestamps of original file including remotes + * Fix Caja crashes on file move in Korean + * Support querying files by contained text + * use show icons option in views tab + * Add preference option to hide icons in list view. + * fm-directory-view: add icon to "empty trash" into "File" menu + * gla11y: use version 0.3 which already defaults to using python3 + * caja-places-sidebar: add icon to "empty trash" + * spatial-window: replace geprecated gtk_menu_popup + * property-browser: replace deprecated gtk_drag_begin + * fm-list-view: replace deprecated gtk_drag_begin + * Show thumbnails in list view + * file-manager: reduce the scope of some variables + * preferences: Render extension icons as cairo_surfaces + * preferences: Render media icons as cairo_surface + * Replace gdkpixbuf with cairo_surfaces in a few more places + * sidebar: Render info icon as vector + * desktop: Add specific CSS for ContrastHigh and ContrastHighInverse + * desktop: Add specific CSS for HighContrast and HighContrastInverse + * Add support for loading theme-specific caja-desktop CSS + * Refactor custom CSS loading into a separate function + * Add support for checking .ui accessibility with gla11y + * Render file-conflict icons as cairo_surface vectors + * file-conflict-dialog: don't scale icons twice on hidpi monitors + * eel-string: Fix 'make check' + * Restore transparent background on icon view labels + * desktop icon view: disconnect callback from correct GSettings instance + * Add scroll tabs with mouse wheel for File's properties and caja's preferences windows + * hidpi: ensure all icons are properly scaled + * use GETTEXTDATADIRS replace GETTEXTDATADIR + * create msgstr for data/browser.xml + * add gettext its + * migrate intltool to gettext + ### caja 1.23.1 * desktop: Force no borders on desktop items by default diff --git a/configure.ac b/configure.ac index dbc8fc45..b834f880 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.23.1], [https://mate-desktop.org]) +AC_INIT([caja], [1.23.2], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1