summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentce18be823ee1ab83961587f8110c946ff96183fd (diff)
update README, version no.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 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