FlashTeX v0.1.6
Downloads
| Asset | What |
|---|---|
FlashTeX.dmg / FlashTeX-0.1.6-macos-arm64.dmg |
The Mac app (macOS 14+, Apple Silicon). Same file under both names; install.sh on the website fetches FlashTeX.dmg. |
flashtex-cli-0.1.6-macos-arm64.tar.gz |
The flashtex CLI (flashtex build main.tex, check, watch, supported, worker, fonts) plus flashtex-render/compiler/pdf helpers, with the bundled fonts/metrics. |
flashtex-cli-0.1.6-linux-x86_64.tar.gz |
Command-line tools for Linux x86_64 (built: flashtex-cli render-pipeline compiler pdf). |
SHA256SUMS |
sha256sum -c SHA256SUMS after downloading. |
Signing
This build is ad-hoc signed (no Developer ID certificate configured in CI). macOS Gatekeeper will refuse the first launch from a browser download: right-click FlashTeX.app > Open, or install with the website's install.sh which strips the quarantine attribute after verifying the checksum.
FlashTeX.dmg sha256: f139c8c72450c3731dad48eff81e359c7d303dc4495a614c55f970940f32e98e
What's Changed
- vim: fix the "_ black hole and add "0/"1-"9/"-/"A-"Z register semantics by @GoKubar in #670
- vim: gu/gU/g~ operators, visual r u U D X C S R Y O, ip/ap, zt/zb, :N by @GoKubar in #672
- mac: remove floating zoom/warning HUD over the preview by @GoKubar in #669
- mac: turn autosave on by default by @GoKubar in #675
- mac: syntax highlighting recovers after select-all, delete, then type by @GoKubar in #673
- mac: preview pinch-to-zoom no longer swallowed by the editor's font-size magnifier by @GoKubar in #674
- vim: insert-mode chords ⌃W ⌃U ⌃R ⌃T ⌃O by @GoKubar in #677
- Export PDF: four routes collapse to one (flashtex-pdf-exact), Print sends its bytes, long documents still export by @GoKubar in #671
- flashtex-render --pdf writes the exact route, not the v1 shim by @GoKubar in #679
- render-pipeline: seed label pages from the previous request's convergence (perf A) by @GoKubar in #652
- vim: marks adjust with edits, jumplist (C-o/C-i), `` / '' last-jump marks, C-a/C-x increment-decrement by @GoKubar in #685
- vim: gq/gqq/gqap reformat, ZZ/ZQ by @GoKubar in #686
- ios+mac: insert a capture from the iPad, by approving the proposal it shows by @GoKubar in #403
- vim: text objects i</a< (angle brackets), is/as (sentence), it/at (tag) by @GoKubar in #684
- mac: drain the helper's stderr on termination, so an abnormal exit says why by @GoKubar in #683
- coordination: publish orchestrator-astra session handoff (2026-09-16) by @GoKubar in #692
- Reveal Caret in Preview (⌘⇧J) reads the display list by @GoKubar in #688
- Preview page readout works on the pane that ships by @GoKubar in #689
- render-pipeline tests: label_page_seed initialises Wire.diagnostics (unbreaks main) by @GoKubar in #693
Full Changelog: v0.1.5...v0.1.6