Skip to content

Commit 4ec1bb6

Browse files
author
raveit65
committed
release 1.25.1
1 parent e76a8a8 commit 4ec1bb6

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

NEWS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
### marco 1.25.1
2+
3+
* update translations
4+
* window: Do not render shadows on left/right tiled windows
5+
* iconcache: Use GDesktopAppInfo to find correct application icons
6+
* window: Track window rectangle before corner tiling
7+
* window: Track window rectangle before tiling
8+
* window: Only unmaximize when the window is already maximized.
9+
* window-props: g_memdup is dreprecated from glib 2.68
10+
* warning: declaration of a variable shadows a previous local
11+
* testasyncgetprop: Mismatching the argument type 'unsigned long'
12+
* bell: Unused static function 'bell_flash_screen'
13+
* frames: Unused static functions 'get_client_region', 'get_frame_region'
14+
* compositor-xrender.c: Make sure tooltips are visible when the source
15+
* bell: missing include guard
16+
* i18n: Use glib's gettext support macros
17+
* window: turn into a GObject
18+
* build: autoconf/meson use the same value for PACKAGE_STRING
19+
* Remove the copyright information when printing the version from the command line
20+
* build: show verbose logging and debug status in configuration summary
21+
* build: by default disable also the verbose mode for autoconf
22+
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
23+
* Added VI keys (hjkl) for moving and resizing windows
24+
* window: do not unfocus on new window.
25+
* Do not call cairo paint on generate_pixmaps.
26+
* compositor-xrender: Use USHRT_MAX macro from limits.h
27+
* compositor-xrender: Remove float-conversion warning
28+
* theme: macro "ALPHA_TO_UCHAR" is not used
29+
* window: expand tile size cycling support
30+
* Remove multiple empty lines
31+
* Remove trailing spaces/tabs
32+
* common: window icon (META_DEFAULT_ICON_NAME) is no longer available
33+
134
### marco 1.25.0
235

336
* update translations

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
22

33
m4_define([marco_major_version], [1])
44
m4_define([marco_minor_version], [25])
5-
m4_define([marco_micro_version], [0])
5+
m4_define([marco_micro_version], [1])
66

77
m4_define([marco_version],
88
[marco_major_version.marco_minor_version.marco_micro_version])

0 commit comments

Comments
 (0)