Skip to content

v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:33
· 4 commits to main since this release
0836f40

Two rendering fixes on the screens people actually look at, plus a demo that finally
matches the product.

Fixed: a den with one agent drew the same creature twice

pets party printed the creature on the den's own row and again on the resident line
beneath it. On a real machine with 23 dens that happened four times on one screen, so it
was the normal appearance of an occupied den rather than an edge case, and it read as a
rendering fault. The resident line now leaves the creature out when there is only one
resident. Dens with two or more still give each resident its own creature, because that
is the only thing telling those rows apart. (#13)

Fixed: pets card claimed one of the residents was you

The marker means "this is you". pets card is typed by a person in a shell, so
there is no session to be, and the arrow was landing on whichever agent represented the
den. It no longer appears when there is nobody to point at. The card still shows a
creature somebody in the den is actually using, which was the deliberate part.
(#12)

Nothing else changed

The rest of this release is repository housekeeping: a rebuilt demo generator, a
recorded walkthrough that includes the city collection added in v0.2.1, and a README
that says what the thing is before it says how to install it.

Upgrading

Installed with Upgrade
Homebrew brew upgrade parallel-harness-pets
The install script re-run it, it replaces the binary in place
Go go install github.com/TevvvB/parallel-harness-pets/cmd/pets@latest
A release archive download the new one below