Merge branch 'master' of github.com:hykilpikonna/hyfetch
Some checks failed
Shellcheck / check (push) Has been cancelled

This commit is contained in:
Azalea 2025-10-22 13:15:42 +08:00
commit 2252fc36e7
8 changed files with 17 additions and 9 deletions

2
Cargo.lock generated
View File

@ -269,7 +269,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hyfetch"
version = "2.0.3"
version = "2.0.4"
dependencies = [
"aho-corasick",
"ansi_colours",

View File

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "2.0.3"
version = "2.0.4"
authors = ["Azalea Gui <azalea@hydev.org>"]
edition = "2021"
rust-version = "1.75.0"

View File

@ -129,6 +129,14 @@ cargo install --git https://github.com/hykilpikonna/hyfetch
<!-- CHANGELOG STARTS HERE --->
### 2.0.4
**🔧 Building Pipeline Refactoring**
* Modernize Python building toolchain from `setup.py` to `pyproject.toml`
* Fixed a bug where Windows binaries are mistakenly built into Unix packages.
* Fixed a bug where `presets.json` was not being included in the built package.
### 2.0.3
(changelog is generated by Gemini from commit history)

View File

@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH VERSION: "1" "October 2025" "Version: 2.0.3" "User Commands"
.TH VERSION: "1" "October 2025" "Version: 2.0.4" "User Commands"
.SH NAME
Version: \- manual page for Version: 2.0.3
Version: \- manual page for Version: 2.0.4
.SH SYNOPSIS
.B hyfetch
[\fI\,-c\/\fR] [\fI\,-C=CONFIG_FILE\/\fR] [\fI\,-p=PRESET\/\fR] [\fI\,-m=MODE\/\fR] [\fI\,-b=BACKEND\/\fR] [\fI\,--args=ARGS\/\fR] [\fI\,--c-scale=\/\fR

View File

@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH NEOFETCH "1" "October 2025" "Neofetch 8.0.3" "User Commands"
.TH NEOFETCH "1" "October 2025" "Neofetch 8.0.4" "User Commands"
.SH NAME
Neofetch \- manual page for Neofetch 8.0.3
Neofetch \- manual page for Neofetch 8.0.4
.SH SYNOPSIS
.B neofetch
\fI\,func_name --option "value" --option "value"\/\fR

View File

@ -1,3 +1,3 @@
from __future__ import annotations
VERSION = '2.0.3'
VERSION = '2.0.4'

View File

@ -28,7 +28,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
version=8.0.3
version=8.0.4
# Fallback to a value of '5' for shells which support bash
# but do not set the 'BASH_' shell variables (osh).

View File

@ -1,6 +1,6 @@
{
"name": "neowofetch",
"version": "2.0.3",
"version": "2.0.4",
"description": "Updated neofetch",
"repository": {
"type": "git",