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-33Lines changed: 35 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,46 +3,48 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [1.3.0] - Major Release (Feature / Quality Update)
5
5
### Features
6
-
- Users can now choose to point a domain to a different document root (similar to domain parking).
7
-
- The software update procedure will now perform a system health check prior to installation and repair missing environment variables.
6
+
- Users can now choose to point a domain to a different document root location (similar to domain parking).
7
+
- The software update process will now perform a system health check before proceeding with installation.
8
8
- Administrators now have control over software update notifications through the following settings in `$HESTIA/conf/hestia.conf` and through the Control Panel web interface:
9
-
-`UPGRADE_SEND_EMAIL` = Sends an email notification to admin email address
10
-
-`UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to admin email address
11
-
- Upgrade process will now save logs to the `hst_backups` directory.
12
-
- Support for removing backup remote location (#1083).
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.
9
+
-`UPGRADE_SEND_EMAIL` = Sends an email notification to primary admin account's email address
10
+
-`UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to the primary admin account's email address
11
+
- The upgrade process will now save installation logs to the `/root/hst_backups` directory by default for post-install troubleshooting.
12
+
-**Note:** We may adjust this path in the future and will document such changes as they happen.
13
+
- We've introduced the ability to assign Administrator rights to other user accounts, enabling them to perform tasks under the Server Settings tab.
14
+
- We've introduced a more robust translation system which will allow us to provide higher quality translations in future releases.
15
+
- For new installations, MariaDB 10.5 is now the default version.
16
+
- For existing installations, we've provided a manual post-install upgrade script. Please run `$HESTIA/install/upgrade/manual/upgrade_mariadb.sh` to migrate to MariaDB 10.5).
17
+
- The user interface theme has been set to "Dark" by default. This can be changed from **Server Settings > Configure > Basic Options > Appearance**.
18
+
-**Note:** The name of the default theme has not been adjusted, and the change to the "dark" theme only applies to new installations at this time. This behavior may be changed in a future release.
18
19
19
-
20
-
## Bugfixes
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**
20
+
### Bugfixes
21
+
- Fixed an issue with paswords containing "`'`" - [Forum](https://forum.hestiacp.com/t/two-factor-authentication-issue-with-standard-user/1652/)
24
22
- 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
23
- 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)
36
-
- Changed WordPress name in Webapp installer (#1074)
37
-
- Improved validation of free disk space when executing backup routine (#1115)
38
-
- Improved support for SSH keys other than RSA / DSA
24
+
- Fixed an issue that would occur when using the `--with-debs` flag with the installer due to an incorrect version check routine (#1110)
25
+
- Fixed an issue with incorrect permissions which would occur when restoring email accounts (#1114)
26
+
- Fixed an issue where the File Manager would apply the wrong permissions on new directories
27
+
- Fixed an issue that prevented successful restoration of SSL-enabled mail domains from a backup archive (#1069)
28
+
- Fixed an issue where the phpMyAdmin button would not work in the Control Panel Web UI (#1078)
39
29
- Fixed an issue where passwords were generated incorrectly (#1184)
40
30
- 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
31
+
- Fixed an issue that resulted in an extended loop condition when running `v-rebuild-all`
32
+
- Improved support for API key usage with the `v-add-remote-dns-host` command (#1265)
33
+
- Improved validation of free disk space when executing backup routine (#1115)
34
+
- Improved support for SSH key types other than RSA / DSA
35
+
- Improved reliability of backup function when removing remote locations (#1083)
36
+
- Improved spam filtering by adding additional known-dangerous file extensions in exim's blacklist (#1138) - thanks **@kpapad904**
37
+
- Updated Apache2 configuration to use Include with IncludeOptional (#1072)
38
+
- Removed the ability to log in as "root" (whic logged to the admin account, deemed no longer necessary)
39
+
- 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**
40
+
- Create .npm directory by default when creating new user accounts (#1113) - thanks **@hahagu**
41
+
- Improved accuracy of several UI translations (NL, DE, UK, RU, ES, IT, ZH-CN) - thanks **@myrevery** and other contributors for your work!
42
+
- Added `$restart` flag to `v-add-web-domain-backend` command (#1094) (#797) - thanks **@bright-soft**
43
+
- PostgreSQL: forbid the use of upper case (#1084) causing issues with backup / creating database or user
44
+
- Changed WordPress name in Quick Web App installer (#1074)
44
45
- Cleaned up entries used in the Google / Gmail DNS template - thanks **@madito**
45
-
- Improved translations (NL, DE, UK, RU, ES, IT, ZH-CN)
0 commit comments