Skip to content
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.33.0 #1464

Merged
merged 38 commits into from
Dec 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b87df82
Shell (Windows): use $POWERSHELL_VERSION if available
CarterLi Dec 19, 2024
3bb8242
OS (Linux): Refactor Armbian version detection and add support for ub…
JohnTheCoolingFan Dec 19, 2024
41240e9
FFlist: fix return value of `ffListPop`
CarterLi Dec 19, 2024
4bef801
BluetoothRadio (Linux): improve performance by reducing size of dbus …
CarterLi Dec 20, 2024
4f807f2
Bluetooth (Linux): improve performance when `showDisconnected == false`
CarterLi Dec 20, 2024
ae26692
Bluetooth (macOS): don't report disconnected devices if `showDisconne…
CarterLi Dec 20, 2024
b152b38
Bluetooth (Windows): optimise
CarterLi Dec 20, 2024
c5d4b20
TerminalShell (Android): ignore proot
CarterLi Dec 20, 2024
74586a9
Bluetooth (Linux): improve performance
CarterLi Dec 20, 2024
14d6157
PhysicalDisk (Linux): fix interconnect type detection
CarterLi Dec 20, 2024
dd41dfa
CMake: Add a cmake option to make flashfetch target optional (#1455)
Antiz96 Dec 21, 2024
e2fc83f
Bluetooth (Windows): silence compiler warnings
CarterLi Dec 20, 2024
4adf7fd
Brightness (NetBSD): add support for builtin display
CarterLi Dec 20, 2024
9c47a3a
Brightness (OpenBSD): add support
CarterLi Dec 20, 2024
0f454b7
Battery (OpenBSD): add support
CarterLi Dec 21, 2024
852a729
Battary (NetBSD): some basic investigation of acpi battery detection
CarterLi Dec 21, 2024
1ea3264
SMBIOS (NetBSD): add more data
CarterLi Dec 21, 2024
5a8dda2
CPU (NetBSD): support temp and frequency detection
CarterLi Dec 21, 2024
45f7e2c
Version (NetBSD): report sysname
CarterLi Dec 21, 2024
b38d7a4
Brightness (NetBSD): don't error out if the screen idx isn't 0
CarterLi Dec 21, 2024
b99f54b
CPU (NetBSD): trim CPU vendor
CarterLi Dec 21, 2024
b8048ee
Bluetooth (BSD): disable
CarterLi Dec 21, 2024
7c1991c
Battery (NetBSD): add support
CarterLi Dec 21, 2024
d3e40f6
Battery (OpenBSD): fix build
CarterLi Dec 22, 2024
851f271
CPU (NetBSD): fix typo
CarterLi Dec 22, 2024
2f3861e
PhysicalMemory: clean up garbage data
CarterLi Dec 22, 2024
dadd4bf
DiskIO (OpenBSD): remove debug output
CarterLi Dec 22, 2024
e0253d7
Doc: add comments for running fastfetch in root
CarterLi Dec 22, 2024
66085c0
Logo (Builtin): add NurOS
CarterLi Dec 22, 2024
4736031
Doc: update changelog [ci skip]
CarterLi Dec 22, 2024
e0fd511
Media (Linux): Fix #1461 (WIP)
CarterLi Dec 24, 2024
d939f95
Vulkan (Android): hard code path of `libvulkan.so`, so that users don…
CarterLi Dec 24, 2024
28ec935
Media (Linux): report player name
CarterLi Dec 25, 2024
f38a51c
Media: make it able to print player info in custom format
CarterLi Dec 25, 2024
2bfde87
Logo (Builtin): add GoralixOS
CarterLi Dec 25, 2024
2f13ee3
Media (Linux): set player name manually for musikcube
CarterLi Dec 25, 2024
e420263
Doc: update changelog [ci skip]
CarterLi Dec 25, 2024
f322405
Release: v2.33.0
CarterLi Dec 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Logo (Builtin): add NurOS
Fix #1456
  • Loading branch information
CarterLi committed Dec 22, 2024
commit 66085c087e6e46c1008bba70d204eb248eebcb8d
12 changes: 12 additions & 0 deletions src/logo/ascii/nuros.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
___╓╓___
_▄▄▓▓▀▀╜╜╨▀▓▓▓╗_
╓▓▓▀² `╙▓▓╖
╣▓▀ _▄▓▓▓▓▓▓W_ ╙▓▓
╣▓╜ ,▓▓▓▓▓▓▓▓▓▓▓▓_ ²▓▓
╒▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ║▓m
╞▓▓ í▓▓▓▓▓▓▓▓▓▓▓▓▓▓h ╞▓╡
²▓▓ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ║▓h
║▓▄ ╙▓▓▓▓▓▓▓▓▓▓╜ ƒ▓▓
╙▓▓_ ⁿ╙╨╝╝╝╜² _╢▓╜
╙▓▓╗__ _╗▓▓╜
`╙╝▓▓▓▓▓▓▓▓╝╙
9 changes: 9 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
@@ -3086,6 +3086,15 @@ static const FFlogo N[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_WHITE,
},
// NurOS
{
.names = {"NurOS"},
.lines = FASTFETCH_DATATEXT_LOGO_NUROS,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_WHITE,
},
},
// Nurunner
{
.names = {"Nurunner"},