patch notes setup, added some of the older patchnotes into a changelog.yaml

This commit is contained in:
choco
2025-10-15 13:29:32 +02:00
parent 77ff8ae372
commit a66a43dda8
9 changed files with 542 additions and 1 deletions

View File

@@ -146,4 +146,5 @@ public class LightlessConfig : ILightlessConfiguration
public DateTime BroadcastTtl { get; set; } = DateTime.MinValue;
public bool SyncshellFinderEnabled { get; set; } = false;
public string? SelectedFinderSyncshell { get; set; } = null;
public string LastSeenVersion { get; set; } = string.Empty;
}