diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-03 19:34:17 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-03 19:34:17 +1100 |
commit | 1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b (patch) | |
tree | 3d9c5663445bc69262bcf36a1e50974dd526448f /doc/index.html | |
parent | 78601728e07170bb6389625e9a4013e6e0aac223 (diff) | |
download | scintilla-mirror-1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b.tar.gz |
Updates for 5.0.1.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 4c98b667d..14a892acf 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="20210305" /> + <meta name="Date.Modified" content="20210405" /> <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.0<br /> - Site last modified March 5 2021</font> + <font color="#FFCC99" size="3"> Release version 5.0.1<br /> + Site last modified April 5 2021</font> </td> <td width="20%"> @@ -72,6 +72,8 @@ </tr> </table> <ul id="versionlist"> + <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> |