From d2870fd1d516550a429142eb06a1788df2f17802 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 27 Feb 2025 00:43:55 +0800 Subject: [PATCH] Ver0.3 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8dc0a2e..3141071 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +Version 0.3 Changelogs: +- Fixed SSH configuration handling to prevent duplicate Match User entries +- Implemented idempotent sshd_config modification using pattern matching and deduplication +- Added atomic configuration updates with proper indentation handling +- Removed redundant SSH service restarts while maintaining reliability +- Added configuration validation before applying changes + Version 0.2 Changelogs: - Added a submitUnchanged property to allow submitting the 'Add User' form even if the settings haven't been changed. - Changed required: true to required: false for the 'Accept User Creation' checkbox