Releases: ATClus/ClusterOS
Releases · ATClus/ClusterOS
Release list
V1.0.20A: Tracker Page & Dock Page
📦 Release v1.0.20
Data: 2025‑03‑23
Status: Aplha
🚀 Overview
- Enhanced data display formatting in the Tracker window.
✨ New Features
- Auto‑Hide Transparency Mode: When enabled, the Dock will fade to transparent after 10 seconds of inactivity instead of fully hiding.
Existing shortcuts remain unchanged:
Ctrl + Alt + D: Hide Dock
Ctrl + Alt + S: Send Dock behind windows
🔒 Security
| File | SHA256 Checksum | Signature |
|---|---|---|
ClusterOS_1.0.20.0_x64_Alpha |
abc123...def456 |
ClusterOS_1.0.20.0_x64_Alpha |
ClusterOS_1.0.20.0_x64_Alpha.zip.sha256 |
— |
ClusterOS_1.0.20.0_x64_Alpha.zip.sha256 |
📥 Installation
- Download asset:
ClusterOS_1.0.20.0_x64_Alpha - Verify checksum:
Get-FileHash .\ClusterOS_1.0.20.0_x64_Alpha -Algorithm SHA256
- Unzip
- Install ClusterOS_1.0.20.0_x64.msix package
First Release
📦 Release v1.0.18
Data: 2025‑03‑20
Status: Alpha
🚀 Overview
First official release of ClusterOS.
🔒 Security
| File | SHA256 Checksum | Signature |
|---|---|---|
ClusterOS_1.0.18.0_x64_Alpha.zip |
abc123...def456 |
ClusterOS_1.0.18.0_x64_Alpha.zip.asc |
ClusterOS_1.0.18.0_x64_Alpha.zip.sha256 |
— |
ClusterOS_1.0.18.0_x64_Alpha.zip.sha256.asc |
📥 Installation
- Download asset:
ClusterOS_1.0.18.0_x64_Alpha.zip - Verify checksum:
$fileHash = (Get-Content .\ClusterOS_1.0.18.0_x64_Alpha.zip.sha256).Split(" ")[0] if ($computed -eq $fileHash) { "OK" } else { "HASH MISMATCH" } - Install:
ClusterOS_1.0.18.0_x64MSIX package file