|
| 1 | +=================================================================================== |
| 2 | +Release Notes For v1.11.0 |
| 3 | +=================================================================================== |
| 4 | + |
| 5 | +This release hopefully marks the start of a new period of active development and |
| 6 | +contributions and a shift away from the previous lower maintenance mode. |
| 7 | + |
| 8 | +For users: |
| 9 | + |
| 10 | +This is the perfect time to engage with the project and other dunst users. |
| 11 | +Some of the features and changes to include in the v2 release are starting to |
| 12 | +be proposed or implemented. Everyone's opinion is important, so feel free |
| 13 | +to participate in the issues proposing new features (or redesigns of the old ones). |
| 14 | + |
| 15 | +This version mainly contains bug fixes and QoL improvements, and can be considered |
| 16 | +a preparatory release for the various things that will come in the future |
| 17 | +(overhaul of the rule syntax, multiple windows support, aesthetic and customization |
| 18 | +options, refactor of the drawing system, etc). |
| 19 | + |
| 20 | +For maintainers: |
| 21 | + |
| 22 | +X11 support is now optional and can be disabled in build by setting the `X11` make |
| 23 | +flag to 0. This means that you can offer Wayland-only builds. |
| 24 | + |
| 25 | +Shell completions are now considered official and can be installed/uninstalled from |
| 26 | +the Makefile. By default they are installed and can be disabled by setting the |
| 27 | +`COMPLETIONS` flag to 0. |
| 28 | + |
| 29 | +Take a look at the changelog for all the bug fixes and improvements. |
| 30 | + |
1 | 31 | ===================================================================================
|
2 | 32 | Release Notes For v1.10.0
|
3 | 33 | ===================================================================================
|
4 | 34 |
|
5 | 35 | It's been a while since the last release. That does not mean that the
|
6 |
| -development has been stagnent. There are some long requested features have been |
| 36 | +development has been stagnant. There are some long requested features have been |
7 | 37 | implemented, like a do not disturb mode in the form of multiple pause levels.
|
8 | 38 | You can specify the priority of notification and selectively pause them. The
|
9 | 39 | progress bar rendering for low progress values has been fixed, with preparation
|
|
0 commit comments