Release v0.7.22

This commit is contained in:
Mario Zechner 2025-11-19 01:50:45 +01:00
parent 1b28780155
commit 1f68d6eb40
16 changed files with 649 additions and 1587 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased]
## [0.7.22] - 2025-11-19
### Fixed
- **Long Line Wrapping**: Fixed crash when rendering long lines without spaces (e.g., file paths). Long words now break character-by-character to fit within terminal width.
## [0.7.21] - 2025-11-19
### Fixed