|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## [1.5.2] - Service release |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +- Release notes are now available from the notification panel (#2276) |
| 9 | +- Web domain aliases are now displayed in the domain list (#2278 / #2289) |
| 10 | +- DNS, Mail, and Database sections will now be hidden in /edit/server if not installed (#2300) |
| 11 | +- Turkey has been added as an option for ipset (#2294) |
| 12 | + |
| 13 | +### Bugfixes |
| 14 | + |
| 15 | +- Improvements have been made to overall code quality (#2293, #2298, #2307) |
| 16 | +- Added improvements to the automated testing suite (bats) (#2280) |
| 17 | +- Clarified text that is shown during upgrade process (#2270) |
| 18 | +- Updated web domain templates to allow the use of .user.ini (#2267 / #2269) |
| 19 | +- Fixed an issue with the curl symlink on Debian during build process (#2275) |
| 20 | +- Fixed an issue where CAA records were deleted when turning off SSL for webmail (#2279) |
| 21 | +- Fixed an issue where email validation would fail when using IDN domains (#2273) |
| 22 | +- Changed behavior to prevent php-fpm restarts when modphp is installed (#2270) |
| 23 | +- Fixed an issue where passwords may not be correctly set on Debian 11 (#2270) |
| 24 | +- Fixed an issue with command path v-change-firewall-rule (#2249) |
| 25 | +- Fixed an issue in `v-backup-user` where you may encounter an error "invalid parameters for check_result" (#2284) |
| 26 | +- Fixed an issue which impacted the performance of Nextcloud/Owncloud ([forum post](https://forum.hestiacp.com/t/tip-create-a-nginx-template-for-nextcloud-to-let-synchronize-files-bigger-than-10mb/5123)) |
| 27 | +- Fixed an issue where the access port for HestiaCP was not properly set on install (#2288 / #2291) |
| 28 | +- Fixed an issue where admins could not log in as a suspended user in the panel (#2286 / #2289) |
| 29 | +- Fixed an issue where the "Delete" button in the Edit User interface did not work as expected (#2282 / #2289) |
| 30 | +- Fixed an issue where editing an existing firewall rule with ipset would fail (#2292) |
| 31 | +- Fixed an error that may occur in /edit/server when no extra php versions were installed (#2289) |
| 32 | +- Fixed an issue where accessing the panel via Safari would result in error NSPOSIXErrorDomain:100 (#2274) |
| 33 | +- Corrected command syntax in v-delete-dns-records (#2295) |
| 34 | +- Fixed an issue where API allowed IP list values would be lost when saving changes (#2296 / #2300) |
| 35 | +- Fixed an issue where the debug mode option was not displayed on release builds and would be reset when saving server settings (#2300) |
| 36 | +- Fixed an issue where grep would throw an error when adding ipset rules for the first time (#2307) |
| 37 | +- Fixed incorrect variable spelling ($v_interace > $v_interface) (#2307) |
| 38 | +- Updated mail domain templates |
| 39 | +- Updated command line examples for docs.hestiacp.com |
| 40 | +- Fixed an issue where Lets encrypt was not able to obtain an valid ssl certificate when force ssl and / or redirect was enabled (#2176 / #2304 / #2304) |
| 41 | +- Fixed a issue in v-list-sys-dns-system |
| 42 | + |
| 43 | +### Dependencies |
| 44 | + |
| 45 | + |
4 | 46 | ## [1.5.1] - Service release |
5 | 47 |
|
6 | 48 | ### Bugfixes |
|
0 commit comments