Browse Source

Make SUPPORTED_SYSTEM.md briefer

pull/13741/head
Don HO 1 year ago committed by GitHub
parent
commit
043bd4f385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 34
      SUPPORTED_SYSTEM.md

34
SUPPORTED_SYSTEM.md

@ -2,25 +2,25 @@
## Supported OS Table
* The column **OS** is the list of different MS Windows generations.
* The column **can be run (version can be run)** is for the status of the latest release to be run under the OS. If the latest version cannot be run under the specific OS (with the status "NO"), then the last version number which can be run will be indicated in the parentheses.
* The column **last version can be run** is for the status of the latest release to be run under the OS. If the current (latest) version can be run under the specific OS, then the `current version` will be indicated instead of version number.
* The column **supported** contains the status of Notepad++ team supporting Notepad++ under the specific OS. It means if a bug is present under an OS no more supported but not under supported OS, then this issue won't be treated by the team.
| OS | can be run (version can be run) | supported |
|-------------------------|----------------------------------|---------------------------|
| **Windows 95** | NO (v3.9 & previous versions) | NO |
| **Windows 98** | NO (v6.0 & previous versions) | NO |
| **Windows ME** | NO (v6.0 & previous versions) | NO |
| **Windows NT 4.0** | NO (v4.7.3 & previous versions) | NO |
| **Windows 2000** | NO (v6.6.9 & previous versions) | NO |
| **Windows XP** | NO (v7.9.2 & previous versions) | NO |
| **Windows Server 2003** | NO (v7.9.2 & previous versions) | NO |
| **Windows Vista** | NO\* (v8.4.6 & previous versions)| NO |
| **Windows Server 2008** | NO\* (v8.4.6 & previous versions)| NO |
| **Windows 7** | YES | NO |
| **Windows 8** | YES | No |
| **Windows 8.1** | YES | YES |
| **Windows 10** | YES | YES |
| **Windows 11** | YES | YES |
| OS | last version can be run | supported |
|-------------------------|--------------------------|---------------------------|
| **Windows 95** | v3.9 | NO |
| **Windows 98** | v6.0 | NO |
| **Windows ME** | v6.0 | NO |
| **Windows NT 4.0** | v4.7.3 | NO |
| **Windows 2000** | v6.6.9 | NO |
| **Windows XP** | v7.9.2 | NO |
| **Windows Server 2003** | v7.9.2 | NO |
| **Windows Vista** | v8.4.6 \* | NO |
| **Windows Server 2008** | v8.4.6 \* | NO |
| **Windows 7** | current version | NO |
| **Windows 8** | current version | No |
| **Windows 8.1** | current version | YES |
| **Windows 10** | current version | YES |
| **Windows 11** | current version | YES |
\* The current version of Notepad++ built by GCC can be run under Vista & Server 2008

Loading…
Cancel
Save