|
| 1 | +# 2.55.0 |
| 2 | + |
| 3 | +Changes: |
| 4 | +* Commands are now executed in parallel by default to improve performance (#2045, Command) |
| 5 | + * This behavior can be disabled in the config file with `"parallel": false` if it causes problems with certain scripts |
| 6 | +* Folder/filesystem hiding is moved to the detection stage; hidden entries are no longer probed, improving performance (#2043, Disk) |
| 7 | + |
| 8 | +Features: |
| 9 | +* Adds `command.parallel` and `command.useStdErr` config options (Command) |
| 10 | + * `parallel`: set to `false` to disable parallel execution (see Changes above) |
| 11 | + * `useStdErr`: set to `true` to use stderr output instead of stdout |
| 12 | +* Adds the command-line flag `--dynamic-interval <interval-in-ms>` to enable dynamic output auto-refresh (#2041) |
| 13 | +* Adds support for using the current playing media's cover art as a logo source (Media / Logo) |
| 14 | + * Usage: `"logo": { "type": "<image-protocol>", "source": "mediacover" }` |
| 15 | + * Supports local sources only |
| 16 | +* Adds native GPU detection support on OpenBSD and NetBSD (instead of depending on `libpciaccess`) (GPU) |
| 17 | + * No functional changes |
| 18 | + * Root privileges are required to access PCI config space on OpenBSD (as always) |
| 19 | +* Adds GPU detection support on GNU/Hurd (GPU) |
| 20 | + * Requires building with `libpciaccess` |
| 21 | +* Shows Debian point release on Raspberry Pi OS (#2032, OS, Linux) |
| 22 | +* Adds `Brush` shell version detection (Shell) |
| 23 | +* Improves Mac family detection via prefix matching (Host) |
| 24 | + |
| 25 | +Bugfixes: |
| 26 | +* Ignores `run-parts` during terminal/shell detection (#2048, Terminal / Shell, Linux) |
| 27 | +* Fixes fish version detection when `LC_ALL` is set (#2014, Shell, Linux) |
| 28 | +* Hides the module when no desktop icons are found (#2023, Icons, Windows) |
| 29 | +* Skips auxiliary display controllers to prevent the module from reporting duplicate entries (#2034, GPU, Linux) |
| 30 | +* Refines Apple rpath handling; fixes building for the Homebrew version on macOS (#1998, CMake) |
| 31 | + |
| 32 | +Logos: |
| 33 | +* Adds Vincent OS and MacaroniOS |
| 34 | + |
1 | 35 | # 2.54.0 |
2 | 36 |
|
3 | | -Windows binaries in Release page are now signed using SignPath. |
| 37 | +Windows binaries in Release page are now signed by SignPath. |
4 | 38 |
|
5 | 39 | Changes: |
6 | 40 | * Moves macOS and Windows design language detection from the DE module to the Theme module |
|
0 commit comments