Skip to content

Releases: PatchPerson/Tenso

v0.4.6

13 Mar 07:37
efd5a32

Choose a tag to compare

[0.4.6] - 2026-03-13

v0.4.5

13 Mar 06:29
aede6fc

Choose a tag to compare

[0.4.5] - 2026-03-13

Added

  • Add comprehensive Rust and TypeScript test suite

Changed- Move update banner to sidebar icon

v0.4.4

12 Mar 21:24
2e7fbc2

Choose a tag to compare

[0.4.4] - 2026-03-12

Fixed

  • Prevent WebSocket deadlock during token refresh

Changed

  • Split large components and flatten nested logic
  • Remove dead exports and extract shared UI
  • Tighten types and split vendor chunks

v0.4.3

12 Mar 20:03
639a03e

Choose a tag to compare

[0.4.3] - 2026-03-12

Added

  • Add delete confirmation with crossfade and dismiss animation

Changed

  • Redesign environment creation and polish delete confirm
  • Unify sidebar panel headers across collections, environments, and history

Fixed

  • Clear client auth state on token refresh failure
  • Improve method badge rendering in sidebar

v0.4.2

12 Mar 18:48
18a9705

Choose a tag to compare

[0.4.2] - 2026-03-12

Added

  • Add Sentry error tracking with opt-out toggle
  • Add move-to-collection, keyboard shortcuts, and save all### Changed
  • Replace chevron icons with folder and folder-open icons in sidebar

Fixed- Fix folder icon rendering in the sidebar tree- Keep authentication tokens when a transient refresh fails in the Convex client

v0.4.1

12 Mar 15:59
2fa9080

Choose a tag to compare

0.4.1 - 2026-03-12

Added

  • feat(import)
  • feat(sync)
  • ci(release)

Fixed

  • fix(ui)

v0.4.0

11 Mar 08:14
77b2e74

Choose a tag to compare

[0.4.0] - 2026-03-11

Added

  • Add download table with install instructions
  • Add syntax highlighting, copy button, and language dropdown to response view
  • Add full replay, inspection, and context menu actions for history
  • Persist tabs and workspace state across app restarts

Changed

  • Add auto_updates to Homebrew cask template
  • Auto-update Homebrew cask on release
  • Normalize body and tree view to 14px/600 weight
  • Replace tab scroll arrows with smooth edge fades
  • Render search as popdown near button instead of inline
  • Restrict font-weight 900 to monospace elements
  • Apply visual polish inspired by HTTPie
  • Remove dark background from app icon
  • Match tab font size and weight to sidebar
  • Move method dropdown to left of protocol selector in URL bar
  • Switch to Geist font with gold accent and platform-aware shortcuts

Fixed

  • Pin @auth/core to 0.37.0 for @convex-dev/auth compatibility
  • Extract query parameters from URL in curl import
  • Prevent query parameter duplication in request execution
  • Use props.req directly in copy-as-curl for sync clipboard access
  • Render context menu via Portal with fixed positioning
  • Auto-detect protocol and secure flag from pasted curl URLs
  • Enforce minimum widths for window and main content
  • Implement token refresh to persist sessions across restarts
  • Wire up deep link handler and move code modal to root
  • Add missing permissions and enable auto-publish releases

v0.3.0

06 Mar 14:16
b7c29e5

Choose a tag to compare

##0.3.0 - 2026-03-06

Added

  • Save unsaved tabs to last used collection on Ctrl+S
  • Full WebSocket support with templates, live stream, and sync
  • Redesign UrlBar with protocol dropdown, lock icon, and WS support
  • Native macOS traffic lights and programmatic window creation

Fixed

  • Sync lockfile in release script
  • Transparent lock icon SVG and remove glow effect
  • Absolute-position sidebar item actions to reclaim text space
  • Remove sidebar collection list hover animations and layout shift
  • Wire up push sync, fix invite email matching, cleanup dead code