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
- Updated CHANGELOG.md to document fixes for cron job next-run calculation and backup exclusion handling.
- Enhanced ServerSchedule.php to ensure accurate next-run time calculations for cron jobs, accommodating monthly and yearly expressions.
- Improved BackupIgnoreHelper.php documentation to clarify pattern formats.
- Updated frontend components to handle backup ignore patterns more effectively and reflect loading states in the UI.
- Closes#187
- Closes#185
- Closes#186
- Closes#184
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@
25
25
- Fixed the issue with unlimited backup limit. by @nayskutzu
26
26
- Issues related to port allocation were fixed. by @nayskutzu
27
27
- Manual and scheduled server backups now honor custom backup names and exclude lists (patterns are sent to Wings in the correct format). by @nayskutzu
28
+
- Fixed the issue with the next-run calculation for cron jobs. by @nayskutzu
29
+
- Backups ignored the exclude list and backup names. by @nayskutzu
0 commit comments