Skip to content

Release PrettyPrompt 5.0#289

Merged
waf merged 1 commit into
mainfrom
release-5.0
May 31, 2026
Merged

Release PrettyPrompt 5.0#289
waf merged 1 commit into
mainfrom
release-5.0

Conversation

@waf
Copy link
Copy Markdown
Owner

@waf waf commented May 31, 2026

Release 5.0.0

  • Breaking change: Target .NET 10 (#280).
  • Unicode handling: switch from per-character tracking to grapheme-cluster tracking, so multi-codepoint glyphs are measured and edited as single units (#282).
    • Fix crash on certain unicode combining characters.
    • Fix handling of zero-width joiners (e.g. multi-codepoint emoji).
  • Performance improvements for long documents (#284).
    • Viewport-bound cell generation, so rendering cost scales with the visible window rather than the total input length.
    • Avoid re-wrapping the entire document on caret moves and navigation.
    • Add a screen buffer pool and reduce allocations.
  • Add more emacs/readline keybindings (#288).
  • Allow Alt+Enter to insert a soft newline (#281).
  • Fix missing SetLastError on the native console-mode call, so failures are reported correctly (#287).

@waf waf merged commit 863a223 into main May 31, 2026
1 check passed
@codecov
Copy link
Copy Markdown

codecov Bot commented May 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.5%. Comparing base (132bb39) to head (d29d543).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #289   +/-   ##
=====================================
  Coverage   84.4%   84.5%           
=====================================
  Files         47      47           
  Lines       3947    3947           
  Branches     655     655           
=====================================
+ Hits        3335    3338    +3     
+ Misses       454     452    -2     
+ Partials     158     157    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant