What's Changed
- Prefer
yield fromover yielding in a loop by @rolandwalker in #1544 - Fill out TIPS for many more CLI flags by @rolandwalker in #1540
- Correct parameterization for completion queries by @rolandwalker in #1543
- Accept special commands without trailing semicolons even in multi-line mode by @rolandwalker in #1545
- Update ruff to v0.15.0 by @rolandwalker in #1552
- Update LICENSE.txt for dates and GitHub detection by @rolandwalker in #1556
- Grammar nit to match incoming mycli.net text by @rolandwalker in #1560
- Sync feature list in README.md with website by @rolandwalker in #1561
- Sync myclirc prompt commentary with web by @rolandwalker in #1562
- Add codex review to PRs. by @amjith in #1566
- Add prompt format strings for socket connections by @rolandwalker in #1563
- Remove vim exit sequence, which has no effect by @rolandwalker in #1546
- Optionally defer completions until N characters have been typed by @rolandwalker in #1547
- Bump actions/github-script from 7 to 8 by @dependabot[bot] in #1568
- Bump actions/checkout from 5.0.0 to 6.0.2 by @dependabot[bot] in #1569
- Use prompt_toolkit's
complete_in_threadoption by @rolandwalker in #1548 - Ability to suppress control-d exit behavior by @rolandwalker in #1549
- Support Truecolor in prompt_toolkit sessions by @rolandwalker in #1550
- Add the ability to send app-layer keepalive pings by @rolandwalker in #1553
- Add
WITH,EXPLAIN, andLEFT JOINto top keywords for suggestions by @rolandwalker in #1554 - Let the Escape key cancel completion popups by @rolandwalker in #1555
- Pin dependencies more tightly, updating versions by @rolandwalker in #1558
- Exclude more documentation files from CI by @rolandwalker in #1559
- Prepare changelog for release v1.54.0 by @rolandwalker in #1570
Full Changelog: v1.53.0...v1.54.0