From 4fb362e1998bb5b46ecb732d6e08b6014c815e15 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Jan 2020 20:19:50 +0100 Subject: release 1.23.3 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7bae6aa8..b28f6088 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +### caja 1.23.3 + + * update translations + * fm-properties: Remove use of mate-desktop-thumbnail helper + * Update copyright to 2020 + * Make device ejection notifications translatable + * Keep path same when opening new window from an existing one + * editable-label: Don't hyphenate filenames + * libcaja-private/caja-file: redundant condition + * avoid redundant redeclarations + * canvas-item: Don't hyphenate filenames + * change name from caja.{its,loc} to mimeinfo.{its,loc} + * caja-extensions: allows the translation of copyright + * caja-window-slot: "folder-saved-search" icon instead "text-x-generic" + * Let some strings be translatable + * add document for CajaWidgetViewProvider api + * add new interface + * add CajaWidgetViewProvider docs + * add new extension for widget view + * hide menu and toolbutton when view is only one + * Set FmWidgetView is single view. + * add new FmWidgetView object + * fix build error about autoptr clean + * Don't export translation for Icon keyword in desktop files + * desktop files: Add comments for translators + * Fix a grammar mistake reported by translators + * Remove comments that are not written to translators from pot file + * Use absolute path of binary on desktop files + ### caja 1.23.2 * update translations diff --git a/configure.ac b/configure.ac index 345cb9eb..c249c116 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.23.2], [https://mate-desktop.org]) +AC_INIT([caja], [1.23.3], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1