Skip to content

Commit 4f6ad1a

Browse files
committed
Release version 5.0.0.dev1
1 parent 4adff1d commit 4f6ad1a

File tree

13 files changed

+42
-14
lines changed

13 files changed

+42
-14
lines changed

.github/RELEASE_DRAFT_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Plover $version$
22

3-
Plover is going through a huge overhaul to make for a better experience for our users, and developers, too.
4-
5-
> **Warning**: Version 4 is a major change and the configuration file it creates is not compatible with Plover 3 or earlier. Please backup your `plover.cfg`
3+
> **Warning**: Version 5 updates the graphical interface library from PyQt5 to PySide6 which requires graphical plugins to be migrated.
64
75
## Installation Guide
86

NEWS.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# v5.0.0.dev1 (2025-06-03)
2+
3+
4+
## Features
5+
6+
### Core
7+
8+
- Integrate Plugins Manager and remove distribution plugins to simplify distribution of Plover. (#1601)
9+
- Update integrated Python version to 3.13. (#1720)
10+
11+
### User Interface
12+
13+
- Support dark mode that follows the system settings. (#1601)
14+
15+
### Linux
16+
17+
- On linux wayland, warn if ibus or fcitx5 isn't running. (#1711)
18+
19+
### macOS
20+
21+
- Add universal installer for macOS on Intel and Apple silicon. (#1720)
22+
23+
## Bugfixes
24+
25+
### Linux
26+
27+
- Downgrade CI for building Linux AppImage to Ubuntu 22.04 to build against GLIBC 2.35. (#1718)
28+
- Fixed keyboards with mouse control functionality not able to be detected in the uinput module. (#1724)
29+
- Fix keys getting stuck if keys held when starting Plover and emulating keyboard with Uinput. (#1728)
30+
- When using Uinput, fix devices being disabled upon exceptions. (#1729)
31+
32+
### macOS
33+
34+
- Fix notifications for newer macOS versions. (#1601)
35+
36+
## API
37+
38+
### Breaking Changes
39+
40+
- Update UI from PyQt5 to PySide6. (#1601)
41+
142
# v4.0.0 (2025-02-18)
243

344

news.d/api/1601.break.md

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

news.d/bugfix/1601.osx.md

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

news.d/bugfix/1718.linux.md

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

news.d/bugfix/1724.linux.md

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

news.d/bugfix/1728.linux.md

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

news.d/bugfix/1729.linux.md

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

news.d/feature/1601.core.md

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

news.d/feature/1601.ui.md

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

0 commit comments

Comments
 (0)