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 3b474e5d4f2ff90b68b4fbdd9c42e203bfbd75d5
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Aug 8 16:42:15 2025 +0200
1.0.31
---
ChangeLog | 11 +++++++++++
configure.ac | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 1db56ce0..c5bcc05b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
+e16 v1.0.31 - 2025-08-08
+------------------------
+- 1.0.31
+- Update po
+- text: Eliminate obsolete FontOps:TextFit function
+- text: Avoid lockup (endless loop) in TextFit functions
+- Sound: Make with-sound-player option work
+- backgrounds: Save configuration when changed from configuration dialog
+- backgrounds: Remove pointless call to autosave()
+- backgrounds: Some cosmetic function name changes
+
e16 v1.0.30 - 2024-08-09
------------------------
- 1.0.30
diff --git a/configure.ac b/configure.ac
index 7106fd7f..4a08e2be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([e16],[1.0.30],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([e16],[1.0.31],[enlightenment-devel@lists.sourceforge.net])
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.