Skip to content

Releases: ATClus/ClusterOS

V1.0.20A: Tracker Page & Dock Page

Pre-release

Choose a tag to compare

@ATClus ATClus released this 23 Mar 19:21
ed8f59f

📦 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

  1. Download asset: ClusterOS_1.0.20.0_x64_Alpha
  2. Verify checksum:
    Get-FileHash .\ClusterOS_1.0.20.0_x64_Alpha -Algorithm SHA256
  3. Unzip
  4. Install ClusterOS_1.0.20.0_x64.msix package

First Release

First Release Pre-release
Pre-release

Choose a tag to compare

@ATClus ATClus released this 21 Mar 11:55
d4e26c5

📦 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

  1. Download asset: ClusterOS_1.0.18.0_x64_Alpha.zip
  2. Verify checksum:
       $fileHash = (Get-Content .\ClusterOS_1.0.18.0_x64_Alpha.zip.sha256).Split(" ")[0]
    
       if ($computed -eq $fileHash) { "OK" } else { "HASH MISMATCH" }
    
  3. Install: ClusterOS_1.0.18.0_x64 MSIX package file