You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-30Lines changed: 35 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,40 +10,45 @@ All notable changes to this project will be documented in this file.
10
10
-`UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to admin email address
11
11
- Upgrade process will now save logs to the `hst_backups` directory.
12
12
- Support for removing backup remote location (#1083).
13
-
- Add support Proftpd TLS Support
14
-
- Add the possibility to assign user "Administrators" rights on login. Replaces "root" login. Notifications are only send towards the "admin" account email.
15
-
- Updated translations system with the use of Gettext. Modified / Updated all translated strings.
16
-
- Use php7.4 as default version.
17
-
- Updated MariaDB to 10.5 (Manual upgrade required install/upgrade/manual/upgrade_mariadb.sh).
13
+
- ProFTPD: Enhanced support for TLS
14
+
- Added the ability to assign Administrator rights to users.
15
+
- Introduced more robust translation system and updated translated strings.
16
+
- MariaDB: Updated to version 10.5 (manual upgrade required for existing installations, use `$HESTIA/install/upgrade/manual/upgrade_mariadb.sh`).
17
+
- The user interface theme has been set to "Dark" by default. This can be changed from Server Settings > Configure > Basic Options > Appearance.
18
+
18
19
19
20
## Bugfixes
20
-
- Removed root login (root / root password )
21
-
-Update apache2.conf replace Include with IncludeOptional (#1072)
22
-
- Add ca-certificates, software-properties-common to the dependencies (#1073 + [Forum](https://forum.hestiacp.com/t/hestiscp-fails-on-new-debian-9-vps/1623/8) ) @daniel-eder
23
-
- Fixed issues with database port during backup when port was missing (#1068)
24
-
-Postqresql: forbid the use of upper case (#1084) causing issues with backup / creating database or user
25
-
- Fixed permissions email account during restore (#1114)
26
-
- Create .npm on creating new user (#1113) @hahagu
27
-
- Fixed Access to a website without a ssl certificate on https shows the content of the first, valid ssl website (#1103)
28
-
- Fixed an issue when installing --with-debsand version check (#1110)
29
-
- Improved Translations Chinese @myrevery
30
-
- File manager create directory with proper permissions
31
-
- Removed loop ad v-rebuild-all (#1096)
32
-
- Add $restart flag to v-add-web-domain-backend call (#1094) (#797) @bright-soft
33
-
- Fixed an issue with Restore Failed on Domains with Mail Setups using SSL (#1069)
34
-
- Fixed an issue with PHPMyAdmin button (#1078)
21
+
- Removed ability to log in as "root" (which redirected to the admin account)
22
+
-Updated Apache2 configuration to use Include with IncludeOptional (#1072)
23
+
- Add ca-certificates, software-properties-common to the dependencies (#1073 + [Forum](https://forum.hestiacp.com/t/hestiscp-fails-on-new-debian-9-vps/1623/8)) - thanks **@daniel-eder**
24
+
- Fixed an issue with database backups when the port was not specified (#1068)
25
+
-PostqreSQL: forbid the use of upper case (#1084) causing issues with backup / creating database or user
26
+
- Fixed an issue with permissions when restoring email accounts (#1114)
27
+
- Create .npm directory by default when creating new user (#1113) - thanks **@hahagu**
28
+
- Fixed an issue where websites without SSL enabled would display the content of the first valid SSL enabled website (#1103)
29
+
- Fixed an issue when using the `--with-debs` flag and version check routines (#1110)
30
+
- Improved Chinese translations - thanks **@myrevery**
31
+
-Fixed an issue where the File Manager incorrectly set new directory permissions incorrectly.
32
+
- Removed incorrect for loop that was triggered when running the `v-rebuild-all` command.
33
+
- Add `$restart` flag to `v-add-web-domain-backend` command (#1094) (#797) - thanks **@bright-soft**
34
+
- Fixed an issue when restoring domains with SSL-enabled mail domains (#1069)
35
+
- Fixed an issue where the phpMyAdmin button would not work (#1078)
35
36
- Changed WordPress name in Webapp installer (#1074)
36
-
- Add a free disk space validation during backup routine (#1115)
37
-
- Removed PHP validation SSH keys allowing support other types then RSA / DSA
38
-
- Fixed an issue which cause wrong password generation (#1184)
39
-
- Fixed issue with v-add-sys-ip and saving the ip configuration to correct port (@madito)
40
-
- Updated Exim black list for extensions (@kpapad904 / #1138)
41
-
- Fixed multiple bugs due to translations
42
-
- Fixed bug with passwords containing "'" [Forum](https://forum.hestiacp.com/t/two-factor-authentication-issue-with-standard-user/1652/)
43
-
- Refactor LXD Complier script
44
-
- Set default theme to "Dark"
45
-
- Clean up gmail.tpl (DNS) (@madito)
37
+
- Improved validation of free disk space when executing backup routine (#1115)
38
+
- Improved support for SSH keys other than RSA / DSA
39
+
- Fixed an issue where passwords were generated incorrectly (#1184)
40
+
- Fixed an issue in `v-add-sys-ip` to ensure IP configuration is set to the correct port - thanks **@madito**
41
+
- Improved spam filtering in exim blacklist with additional file extensions (#1138) - thanks **@kpapad904**
42
+
- Fixed an issue with paswords containing "`'`" - [Forum](https://forum.hestiacp.com/t/two-factor-authentication-issue-with-standard-user/1652/)
43
+
- Refactored LXD compiler script
44
+
- Cleaned up entries used in the Google / Gmail DNS template - thanks **@madito**
46
45
46
+
## [1.2.4] - Service Release
47
+
### Features
48
+
- No new features have been introduced in this release.
49
+
50
+
### Bugfixes
51
+
- Fixes an issue on auto renewing let's encrypt certificates.
0 commit comments