-
-
Notifications
You must be signed in to change notification settings - Fork 633
Release: v2.56.0 #2083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: v2.56.0 #2083
Changes from all commits
1b5b32a
cd8ab8e
da3a9be
a94f0ef
9d70469
7e8fb0f
50388ef
ed6abfd
f703d9a
b569048
22c92c7
ffcddf3
1c2c664
5d13389
9a74e6d
37639c3
2fe2a21
dbaf8a3
3a04ae2
3cfef81
09362b2
2738f20
ad7e23f
84a5c6e
5e27ee0
ce7455d
76bee78
19f30ec
3e22dd4
e99ecac
f644df4
2b620cf
d6ac89e
8652737
7d6c79d
4cb7a64
c016053
cb8b4b3
417b944
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| fastfetch (2.55.1~#UBUNTU_CODENAME#) #UBUNTU_CODENAME#; urgency=medium | ||
|
|
||
| * Update to 2.55.1 | ||
|
|
||
| -- Carter Li <zhangsongcui@live.cn> Mon, 17 Nov 2025 10:15:44 +0800 | ||
|
|
||
|
Comment on lines
+1
to
+6
|
||
| fastfetch (2.55.0~#UBUNTU_CODENAME#) #UBUNTU_CODENAME#; urgency=medium | ||
|
|
||
| * Update to 2.55.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -273,6 +273,10 @@ void ffProcessGetInfoLinux(pid_t pid, FFstrbuf* processName, FFstrbuf* exe, cons | |||||
| ffStrbufEnsureFixedLengthFree(exePath, (uint32_t)length); | ||||||
| ffStrbufAppendNS(exePath, (uint32_t)length, buf); | ||||||
| } | ||||||
| else | ||||||
| { | ||||||
| ffStrbufSetS(exePath, filePath); | ||||||
|
||||||
| ffStrbufSetS(exePath, filePath); | |
| ffStrbufClear(exePath); |
Uh oh!
There was an error while loading. Please reload this page.