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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [DEVELOPMENT]
4
+
## [1.4.0] - Major Release (Feature / Quality Update)
5
5
6
6
-**NOTE:** Ubuntu 16.04 (Xenial) is no longer supported as it has reached EOL (end-of-life) status.
7
7
-**NOTE:** Apache in "standalone" mode is no longer actively supported and has been removed from installer options. Nginx (Proxy) + Apache2 will remain supported.
8
8
-**NOTE:** Custom "quick installer apps" will not work anymore due to changes in how we handle quick installer apps. Minimal changes to the Quick installer apps are required! Please check https://github.com/hestiacp/hestia-quick-install for how to migrate!
9
+
-**NOTE:** Manual upgrade scripts are available to update Raincube and PHPmyadmin to the last version they can be found in /usr/local/hestia/install/upgrade/manual/
9
10
10
11
### Features
11
12
- Introduced single sign-on support for phpMyAdmin.
12
13
- Introduced support for NGINX FastCGI cache.
13
14
- Introduced support for SMTP Relay / smarthosts (server-wide or per-domain).
14
15
- Introduced the ability to choose which webmail client to use per-domain (Roundcube or Rainloop).
16
+
- Added support for Rainloop (Run v-add-sys-rainloop to install it)
15
17
- Added B2 Backup Support for Remote Backup Location - thanks **@rez0n**!
16
18
- Added template support for osTicket - thanks **@madito**!
17
19
- Packages for phpMyAdmin, Roundcube, and Rainloop will be pulled directly from their upstream source instead of APT for new installations.
@@ -30,8 +32,8 @@ All notable changes to this project will be documented in this file.
30
32
- Limit access to admin account when other users have the role "Administrator" assigned to them.
31
33
- Disable user to login via WebUI / Limit access to WebUI to certain IP address per user.
32
34
- Discourage websites to be created under "admin" account and redirect users to create new users.
33
-
- Added support for redirecting to www / non www domains (or custom) #427 / #1638
34
-
-Log failed login attempts
35
+
- Added support for redirecting to www / non www domains (or custom) #427 / #1638.
36
+
-Allow users to see failed login attempts on there account.
35
37
- Introduced support for ARM based systems. Currently the packages are not available via ATP!
36
38
- Force reboot of system after install
37
39
@@ -90,7 +92,8 @@ All notable changes to this project will be documented in this file.
90
92
- Standardize headers for upgrade scripts
91
93
- Improved how we handle custom themes
92
94
- Refactored HMTL / PHP code WebUI
93
-
95
+
- Fixed issue where file manger key got the wrong permissions
0 commit comments