@@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file.
44## [ CURRENT] - Development
55### Features
66- Added support for custom user interface themes.
7- - Fixed issues with incorrect font rendering on Windows and Linux.
87- Adjusted default font size for improved readability.
98- Added read only/demo mode function if DEMO_MODE is set to yes in hestia.conf.
109- Added php-imagick module to installer and upgrade scripts.
@@ -14,11 +13,14 @@ All notable changes to this project will be documented in this file.
1413- Extended v-extract-fs-archive to allow archive testing and extracting only specific paths (for tar)
1514- Added file manager (Tiny File Manager).
1615- Allow renaming of existing packages from console (v-rename-package).
17- - Webmail ip address is now inherited from web domain when using multiple IPs.
16+ - Webmail IP address is now inherited from web domain when using multiple IPs.
17+ - Exim now uses the web domain IP if it exists.
18+ - Public IP is now used when updating webmail DNS record.
1819
1920### Bugfixes
2021- Added a detection of web root for add .well-known ACME challenge.
2122- Reworked Let's Encrypt ACME staging to use Hestia code standards.
23+ - Fixed issues with incorrect font rendering on Windows and Linux.
2224- Fixed issues with Let's Encrypt - use Nginx for Let's Encrypt ACME request if present.
2325- Reworked v-add-sys-ip, removed CentOS/Red Hat support and reworked conditions.
2426- Enabled HSTS and force SSL on v-add-letsencrypt-host.
@@ -48,7 +50,10 @@ All notable changes to this project will be documented in this file.
4850- Disabled alerts for successful cronjob backups.
4951- Fixed an issue with suspending resources when logged in as a normal (non admin) user.
5052- Fixed an issue with unsuspending a user, PHP-FPM website pool configuration was being deleted.
51- - Fixed potential upgrade issue when using v-update-sys-hestia-git
53+ - Fixed potential upgrade issue when using v-update-sys-hestia-git.
54+ - Fixed corruption of global user stats when rebuilding a mail domain.
55+ - Fixed formatting of backup exclusions textbox.
56+ - Fixed MultiPHP upgrade script to update all web templates.
5257
5358## [ 1.0.6] - 2019-09-24 - Hotfix
5459### Bugfixes
0 commit comments