diff options
author | raveit65 <[email protected]> | 2021-06-04 17:56:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-06-04 18:10:05 +0200 |
commit | 4ec1bb6d8f3f7079d52a71c40028b9ee93a00311 (patch) | |
tree | d860bb36431f9ad9c449f2a39fc26fb03e189055 | |
parent | e76a8a86f5bb3183ddb019f1fd3aa338ece2f849 (diff) | |
download | marco-4ec1bb6d8f3f7079d52a71c40028b9ee93a00311.tar.bz2 marco-4ec1bb6d8f3f7079d52a71c40028b9ee93a00311.tar.xz |
release 1.25.1v1.25.1
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 34 insertions, 1 deletions
@@ -1,3 +1,36 @@ +### marco 1.25.1 + + * update translations + * window: Do not render shadows on left/right tiled windows + * iconcache: Use GDesktopAppInfo to find correct application icons + * window: Track window rectangle before corner tiling + * window: Track window rectangle before tiling + * window: Only unmaximize when the window is already maximized. + * window-props: g_memdup is dreprecated from glib 2.68 + * warning: declaration of a variable shadows a previous local + * testasyncgetprop: Mismatching the argument type 'unsigned long' + * bell: Unused static function 'bell_flash_screen' + * frames: Unused static functions 'get_client_region', 'get_frame_region' + * compositor-xrender.c: Make sure tooltips are visible when the source + * bell: missing include guard + * i18n: Use glib's gettext support macros + * window: turn into a GObject + * build: autoconf/meson use the same value for PACKAGE_STRING + * Remove the copyright information when printing the version from the command line + * build: show verbose logging and debug status in configuration summary + * build: by default disable also the verbose mode for autoconf + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * Added VI keys (hjkl) for moving and resizing windows + * window: do not unfocus on new window. + * Do not call cairo paint on generate_pixmaps. + * compositor-xrender: Use USHRT_MAX macro from limits.h + * compositor-xrender: Remove float-conversion warning + * theme: macro "ALPHA_TO_UCHAR" is not used + * window: expand tile size cycling support + * Remove multiple empty lines + * Remove trailing spaces/tabs + * common: window icon (META_DEFAULT_ICON_NAME) is no longer available + ### marco 1.25.0 * update translations diff --git a/configure.ac b/configure.ac index 243f5d7f..e86cd8bc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.50) m4_define([marco_major_version], [1]) m4_define([marco_minor_version], [25]) -m4_define([marco_micro_version], [0]) +m4_define([marco_micro_version], [1]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) |