Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 17 Aug 23:42
· 23 commits to main since this release
v0.2.7
65f9cbf

Things move rather than jump

A tool that is waiting used to flash on and off twice a second, which pulls the eye away from
whatever is being read. It breathes now — its colour goes out toward the background and comes back
over a second and a half, and never all the way out, because a dot that vanishes reads as one that
finished.

Opening a card, a reasoning chip or a tool row now brings its body up out of the background over a
quarter of a second instead of dropping it onto the screen in one step, so the eye is led to what
opened. Both are the same idea the web page uses; a terminal has no opacity to turn down, so what
moves is the colour itself, toward what is behind it.

Closing something forgets what was open inside it

Open a finished card, open a tool inside it, close the card — and opening it again brought that
tool's output straight back, minutes and one deliberate collapse later. Every foldable thing lived
in one flat list, so shutting a card left its contents' state behind. Closing something is how you
say you are done with it, and what is inside goes with it.

What changed

  • feat(ui): fade the waiting dot and the body of a fold as it opens

Full diff

Install

curl -fsSL https://github.com/attacca-cc/zyris-code/releases/latest/download/install.sh | sh   # macOS, Linux
irm https://github.com/attacca-cc/zyris-code/releases/latest/download/install.ps1 | iex        # Windows

To pin this version: ... | sh -s -- --version v0.2.7.

Everything else — what it does, how to run it, every environment variable —
is in the README.

Verifying a download

Every archive is listed in SHA256SUMS, which the install scripts check before
unpacking anything. By hand:

sha256sum -c SHA256SUMS --ignore-missing

Files

Platform Archive
Linux x86_64 zyris-code-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 zyris-code-aarch64-unknown-linux-gnu.tar.gz
macOS Apple silicon zyris-code-aarch64-apple-darwin.tar.gz
macOS Intel zyris-code-x86_64-apple-darwin.tar.gz
Windows x86_64 zyris-code-x86_64-pc-windows-msvc.zip

A platform missing from the release means its build failed; the others are
published regardless.