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
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,27 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [CURRENT] - Development
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).
6
7
- The software update procedure will now perform a system health check prior to installation and repair missing environment variables.
7
-
- Installs from branches/versions other than those from `release` will provide verbose output and logging to aid in debugging and development.
8
-
- Administrators now have control over software update notifications through the following settings in `$HESTIA/conf/hestia.conf`:
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
9
-`UPGRADE_SEND_EMAIL` = Sends an email notification to admin email address
10
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
+
13
+
## Bugfixes
14
+
15
+
## [1.2.3] - Service Release
16
+
### Features
17
+
- No new features have been introduced in this release.
11
18
12
19
### Bugfixes
13
-
- Fixed an issue where template files were not correctly backed up during upgrades.
14
-
- Improved version detection during upgrades.
20
+
- Fixes an issue where non-ASCII characters were rejected in the password field.
21
+
22
+
## [1.2.2] - Service Release
23
+
### Features
24
+
- No new features have been introduced in this release.
15
25
16
26
### Bugfixes
17
27
- Create mailhelo.conf if it doesnt exist to prevent a error message during grep.
@@ -28,9 +38,10 @@ All notable changes to this project will be documented in this file.
28
38
- Reworked the Let's Encrypt renew functionality to skip removed aliases.
29
39
- Improved reliability of list handling when using IP lists.
30
40
- Enforce minimum password requirements with visual indication of password strength.
41
+
- Fixed an issue where user display name value was incorrectly set when changing packages.
31
42
- Improved installer version detection.
32
-
-Fix MariaDB service detection.
33
-
43
+
-Improved detection of MariaDB and MySQL services.
44
+
34
45
## [1.2.1] - Service Release
35
46
### Features
36
47
- Consolidated First and Last Name fields to a singular name field to simply input.
0 commit comments