- Excluded flashfetch binary
- update to 2.33.0 Changes: * Introduce a new CMake flag `-DBUILD_FLASHFETCH=OFF` to disable building flashfetch binaries - Package managers are encouraged to enable it. Bugfixes: * Fix interconnect type detection (gh#fastfetch-cli/fastfetch#1453, PhysicalDisk) - Regression of v2.28 * Don't report `proot` as terminal (Terminal, Android) * Remove a debug output (DiskIO, OpenBSD) * Fix media detection for some players (gh#fastfetch-cli/fastfetch#1461, Media) - Regression of v2.32 Features: * Use `$POWERSHELL_VERSION` as PowerShell version if available (Shell) - Fetching Windows PowerShell version can be very slow. Add `$env:POWERSHELL_VERSION = $PSVersionTable.PSVersion.ToString()` in $PROFILE before running fastfetch to improve the performance of Shell module * Add support for ubuntu-based armbian detection (gh#fastfetch-cli/fastfetch#1447) * Improve performance of Bluetooth detection (Bluetooth) - We no longer report disconnected bluetooth devices in `--format json` when `--bluetooth-show-disconnected` isn't specified * Support brightness level detection for builtin displays (Brightness, OpenBSD / NetBSD) - Requires root permission on OpenBSD * Support battery level detection (Battery, OpenBSD / NetBSD) * Support CPU temperature detection in NetBSD (CPU, NetBSD) * Hard code path of `libvulkan.so` for Android - So that users don't need to install the vulkan-loader wrapper of termux Logo: * Add NurOS * Add GoralixOS OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=125
This commit is contained in:
parent
1c7da242b1
commit
842322f772
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f08efaaffa9f1c58b085105acfc41c65ed8f5721bdc7b1746b80700c727a4f60
|
||||
size 1158012
|
3
fastfetch-2.33.0.tar.gz
Normal file
3
fastfetch-2.33.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa3b5c3c4fc7d2b6c4e24c15fb7cf3df94024227f2d24995f6ca0eaa95f39725
|
||||
size 1161845
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 13:11:31 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
- Excluded flashfetch binary
|
||||
- update to 2.33.0
|
||||
Changes:
|
||||
* Introduce a new CMake flag `-DBUILD_FLASHFETCH=OFF` to
|
||||
disable building flashfetch binaries
|
||||
- Package managers are encouraged to enable it.
|
||||
Bugfixes:
|
||||
* Fix interconnect type detection
|
||||
(gh#fastfetch-cli/fastfetch#1453, PhysicalDisk)
|
||||
- Regression of v2.28
|
||||
* Don't report `proot` as terminal (Terminal, Android)
|
||||
* Remove a debug output (DiskIO, OpenBSD)
|
||||
* Fix media detection for some players
|
||||
(gh#fastfetch-cli/fastfetch#1461, Media)
|
||||
- Regression of v2.32
|
||||
Features:
|
||||
* Use `$POWERSHELL_VERSION` as PowerShell version if available
|
||||
(Shell)
|
||||
- Fetching Windows PowerShell version can be very slow. Add
|
||||
`$env:POWERSHELL_VERSION = $PSVersionTable.PSVersion.ToString()`
|
||||
in $PROFILE before running fastfetch to improve the performance
|
||||
of Shell module
|
||||
* Add support for ubuntu-based armbian detection
|
||||
(gh#fastfetch-cli/fastfetch#1447)
|
||||
* Improve performance of Bluetooth detection (Bluetooth)
|
||||
- We no longer report disconnected bluetooth devices in
|
||||
`--format json` when `--bluetooth-show-disconnected` isn't
|
||||
specified
|
||||
* Support brightness level detection for builtin displays
|
||||
(Brightness, OpenBSD / NetBSD)
|
||||
- Requires root permission on OpenBSD
|
||||
* Support battery level detection (Battery, OpenBSD / NetBSD)
|
||||
* Support CPU temperature detection in NetBSD (CPU, NetBSD)
|
||||
* Hard code path of `libvulkan.so` for Android
|
||||
- So that users don't need to install the vulkan-loader wrapper
|
||||
of termux
|
||||
Logo:
|
||||
* Add NurOS
|
||||
* Add GoralixOS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 16:32:33 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fastfetch
|
||||
Version: 2.32.1
|
||||
Version: 2.33.0
|
||||
Release: 0
|
||||
Summary: Neofetch-like tool written mostly in C
|
||||
License: MIT
|
||||
@ -105,7 +105,7 @@ Zsh command-line completion support for %{name}.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake -DBUILD_FLASHFETCH:BOOL=FALSE
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@ -114,7 +114,6 @@ Zsh command-line completion support for %{name}.
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG.md
|
||||
%{_bindir}/flashfetch
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_datadir}/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user