Skip to content

Version Packages - #83

Merged
damusix merged 1 commit into
masterfrom
changeset-release/master
Aug 22, 2026
Merged

Version Packages#83
damusix merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@noormdev/cli@1.2.0

Minor Changes

  • bab7dfc: ## TUI

    Added

    • feat(tui): The interactive UI now draws in the alternate screen at full terminal height, and restores the terminal on exit instead of leaving itself in scrollback.
    • feat(tui): Forms are a two-column layout with browse and edit modes. Arrow keys move between fields on every field type including selects, Enter opens a field and commits it, Esc reverts it, and submit is a [ Save ] row you navigate to.
    • feat(tui): Lists size themselves to the terminal instead of a fixed row count, and keep their cursor when you leave a screen and come back.
    • feat(explore): r on a table shows its first and last rows, ordered by primary key. Enter opens a row as YAML or JSON, f switches format, and the arrow keys walk between rows.
    • feat(explore): The detail screen scrolls, and v shows a value the column grid had to truncate.
    • feat(sql): Wide result grids drop whole columns behind a … N more columns marker rather than squeezing every column past legibility. Enter opens a row in full.
    • feat(tui): Mouse support: click to move the cursor, double-click to activate, wheel to scroll. Set ui.mouse: false in .noorm/settings.yml to restore click-drag text selection.
    • feat(db): Esc cancels a connection test or query that is hanging. On PostgreSQL and MySQL the server is asked to stop the query; on SQL Server and SQLite the client stops waiting and says so.

    Fixed

    • fix(sql): Backspace in the results filter did nothing, because the key reports as delete on the previous Ink release.
    • fix(tui): Screens sized from the terminal never recomputed on resize.
    • fix(explore): Column, index and parameter lists re-flowed per row, so the type column landed on a different offset on nearly every row.
    • fix(explore): "Total Objects" counted categories the screen does not list, so it exceeded the rows a reader could see.
    • fix(tui): The help screen and log viewer drew past the bottom of the window, putting their first lines out of reach.

@noormdev/sdk@1.2.0

Minor Changes

  • bab7dfc: ## Connection

    Added

    • feat(db): Connections now carry a connect timeout, so an unreachable host fails instead of hanging forever. Defaults to 15s; set connection.connectTimeoutMs per config to raise it for a database that resumes from an auto-paused state.

@noormdev/example-llm-memory-db-mssql@0.0.5

Patch Changes

  • Updated dependencies [bab7dfc]
    • @noormdev/sdk@1.2.0

@noormdev/example-llm-memory-db-pg@0.0.5

Patch Changes

  • Updated dependencies [bab7dfc]
    • @noormdev/sdk@1.2.0

@noormdev/example-todo-db@0.0.5

Patch Changes

  • Updated dependencies [bab7dfc]
    • @noormdev/sdk@1.2.0

@damusix
damusix merged commit 634597f into master Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant