Skip to content

v0.1.25

Choose a tag to compare

@github-actions github-actions released this 19 Jul 07:42
2b43ea3

Platform notes

  • macOS 12+: these test builds are not signed or notarized. After moving the app to Applications, clear Gatekeeper quarantine with:

    xattr -dr com.apple.quarantine /Applications/Tcode.app

  • Windows: Microsoft Edge WebView2 Runtime is required. It is included with Windows 11.

  • Linux: requires ALSA, Fontconfig, Wayland/X11 client libraries, libgbm, the Vulkan loader, and a working Vulkan ICD/graphics driver.

Packages are uploaded as soon as each platform build completes. macOS artifacts are
architecture-specific. Windows MSI/NSIS and Linux AppImage packages are not currently
produced. SHA256SUMS.txt is added after every platform package has finished.

What's Changed

  • fix(ui): lock markdown scroll gestures to dominant axis by @Tryanks in #91
  • fix: sidebar drag regression, short-bubble wrap, pi version probe by @Tryanks in #92
  • fix(test): retry codex startup-failure test on ETXTBSY by @Tryanks in #93
  • fix(ui): include all markdown blocks in copied selection by @Tryanks in #94
  • fix(sidebar): reveal row actions on direct focus only by @Tryanks in #95
  • ui(settings): join the sidebar family, group rhythm, ghost triggers, semantic chips by @Tryanks in #96
  • fix(ui): include table borders in scroll range by @Tryanks in #97
  • ui(settings): chat's floating-card grammar + window material continuity by @Tryanks in #98
  • chore: remove difftastic structural diff by @Tryanks in #99

Full Changelog: v0.1.24...v0.1.25