Skip to content

Commit 4e42961

Browse files
committed
Release version 4.0.2
1 parent 059e4a7 commit 4e42961

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v4.0.2 (2025-06-05)
2+
3+
4+
## Features
5+
6+
No significant changes.
7+
8+
## Bugfixes
9+
10+
### Linux
11+
12+
- When inputting Unicode with uinput the code now uses space to finalize the Unicode character instead of enter. (#1731)
13+
14+
## API
15+
16+
No significant changes.
17+
118
# v4.0.1 (2025-04-22)
219

320

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
copyright = "Open Steno Project"
77
author = copyright
88

9-
release = "4.0.1"
9+
release = "4.0.2"
1010
version = release
1111

1212
# -- General configuration ---------------------------------------------------

news.d/bugfix/1731.linux.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

plover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# want to translate anyway.
1313
_ = lambda s: s
1414

15-
__version__ = '4.0.1'
15+
__version__ = '4.0.2'
1616
__copyright__ = '(C) Open Steno Project'
1717
__url__ = 'http://www.openstenoproject.org/'
1818
__download_url__ = 'http://www.openstenoproject.org/plover'

0 commit comments

Comments
 (0)