Skip to content

Commit 7095902

Browse files
author
Kristan Kenney
committed
Merge branch 'staging/docs' into staging/release/v1.3.0
2 parents 1cee95c + bfc3dfa commit 7095902

File tree

1 file changed

+47
-40
lines changed

1 file changed

+47
-40
lines changed

CHANGELOG.md

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,55 @@ All notable changes to this project will be documented in this file.
33

44
## [1.3.0] - Major Release (Feature / Quality Update)
55
### 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.
88
- 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-
- 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).
18-
- Added support for Turkish (emrahk [Forum](https://forum.hestiacp.com/t/how-to-contribute-with-translations/1664/4?u=eris) )
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.
1919

20-
## Bugfixes
21-
- Removed root login (root / root password )
22-
- Update apache2.conf replace 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) ) @daniel-eder
24-
- Fixed issues with database port during backup when port was missing (#1068)
25-
- Postqresql: forbid the use of upper case (#1084) causing issues with backup / creating database or user
26-
- Fixed permissions email account during restore (#1114)
27-
- Create .npm on creating new user (#1113) @hahagu
28-
- Fixed Access to a website without a ssl certificate on https shows the content of the first, valid ssl website (#1103)
29-
- Fixed an issue when installing --with-debs and version check (#1110)
30-
- Improved Translations Chinese @myrevery
31-
- File manager create directory with proper permissions
32-
- Removed loop ad v-rebuild-all (#1096)
33-
- Add $restart flag to v-add-web-domain-backend call (#1094) (#797) @bright-soft
34-
- Fixed an issue with Restore Failed on Domains with Mail Setups using SSL (#1069)
35-
- Fixed an issue with PHPMyAdmin button (#1078)
36-
- Changed WordPress name in Webapp installer (#1074)
37-
- Add a free disk space validation during backup routine (#1115)
38-
- Removed PHP validation SSH keys allowing support other types then RSA / DSA
39-
- Fixed an issue which cause wrong password generation (#1184)
40-
- Fixed issue with v-add-sys-ip and saving the ip configuration to correct port (@madito)
41-
- Updated Exim black list for extensions (@kpapad904 / #1138)
42-
- Fixed multiple bugs due to translations
43-
- Fixed bug with passwords containing "'" [Forum](https://forum.hestiacp.com/t/two-factor-authentication-issue-with-standard-user/1652/)
44-
- Refactor LXD Complier script
45-
- Set default theme to "Dark"
46-
- Clean up gmail.tpl (DNS) (@madito)
47-
- Improved translations (NL, DE, UK, RU, ES, IT, ZH-CN)
20+
### Bugfixes
21+
- Fixed an issue with paswords containing "`'`" - [Forum](https://forum.hestiacp.com/t/two-factor-authentication-issue-with-standard-user/1652/)
22+
- Fixed an issue with database backups when the port was not specified (#1068)
23+
- Fixed an issue where websites without SSL enabled would display the content of the first valid SSL enabled website (#1103)
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)
29+
- Fixed an issue where passwords were generated incorrectly (#1184)
30+
- Fixed an issue in `v-add-sys-ip` to ensure IP configuration is set to the correct port - thanks **@madito**
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)
45+
- Cleaned up entries used in the Google / Gmail DNS template - thanks **@madito**
46+
- Enhanced ProFTPd support for TLS
47+
- Refactored LXD compiler script
48+
49+
## [1.2.4] - Service Release
50+
### Features
51+
- No new features have been introduced in this release.
52+
53+
### Bugfixes
54+
- Fixes an issue on auto renewing let's encrypt certificates.
4855

4956
## [1.2.3] - Service Release
5057
### Features

0 commit comments

Comments
 (0)