From 8bd1df1736e2fa550f1a8d28c9ad2ab7818a23b6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 18 Jul 2023 17:38:44 -0400 Subject: update README, version no. --- README.md | 4 +--- control | 2 +- ted.h | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78bad71..13f454e 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,6 @@ tab-width = 2 To reset your ted configuration to the default settings, delete your ted.cfg file (`~/.local/share/ted/ted.cfg` on Linux, `C:\Users\\AppData\Local\ted\ted.cfg` on Windows) or move it somewhere else. -To change the font, create files called `font.ttf` and `font-bold.ttf` in the same directory as `ted.cfg`. -At the moment, only monospace fonts are supported. - #### Themes At the top of `ted.cfg` you will see a line which includes a theme. @@ -321,6 +318,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. 2.3.2 Misc bugfixes 2023 Jun 17 2.3.3 JS highlighting improvments, fix TODO highlighting for single-line comments 2023 Jul 6 2.3.4 Unicode bugfix, `:copy-path` 2023 Jul 14 +2.4 Font overhaul — allow multiple fonts, and variable-width fonts. 2023 Jul 18 ## License diff --git a/control b/control index fbde6b1..e07111b 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: ted -Version: 2.3.4 +Version: 2.4 Section: text Priority: optional Architecture: amd64 diff --git a/ted.h b/ted.h index 23c086e..d67206f 100644 --- a/ted.h +++ b/ted.h @@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.3.4" +#define TED_VERSION "2.4" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. -- cgit v1.2.3