Skip to content

Commit 3d3867c

Browse files
okt4vclaude
andcommitted
chore: release v0.1.26 — underline full, welcome screen version, SPY demo
Changes in this release: - :underline now underlines text characters only (not padding) - :underline full / :ul full underlines the entire cell width - Welcome screen version reads from binary at compile time (was v0.1.0) - Add crates/asat/examples/gen_demo.rs — SPY stock analysis demo workbook Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b376e39 commit 3d3867c

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.1.25"
16+
version = "0.1.26"
1717
edition = "2021"
1818
license = "GPL-3.0"
1919
authors = ["okt4v"]

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555

5656
### Pre-built binaries (GitHub Releases)
5757

58-
Download a binary for your platform from the [v0.1.25 release](https://github.com/okt4v/ASAT/releases/tag/v0.1.25):
58+
Download a binary for your platform from the [v0.1.26 release](https://github.com/okt4v/ASAT/releases/tag/v0.1.26):
5959

6060
| Platform | Link |
6161
|----------|------|
62-
| Linux x86_64 (glibc) | [asat-x86_64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat-x86_64-unknown-linux-gnu.tar.gz) |
63-
| Linux x86_64 (musl) | [asat-x86_64-unknown-linux-musl.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat-x86_64-unknown-linux-musl.tar.gz) |
64-
| Linux aarch64 | [asat-aarch64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat-aarch64-unknown-linux-gnu.tar.gz) |
65-
| macOS arm64 | [asat-aarch64-apple-darwin.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat-aarch64-apple-darwin.tar.gz) |
66-
| macOS x86_64 | [asat-x86_64-apple-darwin.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat-x86_64-apple-darwin.tar.gz) |
67-
| Windows x86_64 | [asat-x86_64-pc-windows-msvc.zip](https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat-x86_64-pc-windows-msvc.zip) |
62+
| Linux x86_64 (glibc) | [asat-x86_64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat-x86_64-unknown-linux-gnu.tar.gz) |
63+
| Linux x86_64 (musl) | [asat-x86_64-unknown-linux-musl.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat-x86_64-unknown-linux-musl.tar.gz) |
64+
| Linux aarch64 | [asat-aarch64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat-aarch64-unknown-linux-gnu.tar.gz) |
65+
| macOS arm64 | [asat-aarch64-apple-darwin.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat-aarch64-apple-darwin.tar.gz) |
66+
| macOS x86_64 | [asat-x86_64-apple-darwin.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat-x86_64-apple-darwin.tar.gz) |
67+
| Windows x86_64 | [asat-x86_64-pc-windows-msvc.zip](https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat-x86_64-pc-windows-msvc.zip) |
6868

6969
Extract the archive and place the `asat` binary somewhere on your `$PATH` (e.g. `~/.local/bin/`).
7070

@@ -86,8 +86,8 @@ brew install asat
8686
### Debian / Ubuntu (apt)
8787

8888
```bash
89-
curl -LO https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat_0.1.25-1_amd64.deb
90-
sudo apt install ./asat_0.1.25-1_amd64.deb
89+
curl -LO https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat_0.1.26-1_amd64.deb
90+
sudo apt install ./asat_0.1.26-1_amd64.deb
9191
```
9292

9393
`apt install ./file.deb` resolves dependencies automatically and registers the package so `apt remove asat` works as expected.

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@
934934
</div>
935935

936936
<div class="hero-content">
937-
<div class="hero-badge">v0.1.25 — Written in Rust</div>
937+
<div class="hero-badge">v0.1.26 — Written in Rust</div>
938938
<h1 class="hero-title">
939939
<span class="title-asat">ASAT</span><span class="title-cursor"></span>
940940
</h1>
@@ -955,7 +955,7 @@ <h1 class="hero-title">
955955
<span class="dot dot-g"></span>
956956
<span class="terminal-title">asat budget.xlsx</span>
957957
</div>
958-
<div class="terminal-body"><span class="t-muted">ASAT v0.1.25 — Advanced Spreadsheet Alteration Tool</span>
958+
<div class="terminal-body"><span class="t-muted">ASAT v0.1.26 — Advanced Spreadsheet Alteration Tool</span>
959959
<span class="t-addr">B3</span> <span class="t-formula">=SUM(B1:B2)</span>
960960
<span class="t-header"> ┄┄┄┄┄┄ A ┄┄┄┄┄┄┄ ┄┄┄┄┄┄ B ┄┄┄┄┄┄</span>
961961
<span class="t-row-num"> 1 </span> Revenue <span class="t-number">84,200</span>
@@ -1152,11 +1152,11 @@ <h2 class="section-title">Install in seconds.</h2>
11521152
<div class="install-panel" id="ipanel-deb">
11531153
<div class="install-panel-label">Debian / Ubuntu — install via apt</div>
11541154
<div class="code-block">
1155-
<div><span class="prompt">$</span><span>curl -LO https://github.com/okt4v/ASAT/releases/download/v0.1.25/asat_0.1.25-1_amd64.deb</span></div>
1155+
<div><span class="prompt">$</span><span>curl -LO https://github.com/okt4v/ASAT/releases/download/v0.1.26/asat_0.1.26-1_amd64.deb</span></div>
11561156
<button class="copy-btn" onclick="copyCode(this)">copy</button>
11571157
</div>
11581158
<div class="code-block" style="margin-top:0.5rem">
1159-
<div><span class="prompt">$</span><span>sudo apt install ./asat_0.1.25-1_amd64.deb</span></div>
1159+
<div><span class="prompt">$</span><span>sudo apt install ./asat_0.1.26-1_amd64.deb</span></div>
11601160
<button class="copy-btn" onclick="copyCode(this)">copy</button>
11611161
</div>
11621162
<p style="color:var(--text-muted);font-size:0.8rem;margin-top:0.6rem">Resolves dependencies automatically. Uninstall with <code style="font-family:var(--mono)">sudo apt remove asat</code>.</p>
@@ -1186,7 +1186,7 @@ <h2 class="section-title">Install in seconds.</h2>
11861186
<!-- Pre-built binaries note -->
11871187
<p class="step-desc" style="margin-top:1rem">
11881188
Pre-built binaries for Linux x86_64, Linux aarch64, macOS arm64, macOS x86_64, and Windows x86_64 are available on the
1189-
<a href="https://github.com/okt4v/ASAT/releases/tag/v0.1.25" style="color:var(--amber);text-decoration:none;">v0.1.25 GitHub Release</a>.
1189+
<a href="https://github.com/okt4v/ASAT/releases/tag/v0.1.26" style="color:var(--amber);text-decoration:none;">v0.1.26 GitHub Release</a>.
11901190
</p>
11911191
</div>
11921192

0 commit comments

Comments
 (0)