|
|
78b9345799
|
Add swap file journaling for crash recovery.
- Introduced `SwapManager` for buffering and writing incremental edits to sidecar `.kte.swp` files.
- Implemented basic operations: insertion, deletion, split, join, and checkpointing.
- Added recovery design doc (`docs/plans/swap-files.md`).
- Updated editor initialization to integrate `SwapManager` instance for crash recovery across buffers.
|
2025-12-04 08:48:32 -08:00 |
|
|
|
0bfe75fbf0
|
Refactor indentation for consistent style across codebase.
Release / Bump Homebrew formula (push) Has been cancelled
Release / Build Linux amd64 (push) Has been cancelled
Release / Build Linux arm64 (push) Has been cancelled
Release / Build macOS arm64 (.app) (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled
|
2025-12-02 01:37:44 -08:00 |
|
|
|
09a6df0c33
|
Add regex search, search/replace, and buffer read-only mode functionality with help text
|
2025-12-01 02:54:40 -08:00 |
|
|
|
69457c424c
|
add regex and search/replace functionality to editor
|
2025-11-30 23:33:17 -08:00 |
|
|
|
f8d0e9213f
|
bump version
Release / Bump Homebrew formula (push) Has been cancelled
Release / Build Linux amd64 (push) Has been cancelled
Release / Build Linux arm64 (push) Has been cancelled
Release / Build macOS arm64 (.app) (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled
Also add some TODOs.
|
2025-11-30 19:57:05 -08:00 |
|
|
|
6498213378
|
updating readme and roadmap
|
2025-11-30 18:54:24 -08:00 |
|
|
|
57bfab633d
|
Lots of updates:
1. Scrolling and click to set the cursor works.
2. GUI now uses Brass Mono as the font.
3. A lot of stability and other updates.
|
2025-11-29 20:22:24 -08:00 |
|
|
|
69e7959fa4
|
Basic shell working.
|
2025-11-29 17:54:55 -08:00 |
|