diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-21 07:32:29 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-21 07:32:29 +1000 |
commit | ba9c223e464369c59674bf6592c4129121d28e1f (patch) | |
tree | 900cf113f9d4720c7a6f79d0e7d473349bbb33d0 /doc/index.html | |
parent | 8cfdbd1ea37fa56bafa15760e966d9ade34b4471 (diff) | |
download | scintilla-mirror-ba9c223e464369c59674bf6592c4129121d28e1f.tar.gz |
Updates for 5.0.2.rel-5-0-2
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index 9d1234bf0..7bcc4d843 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20210409" /> + <meta name="Date.Modified" content="20210423" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> #versionlist { @@ -56,8 +56,8 @@ GTK, and OS X</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 5.0.1<br /> - Site last modified April 9 2021</font> + <font color="#FFCC99" size="3"> Release version 5.0.2<br /> + Site last modified April 23 2021</font> </td> <td width="20%"> @@ -72,12 +72,11 @@ </tr> </table> <ul id="versionlist"> + <li>Version 5.0.2 fixes text encoding for display and adds font locale support on Windows. + Autocompletion lists improved on macOS 11.</li> <li>Version 5.0.1 has significantly changed the interface between platform layers and platform-independent code with more drawing capabilities. This includes ubiquitous translucency and variable stroke width to better support High DPI displays.</li> <li>Version 5.0.0 is an unstable release with lexers unbundled.</li> - <li>Version 4.4.6 fixes building with Xcode 12.</li> - <li>Version 4.4.5 fixes bugs with indicators, margin text, and ineffective layout caching.</li> - <li>Version 4.4.4 implements end of line annotations.</li> </ul> <ul id="menu"> <li id="remote1"><a href="https://www.scintilla.org/SciTEImage.html">Screenshot</a></li> |