Skip to content

Commit 415ba96

Browse files
committed
Release version 5.0.0rc1
1 parent 4d8651a commit 415ba96

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v5.0.0rc1 (2025-09-02)
2+
3+
4+
## Features
5+
6+
### Linux
7+
8+
- Refactor Uinput to use pipe instead of select with timeout. (#1760)
9+
- Passthrough keyboard shortcuts. (#1761)
10+
- Uinput: refactor initialization and cleanup. (#1765)
11+
12+
## Bugfixes
13+
14+
No significant changes.
15+
16+
## API
17+
18+
No significant changes.
19+
120
# v5.0.0.dev3 (2025-07-14)
221

322

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 = "5.0.0.dev3"
9+
release = "5.0.0rc1"
1010
version = release
1111

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

news.d/feature/1760.linux.md

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

news.d/feature/1761.linux.md

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

news.d/feature/1765.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
@@ -13,7 +13,7 @@
1313
# want to translate anyway.
1414
_ = lambda s: s
1515

16-
__version__ = "5.0.0.dev3"
16+
__version__ = "5.0.0rc1"
1717
__copyright__ = "(C) Open Steno Project"
1818
__url__ = "http://www.openstenoproject.org/"
1919
__download_url__ = "http://www.openstenoproject.org/plover"

0 commit comments

Comments
 (0)