Skip to content

v1.5.1

Latest

Choose a tag to compare

@Maxteabag Maxteabag released this 03 Jun 19:20
· 8 commits to main since this release
0f46bee

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