Skip to content

Commit a37485e

Browse files
committed
Add changelog.md for feature and bugfix documentation.
1 parent b33882e commit a37485e

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [CURRENT] - Development
5+
### Features
6+
-
7+
8+
### Bugfixes
9+
-
10+
11+
## [1.0.4] - 2019-07-09 - Hotfix
12+
### Bugfixes
13+
- Delay start of services to prevent restart liimit
14+
15+
## [1.0.3] - 2019-07-09 - Hotfix
16+
### Bugfixes
17+
- Fix Let's Encrypt Mail SSL permission issue
18+
19+
## [1.0.1] - 2019-06-25
20+
### Features
21+
- Improved support for Let's Encrypt certificate generation
22+
- Addition of Let's Encrypt support for Control Panel – see v-add-letsencrypt-host
23+
- Enabled use of per-domain SSL certificates for inbound and outbound mail services
24+
- Consolidated template structure, removing over 50% duplicate code
25+
- Re-organized file system structure for domain configuration files
26+
- Added the ability to change release branches through the user interface and command line
27+
- Added the ability to update using Git from the command line - see v-sys-update-hestia-git
28+
- Implemented support for SFTP chroot jails
29+
- A newly redesigned user interface which features:
30+
- A softer color palette which better matches the Hestia Control Panel logo colors.
31+
- A consolidated overview of domains and other information
32+
- Improved navigation paths to make things easier to find
33+
- Improved compatibility when viewing the Control Panel interface from a mobile device
34+
- Improved handling of mail domain DNS zone values
35+
- Enabled OCSP stapling on SSL-enabled web domains
36+
- Enabled support for HTTP Strict Transport Security on SSL-enabled web domains in the system backend– see v-change-web-domain-hsts
37+
- Improved logging and console output during new installations and upgrades
38+
39+
### Bugfixes
40+
- Fixed issues with HTTP-to-HTTPS redirecton
41+
- Fixed an issue where another website would load if browsing to a non-SSL enabled domaing using HTTPS.
42+
43+
## [1.0.0-190618] - 2019-06-25
44+
### Features
45+
-
46+
47+
### Bugfixes
48+
-
49+
50+
## [0.9.8-28] - 2019-05-16
51+
### Features
52+
- Implement force ssl function for web domains
53+
54+
### Bugfixes
55+
-
56+
57+
58+
[CURRENT]: https://github.com/hestiacp/hestiacp
59+
[1.0.4]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.4
60+
[1.0.3]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.3
61+
[1.0.1]: https://github.com/hestiacp/hestiacp/releases/tag/1.0.1
62+
[1.00.0-190618]: https://github.com/hestiacp/hestiacp/releases/tag/1.00.0-190618
63+
[0.9.8-28]: https://github.com/hestiacp/hestiacp/releases/tag/0.9.8-28

0 commit comments

Comments
 (0)