summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-03-05 21:56:52 -0500
committerpommicket <pommicket@gmail.com>2025-03-05 21:56:52 -0500
commit309822238b9fb17e68b002c26157077de29ddb23 (patch)
treef597f924e900687cc8ad5a7f79ec6e26f31cf438
parent6e3d98ef4a13858a13fb4d5c93025c5cc8a6b3d8 (diff)
Minor updates to documentationHEADtrunk
-rw-r--r--README.md2
-rw-r--r--development.md3
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`.
<tr><td>2.7.4</td> <td>find/replace and LSP bug fixes</td> <td>2024 Sep 8</td></tr>
<tr><td>2.7.5</td> <td>LSP bug fix</td> <td>2024 Dec 7</td></tr>
<tr><td>2.7.6</td> <td>Fix new LSP bug introduced by 2.7.5</td> <td>2024 Dec 8</td></tr>
-<tr><td>2.7.7</td> <td>Add prepareRename support, fix IDE hover</td> <td>2024 Dec 8</td></tr>
+<tr><td>2.7.7</td> <td>Add prepareRename support, fix IDE hover</td> <td>2025 Mar 5</td></tr>
</table>
## 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_<language>` 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.