Skip to content

Commit 9422a19

Browse files
committed
Release version 5.0.0.dev2
1 parent 9cf78cf commit 9422a19

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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

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

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

news.d/bugfix/1731.linux.md

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

news.d/bugfix/1733.core.md

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

news.d/feature/1735.core.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__ = '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'

0 commit comments

Comments
 (0)