@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33
44## [ CURRENT] - Development
55### Features
6+ ### Bugfixes
7+
8+ ## [ 1.1.0] - 2020-03-09 - Major Release (Feature / Quality Update)
9+ ### Features
610- Added support for custom user interface themes.
11+ - Changed default font to improve readability on Windows and Linux.
12+ - Introduced official Dark and Flat themes.
713- Adjusted default font size for improved readability.
814- Added read only/demo mode function if DEMO_MODE is set to yes in hestia.conf.
915- Added php-imagick module to installer and upgrade scripts.
@@ -57,9 +63,9 @@ All notable changes to this project will be documented in this file.
5763- Fixed MultiPHP upgrade script to update all web templates.
5864- Fixed report issue link in installer scripts.
5965- Fixed database user authentification on backup restore.
60- - Added robots.txt for roundcube webmail to prevent search bot crawling.
66+ - Added robots.txt for Roundcube webmail to prevent search bot crawling.
6167- Re-Enable force ssl function on let's encrypt certification renew.
62- - Added official postgresql repository to be up to date.
68+ - Added official PostgreSQL repository so system stays up-to- date with latest available upstream packages .
6369- Hardening MySQL configuration, prevent local infile.
6470- Fixed lograte bug and cleans up the messed up nginx/apache2 log permissions.
6571- Fixed IfModule mpm_itk.c for apache2 templates.
@@ -69,6 +75,8 @@ All notable changes to this project will be documented in this file.
6975- Fixed typo in delete psql database part, thanks to @joshbmarshall .
7076- Split long txt records to 255 chunks to prevent bind issues, thanks to @setiseta .
7177- Fixed missing restart routine for vsftp on v-add-letsencrypt-host.
78+ - Show amount of disk space consumed by /home when running v-list-sys-info.
79+ - Remove broken /webmail alias from previous versions.
7280
7381## [ 1.0.6] - 2019-09-24 - Hotfix
7482### Bugfixes
0 commit comments