Skip to content

Releases: OnlyTerp/papertrench

PaperTrench 3.1.0

Choose a tag to compare

@OnlyTerp OnlyTerp released this 06 Aug 23:20

Full Changelog: v3.0.0...v3.1.0

PaperTrench 3.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 19:09

Full Changelog: v2.11.0...v3.0.0

PaperTrench 2.11.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:31

Full Changelog: v2.10.0...v2.11.0

PaperTrench 2.10.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:12

Full Changelog: v2.9.1...v2.10.0

PaperTrench 2.9.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 21:06

Full Changelog: v2.9.0...v2.9.1

v2.9.0 — quick fixes on the trading tab, where lev meant them

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:45

Lev round two — the quick fixes now live where he meant them: on the trading tab.

  • A pencil on the trading panel. The ✎ in the panel header opens a compact inline editor right on the trading tab — buy presets, sell percents, and fee/gas/tip/slippage — same validation rulebook as the dashboard and popup (one rulebook, everywhere). Your costs ride as Fee/Gas/Tip/Slip chips under the buy row, click-to-edit, in both modes.
  • Focus mode is genuinely Axiom-compact. No balance card — cash rides inline on the Buy label, refreshed per fill. With one-tap presets on, the big BUY button gets out of the way: the preset chips ARE the buttons, and Enter in the amount box buys. Instant-buy off keeps the button.

Suite: 872/872. SHA-256 in SHA256SUMS.txt.

v2.8.1 — the attestation chain lands whole (update from 2.8.0)

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:29

If you are on v2.8.0, update now. v2.8.0 shipped with attestation-chain recording broken — every paper fill on it failed to append to your local attestation chain, with the honest "could not be added to the verification chain" toast firing each time (the failure was visible; the chain simply could not record). Your wallet, balances and P&L were never affected, and legacy chains were frozen untouched — migration failed before writing, so nothing was lost. On v2.8.1 recording resumes, and the verify panel will honestly show the v2.8.0-window gap rather than pretend it is not there.

The attestation chain grew up (F-14).

  • Single-writer segmented store: a fill rewrites one small tail segment, not the whole history — O(bounded) forever.
  • Multi-tab chain races are gone (all appends serialize through the worker).
  • Backups are downgrade-safe: a new backup restores intact on a pre-segmentation build (the chain rides in both formats).
  • Resets clear the chain atomically with the wallet; no hash is ever truncated; the leaderboard verifier format is unchanged.

Also, credit where due: v2.8.0 quietly contained the Turbo receipts card — Settings now counts your warm vs cold opens, median background routing latency (not page-ready time), and per-site main-thread stalls. Measured locally, stored locally, never sent anywhere.

Suite: 867/867. SHA-256 in SHA256SUMS.txt.

PaperTrench 2.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:24

⚠️ Superseded by v2.8.1 — update. This build accidentally carried half of an in-flight migration: attestation-chain recording is BROKEN on v2.8.0 (every paper fill silently fails to append to the local tamper-evidence chain; wallet, balances and P&L are unaffected). The zip stays up unmodified — releases here are immutable and hash-verified — but do not trade on it.

What v2.8.0 introduced (all carried forward into v2.8.1):

  • Fresh launches are snipeable (F-34): armed buys fire seconds after a pump.fun launch — the bonding curve is read directly on chain, and MCap-mode charts can price pump coins.
  • Rug guard, on by default: when chain state says the float sits in a handful of wallets, a paper buy is refused with a RUG WARNING naming the number; sells are never blocked.
  • Turbo receipts card (unmentioned here at publish time): warm vs cold open counts, median routing latency, per-site main-thread stalls — local-only, never sent anywhere.

SHA-256 in SHA256SUMS.txt.

v2.7.1 — the complete marathon batch

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:48

The complete 2026-08-05 marathon batch. If you downloaded v2.7.0, update — it was tagged mid-batch and is missing the last five commits (details below).

Community feedback batch #2 (thanks again lev)

  • Fills land on the chart you are looking at — the "instant +14%" is dead (per-vault price guard + fill-time reconciliation against the on-screen price).
  • Close the hot X tab, it comes back; your own X tab can BE the warm tab (adoption — never a tab you are looking at, pinned, or playing audio).
  • Quick settings in the popup: starting balance, buy/sell presets, fees profile.

Terminal Turbo

  • Instant pump.fun & Solscan links (opt-in): up to two muted background viewer tabs, hover prefetch, ctrl/click bypass.
  • Instant terminal links (opt-in): Axiom, Padre and GMGN links open in kept-warm viewers; positions-bar hops no longer replace your tab.
  • Turbo receipts: warm vs cold counts + median routing time in the popup — measured locally, never sent anywhere.
  • "PaperTrench off costs the page nothing": the feed-demand gate drops frames before the parse when nothing consumes them.
  • Chips stopped thrashing layout at volume peaks; the positions bar respects late-painting headers (O-15); the dashboard stopped re-reading everything every 4 seconds (D-39/D-43).

Flex without leaving the terminal

  • The Flex button on the closed P&L card opens the share composer as a floating window centered over the page — same card, same gallery, Copy/Download, Esc closes. One shared derivation for the numbers; the PAPER watermark always rides along.

X-Ray dock

  • The X-Ray card docks into the profile header dead zone and dresses like a native card; float placement now names its reason.

Suite: 814/814. SHA-256 in SHA256SUMS.txt.

PaperTrench 2.7.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:36

Superseded by v2.7.1 — update.

This tag was pushed mid-batch, five commits early: this zip is missing the Instant terminal links (Axiom/Padre/GMGN warm viewers), the dashboard refresh fix (D-39/D-43), and an X-Ray dock fix. The release stays up unmodified because releases here are immutable once published (verify hashes against SHA256SUMS.txt) — v2.7.1 is the same batch, complete.