diff options
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +### mate-user-guide 1.20.2 + + * Translations update + * add autogen.sh to Extra_dist + * Use make functions for HELP_LINGUAS + * update instructions for editing keyboard shortcuts + * added keyboard shortcut for showing hidden files + * Systems without dconf profiles + * dconf settings storage system + * Remove extra char + * GNOME Media is deprecated: remove gstreamer-properties + * tx: improve makepot + * Replace -Dokumentationsprojekt with Documentation Project + * Virtual filesystem in Unix-like operating systems + * Remove full stop (period) in title ending + * Remove unused screenshots + * Add Catalan screenshot - caja_restore_saved_search + * Add Catalan screenshot - caja_always_use_browser.png + * Fix spelling and grammar mistakes + * Remove menu_panel.png + * Show MATE logo in menu panel + * fix installation + * Resize screenshot + * Browser mode is the default in MATE + * tx: simplify source (.pot) file generation + * Add Catalan screenshots + * Fix figure title - search bar + * fix LINGUAS + ### mate-user-guide 1.20.1 * Translations update of content diff --git a/configure.ac b/configure.ac index 5e8bf56..b83be1c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-user-guide], [1.20.1], [https://github.com/mate-desktop/mate-user-guide/issues/new]) +AC_INIT([mate-user-guide], [1.20.2], [https://github.com/mate-desktop/mate-user-guide/issues/new]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip]) AM_SILENT_RULES([yes]) |