|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [1.8.5] - Service release |
| 6 | + |
| 7 | +### Bugfixes |
| 8 | + |
| 9 | +- Fixed an error that could occur when adding a new package (#3883) |
| 10 | +- Fixed an issue in `v-list-sys-interfaces` (#3912) |
| 11 | +- Minor refactoring of user interface code (#3893) |
| 12 | +- Improved shell output of `v-list-web-domain` (#3888, thanks #hudokkow) |
| 13 | +- Fixed a bug in `v-delete-sys-ip` on Ubuntu systems (#3894) |
| 14 | +- Add user role details to `v-list-users` (#3898) |
| 15 | +- Rename "Comment" to "Chain" in Firewall UI to better reflect the fields purpose (#3901) |
| 16 | +- Updated translations (#3907) |
| 17 | + |
| 18 | +## [1.8.4] - Service release |
| 19 | + |
| 20 | +### Bugfixes |
| 21 | + |
| 22 | +- Fixed an issue where logs entries would be duplicated when calling return_hash (#3869) |
| 23 | +- Modified installer behavior so that firewall rules are only added for necessary services (#3871) |
| 24 | +- Minor adjustments to styling and classes (#3843) |
| 25 | +- Improved robustness of v-list-sys-themes (#3842) |
| 26 | +- Minor updates to v-update-mail-domain-ssl (#3850) |
| 27 | +- Changed default PHP-FPM version to 8.2 (#3861) |
| 28 | +- Minor updates to v-generate-password-hash (#3874) |
| 29 | +- Fixed an issue that would occur during installation if Cloudflare IP address range could not be updated (#3876) |
| 30 | +- Fixed multiple PHP warnings and 500 error when mail was not installed (#3841, #3877) |
| 31 | + |
| 32 | +### Dependencies |
| 33 | + |
| 34 | +- Removed typescript from the project for simplicity (#3821) |
| 35 | +- Removed PostCSS and move to Lightning CSS (#3820) |
| 36 | +- Updated translations (#3878) |
| 37 | +- Updated dependency eslint to v8.46.0 (#3881) |
| 38 | +- Updated dependency esbuild to v0.18.16 (#3826) |
| 39 | +- Updated dependency stylelint to v15.10.2 (#3829) |
| 40 | +- Updated dependency chart.js to v4.3.2 (#3866) |
| 41 | +- Updated dependency hestiacp/phpquoteshellarg to v1.0.1 (#3827) |
| 42 | +- Pinned dependency @fortawesome/fontawesome-free to 6.4.0 (#3862) |
| 43 | +- Updated renovate config (#3840) |
| 44 | +- Updated all non-major dependencies (#3880) |
| 45 | + |
| 46 | +## [1.8.3] - Service release |
| 47 | + |
| 48 | +- [UI] Fixed an issue where the wrong user type icon was displayed the top menu bar (#3810) |
| 49 | +- [UI] Fixed back button links on SSH, API, Logs, and White Label pages (#3811) |
| 50 | +- [UI] Fixed "No IPset lists defined" even when lists are defined (#3812) |
| 51 | +- [UI] Removed animation effect from login screen (#3822) |
| 52 | +- [UI] Fixed an issue where search results were not being returned for all users when logged in as `admin` (#3833) |
| 53 | +- [UI] Removed animations from all page loads to improve performance (#3836) |
| 54 | +- [UI] Moved debug mode enablement switch to a more logical place (#3838) |
| 55 | +- [DNS] Ensure domain is formatted properly with DNSSEC (#3814) |
| 56 | +- [API] Added update-dns-record permission to the API (#3819) |
| 57 | + |
5 | 58 | ## [1.8.2] - Service release |
6 | 59 |
|
7 | 60 | - Added more files to default proxy extensions (#3768) |
|
0 commit comments