Changelog for 23.1.20241111

This commit is contained in:
ralf 2024-11-11 08:56:59 +01:00
parent 1e35e80219
commit b12fdea76c
3 changed files with 17 additions and 2 deletions

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '23.1.010'; $setup_info['api']['version'] = '23.1.010';
$setup_info['api']['versions']['current_header'] = '1.29'; $setup_info['api']['versions']['current_header'] = '1.29';
// maintenance release in sync with changelog in doc/rpm-build/debian.changes // maintenance release in sync with changelog in doc/rpm-build/debian.changes
$setup_info['api']['versions']['maintenance_release'] = '23.1.20241008'; $setup_info['api']['versions']['maintenance_release'] = '23.1.20241111';
$setup_info['api']['enable'] = 3; $setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1; $setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL'; $setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,18 @@
egroupware-docker (23.1.20241111) hardy; urgency=low
* All apps: new icons based on Bootstrap icons
* All apps: new "fancy" theme, which can be enabled in user general preferences
* Admin: allow to mark users as hidden, to show them only to admins e.g. to hide functional users from regular users
* Status, Addressbook: preference to use first letters of username for avatar instead of initials
* Addressbook: show username for accounts as a column in the list too
* Addressbook: change title and role to 128 characters
* Mail: explicitly allow data-uris of arbitrary length for images (were shown as red questionmark, when longer then 800 chars)
* Mail: fix Sieve editor considers mail body rules wrongly as unconditional, if there are more than one rule
* All apps: fix private custom-fields were shown independent of entry type-filter, if user was allowed to see the field
* EPL/Mail/SpamTitan: allow admins to white- or blacklist for all users / whole domain
-- Ralf Becker <rb@egroupware.org> Mon, 11 Nov 2024 08:56:59 +0100
egroupware-docker (23.1.20241008) hardy; urgency=low egroupware-docker (23.1.20241008) hardy; urgency=low
* Mail: fix not working drag-n-drop and context menu und lazy-loaded 2nd mail account * Mail: fix not working drag-n-drop and context menu und lazy-loaded 2nd mail account

View File

@ -2,7 +2,7 @@
"name": "EGroupware", "name": "EGroupware",
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/", "description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
"license": "GPL-2.0", "license": "GPL-2.0",
"version": "23.1.20241008", "version": "23.1.20241111",
"repository": {}, "repository": {},
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",