Skip to content

Releases: karthikeyjoshi/bsh

v0.2.9

25 Feb 23:43

Choose a tag to compare

refactor: v0.2.9

v0.2.8

21 Feb 21:16

Choose a tag to compare

refactor: check offline for sqlitecpp before downloading release

v0.2.7

21 Feb 20:30

Choose a tag to compare

fix: dynamic path resolution

v0.2.6

21 Feb 20:00

Choose a tag to compare

build: add CMake install targets and fix daemon path resolution

v0.2.5

21 Feb 18:57

Choose a tag to compare

fix: add missing <algorithm> include for linux build

v0.2.4

21 Feb 18:46

Choose a tag to compare

fix(ui): flatten multiline commands and enforce strict width truncation

- Replaces newlines with spaces in suggestions to prevent box deformation.
- Implements multiline detection with `...` indicators.
- Enforces an aggressive terminal width safety limit to prevent line wrapping.
- Optimizes rendering math for perfect border alignment.