feat: server permission checking and v0.2.28 release (#178)

This commit is contained in:
Doh
2025-08-20 17:27:50 -04:00
committed by GitHub
parent e05b982307
commit 31700c9a45
8 changed files with 414 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## Version 0.2.28
### Added
* Server permission checking system to validate data directory access on startup
* Permission error display with troubleshooting guidance and recheck functionality
## Version 0.2.27
### Fixed