changelog
The recent releases of tte. Releases use semantic versions with a separate dated build. Older entries retain their original dated version labels.
v0.1.1 Build 20260915A · 2026-09-15
Added
- An installable offline browser editor at
/app/, with an OPFS workspace, recovered drafts, tabs, file/folder management, UTF-8 import/export, find/replace, basic Markdown and CSV/TSV previews, and light/dark themes.
New terminal editing and browser editor guides include canonical URLs, structured data, and sitemap coverage.
Changed
- The TTE menu's About entry now includes the release version and build number.
- The macOS/Linux installer announces the version and build before downloading the binary, validates the release manifest, then verifies the checksum and binary version before asking where to install. Invalid metadata stops the download; a version mismatch stops installation. Windows shows the verified version before install.
- Homepage product copy and links work without JavaScript, install commands contain the production URL immediately, and the entrance animation keeps initial content visible.
v0.1.0 Build 20260914A · 2026-09-14
Changed
- Separated the release version from the build number in CLI version output, About, and the welcome screen. Update checks compare the release first, then the build; legacy clients retain their manifest.
Removed
- Removed encrypted vault support, its Experimental submenu, and obsolete settings. Existing vault archives on disk are left untouched.
v20260905B 2026-09-05
Changed
- The TryTTE logo has been refreshed. Browser favicons, the Apple touch icon, Android home-screen icons, installed web-app icons, and social previews now use the supplied brighter neon-green artwork.
Fixed
- Copying from a remote Mac now reaches the local clipboard. TTE detects ordinary SSH sessions and Herdr-managed panes (
HERDR_ENV=1), skips the remote machine'spbcopy/pbpaste, and sends copied text through OSC 52 to the attached terminal client instead. Local macOS sessions keep native clipboard integration, and remote paste continues to use the local terminal's paste shortcut.
v20260905A 2026-09-05
Changed
- TryTTE has a new green logo set. The website now uses the refreshed artwork for browser favicons, Apple touch icons, Android home-screen icons, installed web-app icons, and social previews.
- Rendered markdown starts with its table of contents hidden. The document gets the full editor width until the outline is revealed with the
≪chevron orView → Toggle Outline Panel. An explicit show/hide preference is still remembered. - Website pages have cleaner addresses. Canonical URLs and site links omit the implementation-level
.htmlsuffix. Previous addresses redirect permanently, so existing links keep working.
v20260903D 2026-09-03
Changed
- Explorer sort choices now wait for confirmation. Left/Right on the focused
Az/ext/tmcontrols moves only the highlight; the file list is re-sorted and the preference saved only when Enter is pressed.