File tree Expand file tree Collapse file tree 6 files changed +21
-5
lines changed
Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66copyright = "Open Steno Project"
77author = copyright
88
9- release = "5.0.0.dev3 "
9+ release = "5.0.0rc1 "
1010version = release
1111
1212# -- General configuration ---------------------------------------------------
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments