[U] Release 2.0.1

This commit is contained in:
Azalea Gui 2025-08-21 12:56:30 -04:00
parent 62b4c27404
commit d4560e3edb
10 changed files with 224 additions and 141 deletions

View file

@ -129,6 +129,8 @@ cargo install --git https://github.com/hykilpikonna/hyfetch
<!-- CHANGELOG STARTS HERE --->
### 2.0.1
(changelog is generated by Gemini from commit history)
**🦀 The Rust Rewrite!**
@ -137,7 +139,7 @@ This is a massive update, rewriting the entire hyfetch core from Python to Rust
* 🚀 **Complete Rewrite in Rust**: The entire codebase has been ported to Rust, resulting in major performance improvements and a smaller binary size.
* ⚙️ **New Backends**: In addition to neofetch and fastfetch, hyfetch now supports **macchina** as a backend option.
* 🌈 **Improved June Animation**: The `--june` pride month animation is now smoother, flicker-free (#408).
* 🌈 **Improved June Animation**: The `--june` pride month animation is now smoother, flicker-free ([#408](https://github.com/hykilpikonna/hyfetch/pull/408)).
* 🪟 **Native Windows Support**: The Rust version provides much-improved support for Windows.
**✨ Features & Enhancements**