You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.5.1
Bug fixes
DELETE/UPDATE shortcuts no longer leak Rich markup into the
generated SQL when run on markup-rendered result cells. Values
like '[bold #FFFF00]1[/]' are now stripped back to '1'.
Thanks @koianaoki. #243, #229
Process worker is now fork-safe on macOS Tahoe (26.4+). Thanks @brentrager. #207, #189
Packaging
Added a sqlit-tui entry point so the package can be launched
with uvx sqlit-tui instead of uvx --from sqlit-tui sqlit. Thanks @nils-werner. #244