From 9ed8fa4daf8024b603a307f35b57982dab61e65b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 28 Jan 2018 16:24:30 +0100 Subject: release 1.20 --- NEWS | 19 +++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 94c995e3..7f0cc948 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +### marco 1.20.0 + + * Translations update + * require GTK+ 3.22 and GLib 2.50 + * build: drop unneeded pangoxft requirement + * Small bugfix for the move_to_X keybinds + * Bugfix for monitors of different sizes + * Restructured monitor keybinds and adjust save_rect + * Implemented simple shourtcuts to move window to another monitor + * schema: fix typos + * compositor: don't try to paint window that is not viewable, fix #324 + * Fix wrong result in meta_window_titlebar_is_onscreen() for windows without a frame + * Add support for gtk3 _GTK_SHOW_WINDOW_MENU event + * More elegant solution for handling new move-to-workspace keybinds + * Implemented a setting to disable top tiling + * Implemented tabpopup when moving window to different workspace + * keybindings.c: Fix build warning: + * Reset tile_resized to false when fullscreening + ### marco 1.19.2 * Translations update diff --git a/configure.ac b/configure.ac index 5874b871..4cabff76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.50) m4_define([marco_major_version], [1]) -m4_define([marco_minor_version], [19]) -m4_define([marco_micro_version], [2]) +m4_define([marco_minor_version], [20]) +m4_define([marco_micro_version], [0]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) -- cgit v1.2.1