Skip to content

Commit

Permalink
releases 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 2, 2024
1 parent 78fa5f0 commit 84be1dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
### marco 1.27.1

* update translations
* tabpopup: Use more contrasting background when not composited
* Allow applications to raise windows when raise_on_click is off.
* replace deprecated gtk_image_menu_item
* ui/tabpopup: likewise only enable compositing code if available.
* ui/frames: check that compositing is not only requested, but also available.
* Fix losing title of windows with a 3 or 4 bytes first character
* meson: Enable verbose mode support by default in line with Autoconf
* Revert "build: by default disable also the verbose mode for autoconf"
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* Show correct window title when owned by superuser. Issue #749
* Add setting to raise windows on alt+tab popup
* Test if XResQueryClientIds() is available before using it.
* Test Xres 1.2 is present
* test return value from XResQueryClientIds()

### marco 1.27.0

* tx: sync with transifex
* update translations
* replace _NET_WM_PID with XResGetClientPid (#741)
* Always bring into foreground the previous window after closing one
* tx: update resource
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.58)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [27])
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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'marco', 'c',
version: '1.27.0',
version: '1.27.1',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
Expand Down

0 comments on commit 84be1dc

Please sign in to comment.