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