Skip to content

Commit df0bef1

Browse files
Prepare version 3.0 for release
1 parent 94ecd93 commit df0bef1

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v3.0 (Upcoming)
1+
# v3.0 (4 August 2020)
22

33
- A completely rewritten app based on .NET Core and working as a truly UI-less app instead of an app with a hidden
44
window

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Keyboard Switch
22

3-
Version 3.0 (Work in progress)
3+
Version 3.0
44

55
Created by Tolik Pylypchuk
66

@@ -48,17 +48,12 @@ Dead keys are not supported (because of the previous limitation).
4848
The space character cannot be mapped to other characters. This is not really a limitation, because the space character
4949
is the same in every layout (at least that's the assumption).
5050

51-
## Project Status
51+
## Supported Platforms
5252

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
5954
going to build or test it for them. [Version 4.0](https://github.com/TolikPylypchuk/KeyboardSwitch/milestone/3) on the
6055
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
6257
[libuiohook](https://github.com/kwhat/libuiohook) for the cross-platform keyboard hook.
6358

6459
## Building from Source
@@ -99,7 +94,7 @@ Currently the app's startup time is quite long, so it may appear after a couple
9994

10095
## Changes
10196

102-
### What's new in version 3.0 (Work in progress)
97+
### What's new in version 3.0
10398

10499
- A completely rewritten app based on .NET Core and working as a truly UI-less app
105100
instead of an app with a hidden window

docs/_v3_0/09-about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Docs are built using [Jekyll](https://jekyllrb.com) with the
2020

2121
## Changelog
2222

23-
### v3.0 (Upcoming)
23+
### v3.0 (4 August 2020)
2424

2525
- A completely rewritten app based on .NET Core and working as a truly UI-less app instead of an app with a hidden
2626
window

0 commit comments

Comments
 (0)