feat: add bds core, locale updates and safety fixes

This commit is contained in:
2026-05-31 14:01:34 +03:00
parent d1686355e8
commit c769140913
34 changed files with 1535 additions and 12 deletions

View File

@@ -2,6 +2,19 @@
All notable changes to AstraDeploy are documented here.
## [Unreleased]
### Added
- Bedrock Dedicated Server (`bds`) core support:
- `--core bds`
- version-aware install via official Bedrock download source
- `.bds-version` marker and update flow support
- Additional UI polish for beginner mode with BDS version prompt.
### Fixed
- Improved `--force-clean` cleanup to clear hidden entries in server directories.
- Safer service unit generation for start-script paths containing special characters.
## [v0.1.0] - 2026-05-31
### Added
@@ -39,4 +52,3 @@ All notable changes to AstraDeploy are documented here.
### Known limitations
- Support matrix for OS/package-manager is intentionally MVP-focused (mainly Debian/Ubuntu family first, with extension points for others).
- `--update` path is implemented per-core where available.