diff --git a/Cargo.lock b/Cargo.lock index 1678e05a..7aa5ba05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyfetch" -version = "2.0.3" +version = "2.0.4" dependencies = [ "aho-corasick", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index e3c22c5d..038282e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "2.0.3" +version = "2.0.4" authors = ["Azalea Gui "] edition = "2021" rust-version = "1.75.0" diff --git a/README.md b/README.md index 4b72b018..8341572f 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,14 @@ cargo install --git https://github.com/hykilpikonna/hyfetch +### 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) diff --git a/docs/hyfetch.1 b/docs/hyfetch.1 index 83250bdf..ccb75d4e 100644 --- a/docs/hyfetch.1 +++ b/docs/hyfetch.1 @@ -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 diff --git a/docs/neofetch.1 b/docs/neofetch.1 index 6f3e20d0..053a6225 100644 --- a/docs/neofetch.1 +++ b/docs/neofetch.1 @@ -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 diff --git a/hyfetch/__version__.py b/hyfetch/__version__.py index 9797b307..13499503 100644 --- a/hyfetch/__version__.py +++ b/hyfetch/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = '2.0.3' +VERSION = '2.0.4' diff --git a/neofetch b/neofetch index 2ff160a4..47a4226c 100755 --- a/neofetch +++ b/neofetch @@ -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). diff --git a/package.json b/package.json index 270d2ed2..59b37689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neowofetch", - "version": "2.0.3", + "version": "2.0.4", "description": "Updated neofetch", "repository": { "type": "git",