|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## [1.6.3] - Service release |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +- Add additional support for bcrypt for mail passwords (#2752 @divinity76) |
| 9 | + |
| 10 | +### Enhancements |
| 11 | + |
| 12 | +- Simplify md5crypt on reset form email (#2751 @divinity76) |
| 13 | +- Use secure RNG to generate passwords (#2726) |
| 14 | +- Add twig support filemanger (#2714, @anvme) |
| 15 | + |
| 16 | +### Bugfixes |
| 17 | + |
| 18 | +- Fixed an issue with restart Apache2 and Nginx after v-update-letsencrypt (#2748, #2563, #2744, #2677) |
| 19 | +- Prevent transversing path in Quick installer apps (#2742) |
| 20 | +- Avoid out of memory serving large logfiles (#2741, #2736, @divinity76 |
| 21 | +- Improve passwords loading in password_valid (#2739) |
| 22 | +- Use secure RNG to generate passwords (#2726) |
| 23 | +- Utilise entire alphabet for random string (#2735 @Shadowfied) |
| 24 | +- Don't use hosts_try_fastopen in Exim for Gmail / Google hostnames |
| 25 | +- Add check if Sieve is already installed (#2719 #manuelserol) |
| 26 | +- Allow PHP templates to be selected in Quick installer apps (#2713, #2711, #2690) |
| 27 | +- Small changes to translation strings (#2700 @V4M0N0S) |
| 28 | +- Rate limit in email address blank in UI (saved correct in limits) (#2710, #2707) |
| 29 | +- Fixed a bug in Settings sites where always websites got rebuild on save (#2705, #2710) |
| 30 | +- Fixed a bug in Weblog where the session got incorrectly reset as admin user (#2710) |
| 31 | +- Prevent v-add-web-php to be used for non fpm installs (#2753) |
| 32 | +- Update translations (#2750) |
| 33 | +- Chmod o+x .ssh folder when creating file manager ssh key (#2755) |
| 34 | + |
| 35 | +### Dependencies |
| 36 | + |
| 37 | +- Update hestia-php to 8.1.8 |
| 38 | + - Update disable_functions list php.ini for hestia-php (#2746, #2741) |
| 39 | + |
4 | 40 | ## [1.6.2] - Service release |
5 | 41 |
|
6 | 42 | - Fixed an issue with rate limits in Exim4 and make it more bullet proof (#2703) |
|
0 commit comments