diff --git a/Cargo.lock b/Cargo.lock index 3b8819f9..1678e05a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hyfetch" -version = "2.0.2" +version = "2.0.3" dependencies = [ "aho-corasick", "ansi_colours", diff --git a/Cargo.toml b/Cargo.toml index 3c46b8bf..e3c22c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "2.0.2" +version = "2.0.3" authors = ["Azalea Gui "] edition = "2021" rust-version = "1.75.0" diff --git a/README.md b/README.md index 2bcd4947..4b72b018 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ cargo install --git https://github.com/hykilpikonna/hyfetch +### 2.0.3 + (changelog is generated by Gemini from commit history) This update brings a significant internal refactor to how color presets are managed, along with a new batch of pride flags and several important bug fixes. diff --git a/docs/hyfetch.1 b/docs/hyfetch.1 index 36bd532c..83250bdf 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" "September 2025" "Version: 2.0.2" "User Commands" +.TH VERSION: "1" "October 2025" "Version: 2.0.3" "User Commands" .SH NAME -Version: \- manual page for Version: 2.0.2 +Version: \- manual page for Version: 2.0.3 .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 @@ -20,8 +20,9 @@ Use another config file [default: "/home/azalea/.config/hyfetch.json"] .TP \fB\-p\fR, \fB\-\-preset\fR=\fI\,PRESET\/\fR -Use preset -PRESET={rainbow,transgender,nonbinary,xenogender,agender,queer,genderfluid,bisexual,pansexual,polysexual,omnisexual,omniromantic,gay\-men,lesbian,abrosexual,asexual,aromantic,fictosexual,aroace1,aroace2,aroace3,greysexual,autosexual,intergender,greygender,akiosexual,bigender,demigender,demiboy,demigirl,transmasculine,transfeminine,genderfaun,demifaun,genderfae,demifae,neutrois,biromantic1,autoromantic,boyflux2,girlflux,genderflux,nullflux,hypergender,hyperboy,hypergirl,hyperandrogyne,hyperneutrois,finsexual,unlabeled1,unlabeled2,pangender,pangender.contrast,gendernonconforming1,gendernonconforming2,femboy,tomboy,gynesexual,androsexual,gendervoid,voidgirl,voidboy,nonhuman\-unity,caninekin,plural,fraysexual,bear,butch,leather,otter,twink,adipophilia,kenochoric,veldian,solian,lunian,polyam,sapphic,androgyne,interprogress,progress,intersex,old\-polyam,equal\-rights,drag,pronounfluid,pronounflux,exipronoun,neopronoun,neofluid,genderqueer,cisgender,baker,beiyang,burger,throatlozenges,band,random} +Use preset or comma\-separated color list or comma\-separated hex colors +(e.g., "#ff0000,#00ff00,#0000ff") +PRESET={rainbow,transgender,nonbinary,xenogender,agender,queer,genderfluid,bisexual,pansexual,polysexual,omnisexual,omniromantic,gay\-men,lesbian,abrosexual,asexual,aromantic,fictosexual,aroace1,aroace2,aroace3,autosexual,intergender,greygender,akiosexual,bigender,demigender,demiboy,demigirl,transmasculine,transfeminine,genderfaun,demifaun,genderfae,demifae,neutrois,biromantic1,biromantic2,autoromantic,boyflux2,girlflux,genderflux,nullflux,hypergender,hyperboy,hypergirl,hyperandrogyne,hyperneutrois,finsexual,unlabeled1,unlabeled2,pangender,pangender.contrast,gendernonconforming1,gendernonconforming2,femboy,tomboy,gynesexual,androsexual,gendervoid,voidgirl,voidboy,nonhuman\-unity,plural,fraysexual,bear,butch,leather,otter,twink,adipophilia,kenochoric,veldian,solian,lunian,polyam,sapphic,androgyne,interprogress,progress,intersex,old\-polyam,equal\-rights,drag,pronounfluid,pronounflux,exipronoun,neopronoun,neofluid,genderqueer,cisgender,baker,caninekin,libragender,librafeminine,libramasculine,libraandrogyne,libranonbinary,fluidflux1,fluidflux2,beiyang,burger,throatlozenges,band,random} .TP \fB\-m\fR, \fB\-\-mode\fR=\fI\,MODE\/\fR Color mode MODE={8bit,rgb} diff --git a/docs/neofetch.1 b/docs/neofetch.1 index ab94fbdb..6f3e20d0 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" "September 2025" "Neofetch 8.0.2" "User Commands" +.TH NEOFETCH "1" "October 2025" "Neofetch 8.0.3" "User Commands" .SH NAME -Neofetch \- manual page for Neofetch 8.0.2 +Neofetch \- manual page for Neofetch 8.0.3 .SH SYNOPSIS .B neofetch \fI\,func_name --option "value" --option "value"\/\fR diff --git a/hyfetch/__version__.py b/hyfetch/__version__.py index 33cb74df..9797b307 100644 --- a/hyfetch/__version__.py +++ b/hyfetch/__version__.py @@ -1,3 +1,3 @@ from __future__ import annotations -VERSION = '2.0.2' +VERSION = '2.0.3' diff --git a/neofetch b/neofetch index 937d8460..22d9e8c2 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.2 +version=8.0.3 # 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 e92d82e4..270d2ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neowofetch", - "version": "2.0.2", + "version": "2.0.3", "description": "Updated neofetch", "repository": { "type": "git",