|
1 | 1 | # Keyboard Switch |
2 | 2 |
|
3 | | -Version 3.0 (Work in progress) |
| 3 | +Version 3.0 |
4 | 4 |
|
5 | 5 | Created by Tolik Pylypchuk |
6 | 6 |
|
@@ -48,17 +48,12 @@ Dead keys are not supported (because of the previous limitation). |
48 | 48 | The space character cannot be mapped to other characters. This is not really a limitation, because the space character |
49 | 49 | is the same in every layout (at least that's the assumption). |
50 | 50 |
|
51 | | -## Project Status |
| 51 | +## Supported Platforms |
52 | 52 |
|
53 | | -I'm currently working on [version 3](https://github.com/TolikPylypchuk/KeyboardSwitch/milestone/2). Version 2 is |
54 | | -currently available, but it's not really user-friendly. |
55 | | - |
56 | | -The app itself is feature-complete, but I should first write extensive documentation before shipping v3.0. |
57 | | - |
58 | | -Version 3.0 will work only on Windows 10. It can probably work on earlier versions of Windows as well, but I'm not |
| 53 | +Version 3.0 works only on Windows 10. It can probably work on earlier versions of Windows as well, but I'm not |
59 | 54 | going to build or test it for them. [Version 4.0](https://github.com/TolikPylypchuk/KeyboardSwitch/milestone/3) on the |
60 | 55 | other hand will be cross-platform - I'm planning on making it work on macOS and on Linux (via X11), though the details |
61 | | -of this plan may change when I'll start looking into all that after releasing v3.0. The app will most probably use |
| 56 | +of this plan may change when I'll start looking into all that. The app will most probably use |
62 | 57 | [libuiohook](https://github.com/kwhat/libuiohook) for the cross-platform keyboard hook. |
63 | 58 |
|
64 | 59 | ## Building from Source |
@@ -99,7 +94,7 @@ Currently the app's startup time is quite long, so it may appear after a couple |
99 | 94 |
|
100 | 95 | ## Changes |
101 | 96 |
|
102 | | -### What's new in version 3.0 (Work in progress) |
| 97 | +### What's new in version 3.0 |
103 | 98 |
|
104 | 99 | - A completely rewritten app based on .NET Core and working as a truly UI-less app |
105 | 100 | instead of an app with a hidden window |
|
0 commit comments