Skip to main content

Changelog

Every improvement, automatically tracked from our commit history.

Subscribe via Atom feed
← Prev Page 21 of 139 Next →
February 27, 2026
patch Desktop Shell

Move View Documentation link to its own line in Developer settings

Details

Prevents horizontal overflow when the subtitle and link button

compete for space in a narrow settings panel.

patch Desktop Shell

Disable horizontal scrolling on API docs and route detail windows

Details

Both ApiDocsWindow and ApiRouteDetailWindow ScrollViewers lacked

HorizontalScrollBarVisibility="Disabled", allowing monospace code blocks

and inline runs to overflow the window width. Content now constrains to

the window width with text wrapping.

patch Desktop Shell

Add copy cURL command to API endpoint detail popup

Details

Every endpoint detail popup now shows a ready-to-paste cURL command

at the top with method, auth header, content-type, and JSON body.

All routes are now clickable (not just ones with schema docs) since

every route gets a cURL block.

patch Desktop ShellSDK

Add API endpoint detail popup with request/response schemas

Details

Extend ApiRouteDescriptor in SDK with RequestExample, ResponseExample,

and QueryParamDocs fields. API docs window routes are now clickable —

clicking an endpoint opens a detail popup showing query parameters,

request body shape, and response body shape with copy-to-clipboard

buttons for each code block.

patch Desktop Shell

Fix horizontal overflow in API docs window

Details
  • Reduce method column from 90px to 50px (GET/POST/PATCH/DELETE fit)
  • Add TextWrapping=Wrap to all route path/description TextBlocks
  • Add TextWrapping to the curl status check code block (was the only

code block missing it)

Long endpoint paths and descriptions now wrap instead of overflowing

the modal width.

← Prev Page 21 of 139 Next →

Get notified about new releases