From f8d0e9213fef190acb784e6b3e0e381f0b747b93 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 30 Nov 2025 19:57:05 -0800 Subject: [PATCH] bump version Also add some TODOs. --- CMakeLists.txt | 2 +- ROADMAP.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f4b18a..5fb24c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(kte) include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 17) -set(KTE_VERSION "1.0.1") +set(KTE_VERSION "1.0.2") # Default to terminal-only build to avoid SDL/OpenGL dependency by default. # Enable with -DBUILD_GUI=ON when SDL2/OpenGL/Freetype are available. diff --git a/ROADMAP.md b/ROADMAP.md index 23ec366..23e8ff7 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,3 +5,6 @@ ROADMAP / TODO: - [ ] The undo system should actually work - [ ] Able to mark buffers as read-only - [ ] Built-in help text +- [ ] Shorten paths in the homedir with ~ +- [ ] When the filename is longer than the message window, scoot left to + to keep it in view