summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-18 17:38:44 -0400
committerpommicket <pommicket@gmail.com>2023-07-19 19:03:17 -0400
commit8bd1df1736e2fa550f1a8d28c9ad2ab7818a23b6 (patch)
tree3d5470891c87501d7f94baa511da98e71fce7698
parentce18be823ee1ab83961587f8110c946ff96183fd (diff)
update README, version no.
-rw-r--r--README.md4
-rw-r--r--control2
-rw-r--r--ted.h2
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\<your user name>\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.
<tr><td>2.3.2</td> <td>Misc bugfixes</td> <td>2023 Jun 17</td></tr>
<tr><td>2.3.3</td> <td>JS highlighting improvments, fix TODO highlighting for single-line comments</td> <td>2023 Jul 6</td></tr>
<tr><td>2.3.4</td> <td>Unicode bugfix, `:copy-path`</td> <td>2023 Jul 14</td></tr>
+<tr><td>2.4</td> <td>Font overhaul — allow multiple fonts, and variable-width fonts.</td> <td>2023 Jul 18</td></tr>
</table>
## 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.