892 Commits

Author SHA1 Message Date
李通洲
445dd94b53 Bootmgr: add new module 2024-05-15 21:49:15 +08:00
李通洲
4290efb49d
Release: v2.12.0 2024-05-14 10:48:21 +08:00
李通洲
56403bab5c PhysicalMemory: try converting vendor ID to name 2024-05-13 20:29:46 +08:00
李通洲
d0d6323b1f PhysicalMemory (FreeBSD): add support 2024-05-12 18:32:05 +08:00
李通洲
d28907ee9d PhysicalMemory (Linux): add support
Note: this module requires root permission to work in Linux
2024-05-11 18:05:30 +08:00
李通洲
07747aa819
PhysicalMemory (macOS): add support 2024-05-11 15:05:43 +08:00
李通洲
68efcdd0dd
PhysicalMemory: add new module 2024-05-11 15:05:43 +08:00
李通洲
852c6abf2e Loadavg (Android): fix compiling 2024-05-08 21:54:13 +08:00
李通洲
738daa1c77 Loadavg: new module 2024-05-08 18:34:34 +08:00
李通洲
ae5732e2a8 Release: v2.11.5 2024-05-07 00:38:08 +08:00
李通洲
d4bd4401a8 Release: v2.11.4 2024-05-06 19:45:45 +08:00
Carter Li
3e24cdc752 CMake: add option CUSTOM_OS_RELEASE_PATH
And remove `--os-file`
2024-05-06 16:25:08 +08:00
李通洲
3815823a20 CMake: enforce glibc version 2024-05-05 21:29:49 +08:00
李通洲
861d9006d7 Release: v2.11.3 2024-05-04 20:11:30 +08:00
李通洲
a4cace4765 CMake: add CUSTOM_AMDGPU_IDS_PATH 2024-05-04 10:06:49 +08:00
李通洲
82285ebeb4 Release: 2.11.2 2024-05-03 10:00:18 +08:00
李通洲
23a59a15ec Release: v2.11.1 2024-05-02 19:48:17 +08:00
Carter Li
3fe2d8091a Release: v2.11.0 2024-04-30 19:43:26 +08:00
李通洲
c597b7ec3a
Release: v2.10.3 2024-04-29 21:47:39 +08:00
李通洲
866e65749e Init: tweaks 2024-04-27 16:36:33 +08:00
李通洲
229c6674a4
CMake: fix #810 2024-04-25 15:48:39 +08:00
Guiorgy
04456d9807
allow generation of either deb or rpm package only (#807) 2024-04-23 19:05:55 +08:00
李通洲
2790493cba
Release: v2.10.2 2024-04-23 13:43:16 +08:00
李通洲
3fa308386f
Release: v2.10.1 2024-04-22 23:44:21 +08:00
李通洲
a1c9b24755
Release: v2.10.0 2024-04-22 21:22:50 +08:00
李通洲
6647980ce3 DisplayServer (Linux): refactor & support wlroots protocol 2024-04-22 16:41:30 +08:00
李通洲
a561a96a5f Display (Linux): wlr-randr for hyprland
which support reporting fractional scale factors
2024-04-17 22:16:19 +08:00
李通洲
f098cdbf69 CI: update artifact name for musl builds 2024-04-16 22:58:06 +08:00
李通洲
07d3fe3044 CI: add musl build 2024-04-16 22:29:01 +08:00
李通洲
40b9af6c36
Release: v2.9.2 2024-04-16 10:16:31 +08:00
李通洲
fb26cb1394 Disk (Android): fix build
Android does support `statx`, but it requires targeting newer ANDROID_API version to be available
2024-04-11 19:49:57 +08:00
李通洲
6f35b2f382 Disk (Linux): detect create time 2024-04-09 20:47:06 +08:00
李通洲
e16f8ef349
Release: v2.9.1 2024-04-07 20:47:19 +08:00
李通洲
69589f1ad5 Release: v2.9.0 2024-04-04 12:22:52 +08:00
李通洲
30813551be
Release: v2.8.10 2024-03-25 09:17:03 +08:00
李通洲
72fee13112
Release: v2.8.9 2024-03-15 09:21:13 +08:00
李通洲
cee9df189d
Release: v2.8.8 2024-03-08 08:40:40 +08:00
李通洲
a01792c06c
Doc: rename help.txt to help_footer.txt 2024-03-04 10:22:29 +08:00
李通洲
5d8aa11d81
Fastfetch: small performace optimization 2024-03-04 08:50:38 +08:00
李通洲
7504484f21 Release: v2.8.7 2024-03-02 18:46:48 +08:00
李通洲
66aee54401
CMake: add more debug flags 2024-03-01 10:27:25 +08:00
李通洲
cc40ef42f0
Release: v2.8.6 2024-02-27 21:28:01 +08:00
李通洲
111f7111b2
GPU (Linux): Support specifying custom pci.ids path for Linux 2024-02-27 15:29:19 +08:00
李通洲
ba60d9059f
Temps: support color range customization 2024-02-27 11:00:43 +08:00
李通洲
743eebaa6b
CMake (macOS): force dlopen searching for /usr/local/lib 2024-02-26 13:35:11 +08:00
李通洲
91dac1563b Release: v2.8.5 2024-02-23 20:34:39 +08:00
李通洲
b80391b183
Release: v2.8.4 2024-02-23 15:56:12 +08:00
李通洲
da9c928286 CMake: make artifact file names consistant
Fix #719
2024-02-13 19:02:03 +08:00
李通洲
7fe39353df Release: v2.8.3 2024-02-12 10:28:29 +08:00
李通洲
a3576b3154 CI: release file name without version
Fix #714
2024-02-12 10:28:29 +08:00