Accepting request 1236676 from utilities
OBS-URL: https://build.opensuse.org/request/show/1236676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fastfetch?expand=0&rev=53
This commit is contained in:
commit
8bceacf896
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa3b5c3c4fc7d2b6c4e24c15fb7cf3df94024227f2d24995f6ca0eaa95f39725
|
|
||||||
size 1161845
|
|
3
fastfetch-2.34.0.tar.gz
Normal file
3
fastfetch-2.34.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2dae260d604557c6bf5a9781b3c960aa4265a067e54a984f8c68889a578193a9
|
||||||
|
size 1166632
|
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 9 17:45:04 UTC 2025 - RN <R_Nik_C@proton.me>
|
||||||
|
|
||||||
|
- update to 2.34.0
|
||||||
|
Changes:
|
||||||
|
* We now print distro pretty name if available (OS)
|
||||||
|
- This is a long requested feature. However, it may break
|
||||||
|
some distros. File a bug with the content of
|
||||||
|
`/etc/os-release` if it breaks your distro
|
||||||
|
Bugfixes:
|
||||||
|
* Fix thunderbolt version of new MBPs
|
||||||
|
(gh#fastfetch-cli/fastfetch#1465, Host, macOS)
|
||||||
|
* Fix backlight name detection on FreeBSD (Brightness, FreeBSD)
|
||||||
|
* Fix Terminal detection when running fastfetch in
|
||||||
|
`pk-command-not-found`
|
||||||
|
(gh#fastfetch-cli/fastfetch#1467, Terminal, Linux)
|
||||||
|
* Relax detection of terminals in NixOS
|
||||||
|
(gh#fastfetch-cli/fastfetch#1479, Terminal, Linux)
|
||||||
|
- Should fix konsole, ghostty and maybe others
|
||||||
|
* Fix core count output in multi-package platforms (CPU)
|
||||||
|
* Don't suppress the output of preRun
|
||||||
|
(gh#fastfetch-cli/fastfetch#1489)
|
||||||
|
* Fix battery percentage detection (Battery, NetBSD)
|
||||||
|
Features:
|
||||||
|
* Support ghostty terminal font detection (TerminalFont, Linux /
|
||||||
|
macOS)
|
||||||
|
* Support `kitty-icat` image protocol, which uses `kitten icat`
|
||||||
|
to generate image data
|
||||||
|
- Pros: support tmux; support gif animations; good performance
|
||||||
|
- Cons: due to the limitation of `kitten icat`, we need to
|
||||||
|
clear the screen before displaying the image logo
|
||||||
|
* Support WM version detection (WM)
|
||||||
|
- In Linux, Hyprland & sway are supported currently
|
||||||
|
* Improve performance when stdout is redirected (TerminalSize)
|
||||||
|
* Report thermal zone temp if CPU temp is not available (CPU,
|
||||||
|
Linux)
|
||||||
|
* Report sound server (Pipewire or PulseAudio) if available
|
||||||
|
(gh#fastfetch-cli/fastfetch#1454, Sound, Linux)
|
||||||
|
* Enable OpenGL & OpenCL detection on Android (OpenGL / OpenCL,
|
||||||
|
Android)
|
||||||
|
* Detect & report MediaTek Dimensity 9000+ SOC name (CPU, Android)
|
||||||
|
* Support appman (am-user) package manager detection (Packages,
|
||||||
|
Linux)
|
||||||
|
Logo:
|
||||||
|
* Add Lubuntu
|
||||||
|
* Update Xray_os
|
||||||
|
* Add SnigdhaOS
|
||||||
|
* Add Rhino Linux
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 26 13:11:31 UTC 2024 - RN <R_Nik_C@proton.me>
|
Thu Dec 26 13:11:31 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fastfetch
|
# spec file for package fastfetch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.33.0
|
Version: 2.34.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written mostly in C
|
Summary: Neofetch-like tool written mostly in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user