Skip to content

Commit 1007e08

Browse files
author
Kristan Kenney
committed
Update CHANGELOG.md
1 parent 146b1c8 commit 1007e08

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [CURRENT] - Development
4+
## [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).
67
- 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:
99
- `UPGRADE_SEND_EMAIL` = Sends an email notification to admin email address
1010
- `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.
1118

1219
### 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.
1525

1626
### Bugfixes
1727
- 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.
2838
- Reworked the Let's Encrypt renew functionality to skip removed aliases.
2939
- Improved reliability of list handling when using IP lists.
3040
- 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.
3142
- Improved installer version detection.
32-
- Fix MariaDB service detection.
33-
43+
- Improved detection of MariaDB and MySQL services.
44+
3445
## [1.2.1] - Service Release
3546
### Features
3647
- Consolidated First and Last Name fields to a singular name field to simply input.

0 commit comments

Comments
 (0)