chore: bump version to v1.2.0, cleanup repo, and update docs refs

This commit is contained in:
dyzulk
2026-01-18 23:29:04 +07:00
parent 6c92985707
commit 18a525e438
36 changed files with 1362 additions and 2777 deletions

9
.github/release_template.md vendored Normal file
View File

@@ -0,0 +1,9 @@
MIVO is a Modern, Lightweight, and Efficient. Built for low-end devices with premium UX.
## Installation
For the best experience, we recommend using **Docker**.
[Read the full Docker Installation Guide](https://mivodev.github.io/docs/guide/docker)
## Notes
- Ensure your server runs **PHP 8.0+** with `sqlite3` extension enabled.
- Default installation will guide you to create an Admin account.

View File

@@ -60,6 +60,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: mivo-v${{ steps.get_version.outputs.VERSION }}.zip
body_path: .github/release_template.md
generate_release_notes: true
draft: false
prerelease: false