Skip to content

Commit

Permalink
release 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jan 19, 2020
1 parent de3a7ef commit dc73321
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------------------------------

Expand Down

0 comments on commit dc73321

Please sign in to comment.