Skip to content

Tags: l1a/etr

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add AUR publishing via just publish-aur (#58)

Adds packaging/aur/{PKGBUILD,SRCINFO}.in templates for a new AUR
package `etr-terminal-bin` (x86_64 + aarch64, prebuilt GitHub release
binaries; the AUR names etr/etr-bin are taken by an unrelated tool).
`just publish-aur` verifies the release assets exist, checksums them,
renders both files, and pushes to the AUR git repo; `just publish` now
runs it after cargo publish. Bump version to 0.7.0.

Assisted-By: Claude Fable 5

v0.6.5

Toggle v0.6.5's commit message
v0.6.5 — Windows input path + terminal restore

v0.6.4

Toggle v0.6.4's commit message
v0.6.4 — Windows Backspace fix; anyhow advisory bump

v0.6.2

Toggle v0.6.2's commit message
v0.6.2: CI mirrors release's target matrix

v0.6.1

Toggle v0.6.1's commit message
v0.6.1: fix linux-aarch64 release build

v0.6.0

Toggle v0.6.0's commit message
v0.6.0: Windows client support

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: merge AGENTS.md with retch, add just pr gate (#47)

* chore: merge AGENTS.md with retch, add just pr gate

Restructure AGENTS.md into a Portable Core (kept in sync with retch's
AGENTS.md) plus project-specific rules, adopting retch's WIP.md
handoff workflow and branch-cleanup rule. Add just pr/merge-pr
recipes to automate the Pre-PR checklist, mirroring retch's gate.

Assisted-By: Claude Sonnet 5

* fix: clarify just pr man-page step wording in AGENTS.md

The step 4 description contradicted itself, claiming man/build/
needed to be regenerated and committed while also correctly noting
it's gitignored. Clarify that this step only proves the build
succeeds since there's nothing to diff.

Assisted-By: Claude Sonnet 5

* fix: repo-relative CLAUDE.md link, require reading ~/AGENTS.md

CLAUDE.md hardcoded an absolute path to AGENTS.md that only resolved
on a clone at exactly ~/git/etr; switch to a relative link. Also add
a Global Mandates item to the Portable Core requiring agents to read
~/AGENTS.md before starting work, so cross-repo mandates aren't
silently skipped when only the repo AGENTS.md is consulted.

Assisted-By: Claude Sonnet 5

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement secure X11 forwarding support (-X and -Y) (#45)

* Implement secure X11 forwarding support

Assisted-By: Gemini 2.5 Pro

* Fix X11 connection hang on empty cookies

Resolve X11 forwarding connection hang under Wayland/Niri by rewriting setup blocks to specify no-authentication when the client does not have a cookie.

Assisted-By: Gemini 2.5 Pro

v0.4.21

Toggle v0.4.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.4.21 for crates.io publish (#41)

Assisted-By: Claude Sonnet 4.6