Releases: karthikeyjoshi/bsh
Releases · karthikeyjoshi/bsh
v0.2.9
v0.2.8
refactor: check offline for sqlitecpp before downloading release
v0.2.7
fix: dynamic path resolution
v0.2.6
build: add CMake install targets and fix daemon path resolution
v0.2.5
fix: add missing <algorithm> include for linux build
v0.2.4
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.