This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 6572addee841522097c2ee0b032dbf32a703d4bc
Author: Kim Woelders <[email protected]>
AuthorDate: Thu Sep 3 19:06:30 2026 +0200
1.0.32
---
ChangeLog | 29 +++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index c5bcc05b..9512c7ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,33 @@
+e16 v1.0.32 - 2026-09-03
+------------------------
+- 1.0.32
+- snaps: Fix potential crash in title match feature
+- Spec file: Add a %conf section
+- Update po
+- French translation update (Philippe J. Guillaumie)
+- De-iconify windows demanding attention
+- edge: Re-enable button press/release events on top/bottom edge windows
+- .gitignore: Add missing item
+- autofoo: Fix configure.ac for gettext v1.0
+- menus: Remove definitions for horizontal menus
+- manus: Remove broken support for horizontal menus
+- backgrounds: Show progress bars when compositing is enabled
+- pagers: Forgot cast
+- backgrounds: Tweak background scaling heuristics
+- backgrounds: Cosmetics
+- backgrounds: Accept some more background file extensions
+- pagers: Blink pager mini on demands attention
+- ewins: Tweak _NET_WM_STATE_DEMANDS_ATTENTION handling
+- pagers: Fix pagers stopping to update some window miniatures
+- snaps: Enable matching title when changed after window is mapped
+- snaps: Drop never used SNAP_MATCH_MULTIPLE
+- snaps: Cosmetics
+- Compile cleanly with -Wdouble-promotion
+- backgrounds: Save backgrounds after modifying one in backgrounds dialog
+- ewins: Add comments with flag values
+- ewins: Disallow client move/resize of fullscreen windows
+
e16 v1.0.31 - 2025-08-08
------------------------
- 1.0.31
diff --git a/configure.ac b/configure.ac
index 9cc503b6..5e49a9e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([e16],[1.0.31],[[email protected]])
+AC_INIT([e16],[1.0.32],[[email protected]])
AM_INIT_AUTOMAKE([foreign dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.