From 309822238b9fb17e68b002c26157077de29ddb23 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 5 Mar 2025 21:56:52 -0500 Subject: Minor updates to documentation --- README.md | 2 +- development.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9edabd2..bc7ef42 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Then run `make.bat release`. 2.7.4 find/replace and LSP bug fixes 2024 Sep 8 2.7.5 LSP bug fix 2024 Dec 7 2.7.6 Fix new LSP bug introduced by 2.7.5 2024 Dec 8 -2.7.7 Add prepareRename support, fix IDE hover 2024 Dec 8 +2.7.7 Add prepareRename support, fix IDE hover 2025 Mar 5 ## License diff --git a/development.md b/development.md index a00b886..6d55829 100644 --- a/development.md +++ b/development.md @@ -140,10 +140,9 @@ Then implement the `syntax_highlight_` function similar to the other o When releasing a new version of `ted`: - Update `TED_VERSION` in `ted.h`. -- Update `Version` in `control` for the `.deb` file. - Run `make ted.deb` on Debian/Ubuntu. - Run `./update-windows-installer.py`. - Run `make.bat release` on Windows. - Update version history in `README.md`. - Create a new release on GitHub with `ted.deb` and `ted.msi`. -- Add `.deb` to repository. +- Add `.deb` to Debian repository. -- cgit v1.2.3