| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-03 | 545 Bytes | |
| v1.5.1 source code.tar.gz | 2026-06-03 | 10.5 MB | |
| v1.5.1 source code.zip | 2026-06-03 | 10.9 MB | |
| Totals: 3 Items | 21.4 MB | 1 | |
v1.5.1
Bug fixes
DELETE/UPDATEshortcuts 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-tuientry point so the package can be launched withuvx sqlit-tuiinstead ofuvx --from sqlit-tui sqlit. Thanks @nils-werner. #244