Translate repository documentation and reorganize version history

This commit is contained in:
2026-08-03 19:47:19 +00:00
parent 5c5edbaac4
commit 8a9115af83
289 changed files with 2544 additions and 3393 deletions
+12
View File
@@ -0,0 +1,12 @@
# AssetManager 0.5.5.28
- Translated the public repository documentation into English.
- Moved historical release notes from the project root to `docs/version-history/`.
- Converted release-note file extensions from `.txt` to Markdown (`.md`).
- Added concise English summaries for older historical release notes while preserving exact file-level history in Git.
- Moved the client communication and software deployment architecture document to `docs/architecture/`.
- Added a version-history index and updated all repository documentation links.
- Updated public project metadata to use English descriptions.
- Updated release validation for the reorganized documentation paths and current release note.
- Updated the public-source exporter for the reorganized repository layout.
- No application business logic, database schema, or runtime configuration was changed.