Onefetch Versions Save

Command-line Git information tool

2.20.0

1 month ago

This version marks the completion of the transition from git2 to gitoxide. No more dependency to git2, onefetch is now fully oxidized! ๐ŸŽ‰

What's Changed

New Features ๐ŸŽ‰

Chores ๐Ÿงน

New Contributors

Full Changelog: https://github.com/o2sh/onefetch/compare/2.19.0...2.20.0

2.19.0

5 months ago

What's Changed

New Features ๐ŸŽ‰

Bug Fixes ๐Ÿ›

Chores ๐Ÿงน

Dependencies โฌ†๏ธโฌ‡๏ธ

New Contributors

Full Changelog: https://github.com/o2sh/onefetch/compare/2.18.1...2.19.0

2.18.1

10 months ago

Bug Fixes

  • don't fail when computing diff on partial clones (#1093) @Byron @o2sh

Features

  • fetch banner info from github (#1094) @spenserblack @o2sh

2.18.0

10 months ago

Features

  • add new info line called "Churn" which displays the files with the most modifications (commits) (#1071) @o2sh @Byron
  • add Hlsl support (#1082) @progDes007

Chore

  • performance: optimize case where repo has a commit-graph for massive performance gains (#1081) @Byron
  • docs: add a cmd.exe version of the cd snippet (#1048) @mataha
  • refacto: use the builder pattern to instantiate the Info struct (#1047) @o2sh @spenserblack
  • improve bot regex (#1086) @o2sh @spenserblack

2.17.1

1 year ago

Chore

  • Improve code coverage of src/info/mod.rs (#1011) @changhc
  • Improve code coverage of src/ui/mod.rs (#1012) @changhc
  • Added fish git repository greeter script to wiki (#1021) @TheSast
  • upgrade gitoxide to v0.44 (and incorporate #1023):x (#1024) @Byron @spenserblack

2.17.0

1 year ago

Features

  • Disable line wrap (#983) @o2sh
  • Add Pascal support (#989) @rchastain
  • Add Coldfusion support (#971) @theemanofsteele
  • Remove github token from url field (#996) @jim4067

Chore

  • Changed Hashbang (#979) @gautamprikshit1
  • Prevent conflicts in wiki action 39fe441 @spenserblack
  • Fix typos (#992) @hezhizhen
  • Group CLI options in sections (#995) @o2sh
  • replace --show-logo with --no-art (#1002) @o2sh
  • Set snapshot language to plain text (#1003) @spenserblack
  • Better error message when human_time panics (#1010) @o2sh

2.16.0

1 year ago

Features

  • Add GLSL language support #490 (#824) @sangsatori

Bug fixes

  • Fix Markdown / Jupyter markup not getting counted (#937) @spenserblack
  • upgrade gix to 0.36.1 to avoid breakage. (#965) @Byron

Chore

  • Fix path to language template (#939) @spenserblack
  • Create the Arabic README file (Arabic translation) (#950) @anas-elgarhy
  • Refactoring of info/langs/mod.rs (#948) @o2sh
  • Remove country flags #928 @o2sh
  • Upgrade git-repository 0.30 to gix 0.36 (#963) @Byron

2.15.1

1 year ago

Bug Fixes

  • Fix CD Github action @o2sh

2.15.0

1 year ago

Features

  • Add --number-separator CLI flag #892 @o2sh
  • Add Makefile language support #867 @ozwaldorf
  • Vercel: add section links #922 @ozwaldorf

Chore

  • Add gitpod.io configuration #881 @spenserblack
  • Use human_panic #887 @o2sh
  • Read license from manifest first #769 @o2sh
  • Install cargo-insta in dev containers #909 @spenserblack
  • Info struct to holds a Vec<InfoField> #911 @o2sh
  • Add benchmark #912 @o2sh
  • GH action to synchronize wiki with .github/wiki #926 @spenserblack @o2sh
  • Clean up greeter and fix repository detection mechanism in wiki #927 @quazar-omega
  • Turn AsciiArt.rs into its own crate #934 @o2sh

Bug Fixes

  • Use ISO time for snapshot tests #908 @spenserblack
  • Parse multi-byte unicode chars correctly + docs #936 @ozwaldorf

2.14.2

1 year ago

Bug Fixes

  • Include assets in crate a2f508a @o2sh
  • Fix clap deps for onefetch-image crate 8cca7af
  • Add description field to onefetch-image and onefetch-manifest crate 2888186 @o2sh