1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-15 23:47:24 +02:00
This commit is contained in:
Joshua Tauberer
2025-07-11 05:59:13 -04:00
parent fbf95271f4
commit 3cde9a8893
2 changed files with 30 additions and 1 deletions

View File

@@ -1,6 +1,35 @@
CHANGELOG
=========
Version 73 (July 11, 2025)
--------------------------
Mail:
* Quotas for mail storage can now be set per user in the control panel.
* Autoconfig now includes POP3 and CardDAV/CalDAV.
Backups:
* Fix for S3-compatible backups (other than AWS S3 itself).
Control Panel:
* Backup status is added to the status checks.
* S3 backup credentials can now be stored in environment variables.
* Fix for when an AAAA record is set up the box's own IP address.
* Fix for when logged out of the control panel.
* Fix link to Z-Push client compatibility list.
Setup:
* The Ubuntu version check is updated.
Other:
* Code cleanup using the Ruff Python linter.
* Other minor changes.
Version 72 (June 3, 2025)
-------------------------