|
| 1 | +# 2.54.0 |
| 2 | + |
| 3 | +Changes: |
| 4 | +* Moves macOS and Windows design language detection from the DE module to the Theme module |
| 5 | + |
| 6 | +Features: |
| 7 | +* Adds `--json` and `-j` command line flags as a shortcut for `--format json` |
| 8 | +* Various improvements to the OS module (OS) |
| 9 | + * Displays point releases for Debian |
| 10 | + * Displays code names for Ubuntu |
| 11 | + * Displays build ID for macOS |
| 12 | + * Displays code names for Windows (previously shown in the Kernel module) |
| 13 | +* Adds basic support for Wine (Windows) |
| 14 | +* Adds basic support for hppa and sh architectures (CPU, Linux) |
| 15 | +* Improves T-Head SoC name detection from the device tree (#1997, CPU, Linux) |
| 16 | + |
| 17 | +Bugfixes: |
| 18 | +* Avoids integer overflow when calculating swap size (#1988, Swap, Windows) |
| 19 | +* Trims whitespace from full user name (Title, macOS) |
| 20 | +* Fixes default font size for Ghostty (#1986, TerminalFont, Linux) |
| 21 | +* Works around an issue that could report impossibly high memory usage in rare cases (#1988, Memory, Linux) |
| 22 | +* Fixes incorrect glibc dependency in polyfilled DEB packages (#1983, Linux) |
| 23 | +* Fixes corrupted binaries in polyfilled RPM packages (#1990, Linux) |
| 24 | +* Fixes crashes on ancient Android kernels (#1993, Disk, Android) |
| 25 | +* Prefers resolutions reported by randr mode info, fixing incorrect resolutions reported on XFCE when scaling is enabled (Display, Linux) |
| 26 | + |
| 27 | +Logos: |
| 28 | +* Adds secureblue, PrismLinux, EmperorOS |
| 29 | +* Updates T2 |
| 30 | + |
1 | 31 | # 2.53.0 |
2 | 32 |
|
3 | 33 | Changes: |
|
0 commit comments