Skip to content

Commit 7e52f36

Browse files
committed
Release version 5.0.0.dev3
1 parent f6d5bc1 commit 7e52f36

File tree

11 files changed

+33
-10
lines changed

11 files changed

+33
-10
lines changed

NEWS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# v5.0.0.dev3 (2025-07-14)
2+
3+
4+
## Features
5+
6+
### Core
7+
8+
- Allow higher priority dictionaries to delete entries from others. (#1160)
9+
- Improve orthography rules for `^ify` suffixes. (#1680)
10+
- Reduce installer file size. (#1741)
11+
12+
### Linux
13+
14+
- Add dvorak keymap support for uinput users. (#1746)
15+
16+
## Bugfixes
17+
18+
### Core
19+
20+
- Allow uninstall of installed unsupported plugins. (#1739)
21+
- Fix missing font family warnings. (#1740)
22+
23+
### Windows
24+
25+
- Do not consider extended scan codes in Windows keyboard capture. (#1357)
26+
27+
## API
28+
29+
No significant changes.
30+
131
# v5.0.0.dev2 (2025-06-14)
232

333

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

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

news.d/bugfix/1357.windows.md

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

news.d/bugfix/1739.core.md

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

news.d/bugfix/1740.core.md

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

news.d/feature/1160.core.md

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

news.d/feature/1680.core.md

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

news.d/feature/1741.core.md

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

news.d/feature/1746.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.dev2"
16+
__version__ = "5.0.0.dev3"
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)