Skip to content

Commit

Permalink
Make SUPPORTED_SYSTEM.md briefer
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Jun 1, 2023
1 parent b93e3f4 commit 043bd4f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions SUPPORTED_SYSTEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 043bd4f

Please sign in to comment.