Skip to content

v1.0.1

Latest

Choose a tag to compare

@DevMando DevMando released this 10 Apr 01:51

What's Changed

Bug Fix

  • Fix ASCII banner misalignment — The TUI banner was rendering with lines shifted/leaning to the right. The root cause
    was a multi-line string inside a single Markup component wrapped in Align, which didn't center each line individually.
    The banner is now split into separate per-line elements so all lines align correctly.

Installation

.NET Tool

dotnet tool install -g Naptrack
# or update
dotnet tool update -g Naptrack

Standalone Binaries

Download the zip for your platform below — no .NET installation needed.

┌─────────────────────┬───────────────────────────────┐
│      Platform       │             File              │
├─────────────────────┼───────────────────────────────┤
│ Windows x64         │ Naptrack-v1.0.1-win-x64.zip   │
├─────────────────────┼───────────────────────────────┤
│ Linux x64           │ Naptrack-v1.0.1-linux-x64.zip │
├─────────────────────┼───────────────────────────────┤
│ macOS Intel         │ Naptrack-v1.0.1-osx-x64.zip   │
├─────────────────────┼───────────────────────────────┤
│ macOS Apple Silicon │ Naptrack-v1.0.1-osx-arm64.zip │
└─────────────────────┴───────────────────────────────┘

Full Changelog: https://github.com/DevMando/Naptrack/compare/v1.0.0...v1.0.1