diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +### caja 1.20.2 + + sidebar: Respect sidebar dimensions on HiDPI + HiDPI: Convert Pixbufs to Cairo Surfaces + general: use gdk_monitor_get_scale_factor + list-view: use the cairo surface as a drag icon + Scale screen dimensions + icon-info: hash/store icons using scale factor as well as size + file: support HiDpi for thumbnails images + properties-window: support HiDpi for the properties window icon + Support HiDpi icons + canvas-container: listen to scale factor to invalidate icons + canvas-item: use gtk_render_icon_surface for the DnD surface + desktop-canvas-view: scale desktop workarea + modify code error: end the statement with a semicolon + ### caja 1.20.1 * tx: update translations diff --git a/configure.ac b/configure.ac index 60d70ae5..ea09b111 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.20.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.20.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- |