feat: implement vertical scrolling with cursor position adjustment in editor

- Add scroll_y tracking to editor state for vertical offset
- Adjust cursor rendering and input handling to account for scroll offset
- Update version to 1.26.0 and document scrolling feature in changelog
This commit is contained in:
2025-11-07 23:42:52 +00:00
parent 958461428d
commit 08a782997c
3 changed files with 63 additions and 14 deletions
+8
View File
@@ -21,6 +21,14 @@
## Version 1.25.0 - 2025-11-08
Autonomous mode now has improved error handling and tracks usage and costs. Several internal components were updated to improve reliability and logging.
**Changes:** 10 files, 342 lines
**Languages:** Markdown (8 lines), Python (332 lines), TOML (2 lines)
## Version 1.24.0 - 2025-11-07