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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,22 @@ All notable changes to this project will be documented in this file.
11
11
### Features
12
12
- Consolidated First and Last Name fields to a singular name field to simply input.
13
13
- v-change-user-name will now accept both "First Last" (single argument) and First Last (two arguments) for backward compatibility.
14
+
- Removed ntpdate from new installations and enable systemd timesync daemon instead (thanks **@braewoods**)
14
15
15
16
### Bugfixes
17
+
- Fixed an issue where Composer would fail to install due to missing default directory.
16
18
- Corrected an issue where two-factor authentication validation was causing high CPU load during the login process. The login screen has been re-designed as a multi-step process (Username > Password > OTP PIN).
17
19
- Corrected an issue where text entry fields on the login screen were not automatically focused by default.
20
+
- Fixed an issue where RDNS value was incorrectly set if dig failed to resolve the server name.
18
21
- Fixed an issue where icons were pushed down in the header when using Bulgarian as the display language. (#932)
19
22
- Fixed an issue where new backups were not created when running v-schedule-user-backup-download. (#918)
20
23
- Fixed an issue where default configuration files and templates were not backed up correctly.
21
24
- Improved quality of default web domain templates for Drupal. (#916)
22
25
- Added missing strings to translation files (translations to follow).
23
26
- Corrected an issue where toolbars were out of place on the Mail and Firewall pages when using Bulgarian or Greek languages due to string length.
0 commit comments