File tree Expand file tree Collapse file tree 6 files changed +25
-5
lines changed Expand file tree Collapse file tree 6 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1+ # v5.0.0.dev2 (2025-06-14)
2+
3+
4+ ## Features
5+
6+ ### Core
7+
8+ - Integrate BuildResources into BuildUi to simplify UI plugin migration to Plover v5. (#1735 )
9+
10+ ## Bugfixes
11+
12+ ### Core
13+
14+ - Fix installation of plugins via git URL. (#1733 )
15+
16+ ### Linux
17+
18+ - When inputting Unicode with uinput the code now uses space to finalize the Unicode character instead of enter. (#1731 )
19+
20+ ## API
21+
22+ No significant changes.
23+
124# v5.0.0.dev1 (2025-06-03)
225
326
Original file line number Diff line number Diff line change 66copyright = "Open Steno Project"
77author = copyright
88
9- release = "5.0.0.dev1 "
9+ release = "5.0.0.dev2 "
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 1212 # want to translate anyway.
1313 _ = lambda s : s
1414
15- __version__ = '5.0.0.dev1 '
15+ __version__ = '5.0.0.dev2 '
1616__copyright__ = '(C) Open Steno Project'
1717__url__ = 'http://www.openstenoproject.org/'
1818__download_url__ = 'http://www.openstenoproject.org/plover'
You can’t perform that action at this time.
0 commit comments