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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user