Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 22:30
· 145 commits to main since this release
63bfc71
  • @tooee/cli@0.7.2
  • @tooee/ask@0.7.2
  • @tooee/choose@0.7.2
  • @tooee/commands@0.7.2
  • @tooee/clipboard@0.7.2
  • @tooee/diff@0.7.2
  • @tooee/config@0.7.2
  • @tooee/fuzzy@0.7.2
  • @tooee/layout@0.7.2
  • @tooee/marks@0.7.2
  • @tooee/overlays@0.7.2
  • @tooee/panels@0.7.2
  • @tooee/router@0.7.2
  • @tooee/renderers@0.7.2
  • @tooee/search@0.7.2
  • @tooee/themes@0.7.2
  • @tooee/shell@0.7.2
  • @tooee/toasts@0.7.2
  • @tooee/view@0.7.2

Add the Tooee documentation site (708de84)

Tooee now includes a small searchable documentation site for tooee.dev, starting with an overview and CLI setup guide.

Restore expected CLI view and exit behavior (2f0b8be)

Standalone ask and choose sessions now exit on Ctrl+C. View keeps q available in error and empty-directory states, honors persisted diff layouts, and includes CSV, TSV, diff, and patch files in directory browsing.

Keep choice text clear of the scrollbar (510f8f9)

Long choice labels and descriptions now keep a space between wrapped text and the scrollbar.

Reflow Markdown prose across source lines (ee661a4)

Markdown soft line breaks now behave as spaces so prose wraps to the available viewport width, while explicit hard breaks still start a new rendered line.

Provide View context when Markdown links activate (338a1f4)

Markdown link handlers on View now receive the live command context with the raw link URL. Existing one-argument handlers continue to work.