Releases

Changelog

Dated notes, not a marketing feed. If a limitation still exists, it stays written down.

0.1.1

Brand pass. The app and this site are the same room.

  • Windows chrome uses Factory tokens: canvas #101010, chalk primary, orange only for live/warn, 3px controls.
  • Icon and splash are the Tlyrn mark on #101010 — not the MAUI purple template.
  • Settings is a product About: version, website, data directory, vault note.
  • Self-contained win-x64 zip. WebView2 still comes from Windows 11.
  • This site: mobile menu, privacy, license. Download page no longer asks for a separate .NET 9 runtime.

Still later: code-signed MSI, split panes, recursive folder sync, iOS/Android packages, a production updater.

0.1.0

First public Windows build from Klyrn.

  • Quick Connect: user@host, host:port, ssh://.
  • SSH password, private key, keyboard-interactive. PTY xterm-256color. Jump via local forward.
  • Unknown host keys: trust dialog with SHA256. Changed keys: blocked. Replace identity by typing the hostname.
  • Dual-pane local ↔ SFTP. Upload, download, mkdir, delete. Transfer queue with cancel.
  • Tunnels: local, remote, dynamic SOCKS. Default bind 127.0.0.1.
  • OpenSSH config and PuTTY session import. Passwords are not imported.
  • Vault: AES-256-GCM. Master key via DPAPI on unpackaged Windows.
  • Snippets with {{var}} expansion. High-risk commands ask before sending to the terminal.
  • Optional OpenAI-compatible assistant. Off by default. Redacts secrets. Never auto-executes.
  • Encrypted backup export (PBKDF2 210k). Cloud sync client sends ciphertext only; unsigned-in still works.

Known gaps in this build: no code-signed installer, no split terminal panes, no recursive folder sync, no iOS/Android package, updater is not production-signed.