Skip to content

Releases: fx/tx

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 03:53
19c8c50

1.4.0 (2026-08-29)

Features

  • dialogs: add a text input dialog (#41) (cd2110d)
  • dialogs: compose select with text input (#43) (5cb7be3)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 21:40
b34b732

1.3.0 (2026-08-22)

Features

  • dialogs: add bundled select provider (#39) (0c56587)
  • marketplace: update installed marketplaces (#35) (c2e27ff)
  • plugins: add generic capability registry (#38) (551197e)
  • site: add the tx landing page and publish it to GitHub Pages (#36) (904da23)
  • update: add a generic update lifecycle and the tx update command (#32) (158845a)
  • update: update the tx executable (#34) (b869b94)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:15
3ba9e60

1.2.0 (2026-08-08)

Features

  • marketplace: retry a failed HTTPS clone over SSH (#28) (1b6b380)

Bug Fixes

  • marketplace: resolve plugin dependencies by Node's rules (#31) (aa7c7e6)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 04:12
b861738

1.1.0 (2026-08-07)

Features

  • marketplace: add local directories as live marketplace sources (#27) (b4c5c22)
  • marketplace: discover and list referenced marketplaces (#25) (f8ae7c2)

tx: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:18
9da7608

1.0.0 (2026-08-05)

Features

  • add core command dispatcher (#3) (d98def6)
  • add marketplace management plugin (#7) (97b7fac)
  • add shared plugin API (#6) (b8c5d3e)
  • cli: delegate command dispatch to plugin namespaces (#20) (e0d9f03)
  • load external marketplace plugins (#8) (f719395)
  • marketplace: install dependencies per plugin (#16) (e1ea2a4)
  • marketplace: use repository plugin config (#12) (649b2ba)
  • plugin: inject the command parser as a core dependency (#19) (e329cd4)
  • release: automate package publishing (#14) (85523c4)

Bug Fixes

  • cli: keep plugin load failures out of the dispatch exit code (#17) (8212052)