2023-01-01 18:33:24 +01:00
# dev
2023-01-02 12:43:11 +08:00
Notable Changes:
* fastfetch no longer creates a sample config file silently. Use `--gen-config` to generate one.
2023-01-02 17:27:06 +08:00
* fastfetch now search for user config file in the order of `fastfetch --list-config-paths`
2023-01-10 19:24:59 +08:00
* Unknown disks are hidden by default.
2023-01-02 12:43:11 +08:00
2023-01-01 18:33:24 +01:00
Features:
* `--logo-padding-top` option (@CarterLi , #372 )
* Raw image file as logo support (@CarterLi )
2023-01-03 16:56:18 +08:00
* Look for config files in `$APPDATA` ([RoamingAppData ](https://superuser.com/questions/21458/why-are-there-directories-called-local-locallow-and-roaming-under-users-user#answer-21462 )) (Windows)
2023-01-02 15:38:29 +08:00
* Look for config files in `~/Library/Preferences` (macOS)
2023-01-02 16:51:11 +08:00
* Add `--list-config-paths` option which list search paths of config files
2023-01-08 01:41:09 +01:00
* Add `--list-data-paths` option which list search paths for presets and logos
2023-01-09 18:59:02 +08:00
* Add `Brightness` module support
2023-01-10 12:27:51 +08:00
* Add `Battery` module support for FreeBSD
2023-01-10 17:31:47 +08:00
* Add `--disk-show-unknown` option for Disk module
2023-01-12 11:41:07 +01:00
* Add `--gpu-hide-integrated` option (#379 )
* Add `--gpu-hide-discrete` option (#379 )
2023-01-10 19:24:59 +08:00
* Detect terminal version when available
2023-01-11 13:58:59 +08:00
* Support `WezTerm` terminal font detection (requires [`wezterm` executable ](https://wezfurlong.org/wezterm/cli/general.html ) being available)
2023-01-11 17:17:17 +08:00
* Add `--shell-version` and `--terminal-version` options to disable shell / terminal version detection
2023-01-01 18:33:24 +01:00
Logos:
* Raspbian (@IamNoRobot , #373 )
Bugfixes:
* `--logo-type` now does accept `iterm` too (@CarterLi , #374 )
2023-01-03 16:44:27 +08:00
* Fix mintty terminal font detection
2023-01-12 00:11:25 +08:00
* Fix bug that line buffering doesn't work properly (Windows)
2023-01-02 11:57:23 +08:00
2023-01-01 18:33:24 +01:00
Other:
* Fixed a Typo in iterm error message (@jessebot , #376 )
2023-01-02 15:38:29 +08:00
* Don't try to load config file in `/etc` (Windows)
2023-01-01 18:33:24 +01:00
2022-12-31 18:50:35 +08:00
# 1.8.2
Bugfixes:
* Fix memleaks Users module (Windows)
* Fix shell detection when installed with scoop (Windows)
* Don't use libcJSON as wlanapi's dll name (Windows)
* Align artifact names to other platforms (Windows)
2022-12-30 10:47:57 +08:00
# 1.8.1
Notable Changes:
2022-12-30 18:49:58 +01:00
* `Song` was used as an alias to `Media` module. It's removed to avoid confusion. All song related flags (`--song-key` , etc) should change to media (`--media-key` , etc). (@CarterLi )
2022-12-30 10:47:57 +08:00
2022-12-30 22:00:11 +08:00
Bugfixes:
2022-12-30 18:49:58 +01:00
* Mountpoint paths on linux get decoded correctly (#364 )
* Color parsing once again works (@IanManske , #365 )
* Using a custom key with a placeholder for the local ip module now does work correctly if multiple interfaces are present (#368 )
2022-12-30 22:00:11 +08:00
2022-12-28 21:27:23 +08:00
# 1.8.0
This release introduces Windows support! Fastfetch now fully support all major desktop OSes (Linux, macOS, Windows and FreeBSD)
Notable Changes:
* Bios / Board / Chassis modules are splitted against Host module for performance reasons
* Caching is removed. Option `--nocache` is removed accordingly
Features:
* Windows (7 and newer) is officially and fully supported
2022-12-29 20:12:14 +08:00
* FreeBSD support is improved greatly (Bios, Cpu Temp, Cpu Usage, Disk, Host, Processes, Swap, Terminal / Shell, Uptime)
2022-12-28 21:27:23 +08:00
* Adds a new flag `--stat` , which prints time usage for individual modules
* Adds Wifi module which supports Windows and macOS
* Adds data source option for logo printing
* Detects Homebrew Cellar and Cask seperately
* Detects WSL version
* Detects disk based on mount point
* Exposes more chafa configs
* Improves performance for Cpu Usage, Public IP, Weather modules
* Improves performance for Kitty image protocol when both image width / height specified
* Improves performance for large file loading
* Improves performance for macOS WM and Host detection
* Improves shell and terminal detection on macOS
* Supports Deepin Terminal terminal font
* Supports GPU detection on Android
* Supports Kitty Terminal terminal font
* Supports bar output for percentage values
2022-12-29 01:24:34 +08:00
* Supports Bios module on macOS
2022-12-28 21:27:23 +08:00
* Supports eopkg package manager detection
* Supports iTerm image logo protocol
* Supports image logo printing on macOS
* Supports tcsh version detection
* Vulkan module on macOS no longer requires vulkan-loader to work
Logos:
* Alpine
* CRUX
* EndeavourOS
* Enso
* Garuda small
* Nobara
* OpenMandriva
* Parabola GNU/Linux-libre
* Rocky
* Rosa
* Solus
* Univalent
* Vanilla OS
Bugfixes:
* Fixes disk size detection on 32bit Linux (#337 )
2022-12-31 18:50:35 +08:00
* Fixes cpu freq detection in WSL
2022-12-28 21:27:23 +08:00
* Fixes internal bug of FFstrbuf
* Fixes some memory leaks
* Fixes segfault if 0 is given as argument index
* Lots of code refactors
2022-10-11 14:26:00 +02:00
# 1.7.5
Fixes a crash on linux that could happen when getting zsh version (#285 )
2022-10-10 10:16:43 +02:00
# 1.7.4
The last element in the default structure (currently the color blocks) is now printed again (#283 )
2022-10-09 21:36:53 +02:00
# 1.7.3
A lot of small improvements for MacOS & BSD platforms.
Features:
* BSD is now officially supported (#228 )
* MacPorts package manager support (@SladeGetz , #234 )
* Battery support for MacOS (@CarterLi , #235 )
* Processes, swap & terminal font support for MacOS(@CarterLi , #237 )
2022-12-30 10:47:57 +08:00
* Media support for MacOS (@CarterLi , #242 )
2022-10-09 21:36:53 +02:00
* Player support for MacOS (@CarterLi , #245 )
* WM theme support for MacOS (@CarterLi , #246 )
* CPU usage support for MacOS (@CarterLi , #247 )
* Power Adapter module (@CarterLi , #249 )
* Windows terminal font for WSL (@CarterLi , #254 )
* Temps & Font support for MacOS (@CarterLi , #258 )
* Terminal font support for Termux (@CarterLi , #263 )
* Weather module (@CarterLi , #266 )
Logos
* Crystal linux (@AloneER0 , #239 )
* FreeBSD (@draumaz , #244 )
* New Ubuntu (@AloneER0 , #259 )
Bugfixes:
* Don't segfault in GPU code on Intel Macs (@CarterLi , #236 )
* Don't use hardcoded size units in presets (@dr460nf1r3 , #255 )
* Don't crash with some format strings (#252 )
2023-01-03 15:13:39 +08:00
* --logo none keeps key color now (#264 )
2022-10-09 21:36:53 +02:00
2022-09-15 19:34:14 +03:00
# 1.7.2
Fixes the bash completions
2022-09-15 16:02:55 +02:00
# 1.7.1
This release brings a lot of bug fixes and improvements for MacOS. Big thanks to @CarterLi for the help on this!
Features:
* The color of the title and the keys can now be configured individually, using `--color-keys` and `--color-title` respectively. Some distros have different defaults now, similar to neofetch
* Swap module, similar to the Memory module, but for swap. Add `Swap` to your structure to enable it (#225 )
Logos:
* Slackware (#227 )
Bugfixes:
* Used disk space is now calculated much more accurately
* On Linux, GPU names are no longer truncated, if they are longer than 32 characters (#224 )
* On Linux, NVIDIA GPUs once again have a proper name
* On M1 platforms, showing the GPU name no longer crashes the program (#222 )
* Brew package count does now work on M1 platforms too
* The Vulkan module now does work on MacOS too
* The OpenGL and OpenCL modules now work on MacOS too (@CarterLi , #226 )
* The LocalIp module now works on MacOS too (@CarterLi , #232 )
* Detecting custom WMs on MacOS does now work
Other:
* GitHub actions now builds a dmg file for MacOS, as you can see in the release page
2022-09-06 18:59:03 +02:00
# 1.7.0
2022-12-31 18:50:35 +08:00
This release brings support for MacOS!
2022-09-06 18:59:03 +02:00
The basics things are working, but it is far from feature parity with Linux.
I developed this in a VM, so bugs on real hardware are likely.
If you have a Mac and no idea what to do with your free time, i am very happy to accept pull requests / work on issues.
2022-12-31 18:50:35 +08:00
A lot of things were changed under the hood to make this possible, which should bring better performance and stability on all platforms.
2022-09-06 18:59:03 +02:00
Besides that, the following things have changed:
Features:
* The binary prefix used can now be configured, and is used consistently across all modules. Set `--binary-prefix` to `iec` (default), `si` or `jedec` .
* AMD GPUs now have a much better name, if the file `/usr/share/libdrm/amdgpu.ids` exists. For example my dedicated GPU, which was displayed as `AMD/ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT` , is now `AMD Radeon RX 5600M` .
Logos:
* MacOS
* CachyOS small (@sirlucjan , #220 )
* MSYS2 (#219 )
Bugfixes:
* the `--file` option, which can be used to display the contents of a file as the logo, is now working again.
2022-08-22 12:14:08 +02:00
# 1.6.5
Fixes parsing quoted values in config files
2022-08-22 00:13:13 +02:00
# 1.6.4
Releasing this, so fedora can package fastfetch. Thanks to @jonathanspw for doing that!
Features:
* --set-keyless option (#215 )
* Replace `\n` , `\t` , `\e` and `\\` in user provided strings, just like c would do it (#215 )
* APK (Alpine Package Keeper) support (@mxkrsv , #216 )
Logos:
* Alma Linux (@jonathanspw , #214 )
Bugfixes:
* replace deprecated gethostbyname call with getaddrinfo (#217 )
2022-08-12 21:39:27 +03:00
# 1.6.3
2022-08-12 21:52:29 +02:00
Fixes installing presets in their own directory (@ceamac , #212 )
2022-08-12 21:39:27 +03:00
2022-08-12 16:01:52 +02:00
# 1.6.2
Releasing this, so void linux can package fastfetch.
Logos:
* Rosa linux (#206 )
* KISS linux (@draumaz , #207 )
* LangitKetujuh (@hervyqa , #208 )
Bugfixes:
* Using musl as libc does work now (#210 )
* XBPS packages are once again printed (#209 )
* configured target dirs are applied to install directories too
* empty XDG_* env vars don't cause a crash anymore
2022-07-27 19:31:14 +02:00
# 1.6.1
Fixes build on android (#205 )
2022-07-26 22:13:09 +02:00
# 1.6.0
Features:
* Detect QT on more DEs than just KDE Plasma. The [Plasma] category was therefore renamed to [QT]
* Alacritty font detection
* Load `/etc/fastfetch/config.conf` before user config
* Disk: print one decimal point if size < 100GB
* `--title-fqdn` option, to print fully qualified domain name instead of host name in title
2022-12-31 18:50:35 +08:00
2022-07-26 22:13:09 +02:00
Logos:
* updated old NixOS logo
Bugfixes:
* Correctly detect GTK on DEs that store their settings in dconf
* Correctly detect NixOS packages
* Mutter WM detected once again
* Show full NixOS version in OS output
* Don't segfault if an invalid structure is given
* WSL doesn't output GPU anymore, as the name is always meaningless