李通洲
f1ebcd7c31
Logo: add kitty-direct protocol
2023-07-18 21:18:14 +08:00
李通洲
1dc0ee183c
LocalIP (Android): fix crashing
2023-07-17 23:40:59 +08:00
李通洲
59dc2f82e3
LocalIP (Linux): fix build on Android
2023-07-17 23:03:56 +08:00
李通洲
f34d51b911
LocalIP: add option --localip-default-route-only
2023-07-17 18:32:13 +08:00
李通洲
1e57c4c088
LocalIP (Windows): detect default route
2023-07-17 18:12:45 +08:00
李通洲
68f71c5421
LocalIP (macOS): detect default route
2023-07-17 18:12:45 +08:00
李通洲
44faa3aa84
LocalIP (Linux): test default route
2023-07-17 10:41:53 +08:00
李通洲
a5c838e4a0
Disk: print mount points as links
2023-07-16 23:06:53 +08:00
李通洲
80007233fa
Disk (Linux): fix #479
2023-07-16 23:06:53 +08:00
李通洲
c79120b99c
TerminalFont (macOS): detect non-ascii font of iTerm
2023-07-16 20:55:22 +08:00
李通洲
eea70020c3
Terminal (macOS): fix compatibility with Fig
2023-07-16 20:39:55 +08:00
李通洲
c1d5a3eb1c
Terminal (Windows): unified handling of ConEmu
2023-07-16 19:47:17 +08:00
李通洲
6f0b4c0ce6
Cursor (Windows): fix Win7 compatibility
2023-07-16 19:22:58 +08:00
李通洲
a77553409b
Processing (Windows): try fixing Win7 compatiblity
2023-07-16 19:22:58 +08:00
李通洲
7705237f10
Terminal (Windows): better terminal detection when running shell directly in Windows Explorer
2023-07-16 19:22:58 +08:00
李通洲
e4b3d7e6cf
Terminal (Windows): don't detect Windows Terminal as conhost
2023-07-16 19:22:58 +08:00
李通洲
ddc55d70a7
Terminal (Linux): don't assume conhost in WSL
2023-07-16 19:22:58 +08:00
李通洲
64ea1af991
Processing: always trim trailing new lines
2023-07-15 15:46:19 +08:00
李通洲
1ddecf4cdb
Brightness (Linux): work around #499
2023-07-15 13:30:10 +08:00
李通洲
f6101a6629
Doc: update changelog
2023-07-15 11:31:14 +08:00
李通洲
426aae1ab6
PublicIP: print location
2023-07-15 11:24:12 +08:00
李通洲
a9466654b2
Processing (macOS): fix compiling
2023-07-15 08:25:57 +08:00
李通洲
55e0f8e5dd
Linux (Bluetooth): silence warnings
2023-07-15 08:25:06 +08:00
李通洲
87ebdef8df
Processing (Linux): don't leave zombie processes
2023-07-15 00:33:38 +08:00
李通洲
872b108e52
DisplayServer (Linux): fix heap-buffer-overflow reading
2023-07-14 11:19:16 +08:00
李通洲
d3d121a965
Brightness (Linux): use display model name as a fallback if we fail to match the display with edid
2023-07-14 11:16:05 +08:00
李通洲
da4ec98f47
Wifi (Linux): fix false errors when built without libnm support
2023-07-13 07:46:40 +00:00
李通洲
c9735984e9
DE (Linux): revert bc7d84fea2
...
Ref: #495
2023-07-13 07:32:31 +00:00
李通洲
67d3910fd3
LM (Linux): fix LightDM version detection
2023-07-13 11:19:23 +08:00
李通洲
ad627e0e0a
GPU (Linux): disable GPU memory size detection with libpci by default
...
Ref: #495 , #497
2023-07-13 10:03:44 +08:00
Piotr Kubaj
63fbaa146c
CPU: properly detect CPU on POWER
...
Excerpt for a thread from /proc/cpuinfo:
processor : 0
cpu : POWER9, altivec supported
clock : 3800.000000MHz
revision : 2.2 (pvr 004e 1202)
Without this patch, the following is printed for a CPU:
CPU: CPU (64) @ 3.8 GHz
With it, there is:
CPU: POWER9, altivec supported (64) @ 3.8 GHz
2023-07-12 19:54:09 +08:00
李通洲
dfefb802d0
Processing (Linux): always poll before read
2023-07-11 20:28:59 +08:00
李通洲
11adefd839
Processing (Windows): fix hanging when executing cygwin processes
2023-07-11 19:45:16 +08:00
李通洲
992fd6e5ad
Processing (Windows): properly implement timed reading
2023-07-11 16:00:58 +08:00
李通洲
ced2347829
Processing (Linux): fix potential hang when reading large buffer
...
`write` in child process blocks when the pipe is full. However because we are `waitpid`ing, we don't read the pipe, so that the pipe is never free. Therefore `write` in child process blocks forever and `waitpid` hangs.
Fix #493
2023-07-11 11:13:13 +08:00
李通洲
7dae59ee92
Processing: add --processing-timeout
2023-07-10 22:20:30 +08:00
李通洲
d53b584ba2
Processing (Windows): support timeout
2023-07-10 21:02:13 +08:00
李通洲
9c9ba2f1a1
CI (Linux): fix build on musl
2023-07-10 18:10:59 +08:00
李通洲
c1b2ebc66e
CI: fix compiling errors
2023-07-10 18:04:21 +08:00
李通洲
301e6153e1
WM/DE (Linux): revert 2486e68fe3 because it seems to cause too many issues
...
Ref: #495 #489 #481#480
2023-07-10 18:02:40 +08:00
李通洲
7bd0780f1a
Fastfetch: make --size-max-prefix accept enum values.
2023-07-10 17:30:08 +08:00
李通洲
ad9103c767
Processing (Linux): support timeout
2023-07-10 17:12:18 +08:00
李通洲
9719c17d19
LM (Linux): detect sshd version
2023-07-10 17:11:27 +08:00
李通洲
e611ce5733
Processing (Linux): don't hang on waitpid(2)
2023-07-10 15:26:10 +08:00
李通洲
856d732e13
Global: add option --size-ndigits and --size-max-prefix
2023-07-10 15:25:45 +08:00
李通洲
d5f0ccae88
LM (Linux): try fixing LightDM version detection
2023-07-10 09:39:24 +08:00
李通洲
e99b45a24b
TerminalFont (Linux): support xterm
2023-07-09 22:30:12 +08:00
李通洲
cad89fccd1
Terminal: detect xterm terminal version
2023-07-09 22:15:03 +08:00
李通洲
98079f583c
Brightness (macOS): fix crashing when no external display connected
2023-07-09 19:32:38 +08:00
李通洲
da6dafe49a
CI (Linux): ddcutil is not available on Ubuntu 20.04; disable it
2023-07-09 17:36:36 +08:00