diff options
author | raveit65 <[email protected]> | 2018-01-28 16:24:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-28 16:24:30 +0100 |
commit | 9ed8fa4daf8024b603a307f35b57982dab61e65b (patch) | |
tree | 1c8787bfc0d08626009f135abdcb5cdcb77ff182 | |
parent | ecd03cb221a0fd7cd17dfc2d2e550801be4e87ba (diff) | |
download | marco-9ed8fa4daf8024b603a307f35b57982dab61e65b.tar.bz2 marco-9ed8fa4daf8024b603a307f35b57982dab61e65b.tar.xz |
release 1.20v1.20.0
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 21 insertions, 2 deletions
@@ -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]) |