What's Changed
- Use prompt_toolkit's
bell()by @rolandwalker in #1649 - Make toolbar widths consistent on toggle actions by @rolandwalker in #1650
- Refactor
SQLResultdataclass,format_sqlresult(), and callers by @rolandwalker in #1651 - Complete filenames on more special commands by @rolandwalker in #1652
- Allow styling of status, timing, and warnings text by @rolandwalker in #1653
- Set up prompt/continuation color configuration by @rolandwalker in #1654
- Bottom toolbar format string for customization by @rolandwalker in #1655
- Avoid depending on a string match into
host_infoproperty, instatusoutput. by @rolandwalker in #1656 - Add warnings-count prompt format strings by @rolandwalker in #1658
- Add more URL constants by @rolandwalker in #1659
- Set
$VISUALwhenever$EDITORis set by @rolandwalker in #1661 - Fix tempfile leak in behave test suite by @rolandwalker in #1662
- Handle/document more attributes such as "dim" by @rolandwalker in #1663
- Enable customization of table borders in
~/.myclircby @rolandwalker in #1664 - Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 by @dependabot[bot] in #1667
- Fix list of keys before modifying that same dictionary by @rolandwalker in #1666
- Avoid calling
get_prompt()unless needed by @rolandwalker in #1657 - Complete more precisely in the "value" position by @rolandwalker in #1665
- De-document styling of warnings text by @rolandwalker in #1670
- Prepare changelog for release v1.59.0 by @rolandwalker in #1672
Full Changelog: v1.58.0...v1.59.0