Releases: o2sh/onefetch
Releases Β· o2sh/onefetch
2.22.0
What's Changed
New Features π
- Add support for nerd font glyphs in languages info by @Localghost385 in #1395
- [onefetch.dev] Add nerdfont iconts to the preview by @Localghost385 in #1411
- Automate publishing crates to crates.io by @musicinmybrain in #1364
Bug Fixes π
Chores π§Ή
- Re-generate the man page with --no-info by @musicinmybrain in #1376
- Drop unused shebangs from repo test fixture scripts by @musicinmybrain in #1375
New Contributors
- @musicinmybrain made their first contribution in #1364
- @MalteT made their first contribution in #1389
Full Changelog: 2.21.0...2.22.0
2.21.0
What's Changed
New Features π
- Add CLI option to force URL format to HTTP instead of SSH by @0spotter0 in #1314
- Add CLI flag to hide token from repository URL by @o2sh in #1319
- Make Lua logo more readable on dark terminal by @o2sh in #1337
Bug Fixes π
- Fix deadlock in Churn computation by @Nettifani in #1316
- Exclude bot commits from churn when
--no-bots
option is used by @o2sh in #1335
Chores π§Ή
- [onefetch.dev] switch to dark theme by @o2sh in #1297
- RUSTSEC-2024-0320: remove yaml-rust dependency by @Suyun114 in #1309
- Refactor
--no-bots
CLI option by @o2sh in #1340
New Contributors
- @Suyun114 made their first contribution in #1309
- @Nettifani made their first contribution in #1316
- @0spotter0 made their first contribution in #1314
Full Changelog: 2.20.0...2.21.0
2.20.0
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 π
- Add svg language support by @Localghost385 in #1266
- lang: Adding Oz programming language by @luxluth in #1280
Chores π§Ή
- website: Filter entries by language type in onefetch.dev by @o2sh in #1227
- Use GitHub's alert syntax by @spenserblack in #1234
- Add german translation of
README.md
by @rdwz in #1236 - Use
gitoxide
to get pending changes by @Byron in #1285
New Contributors
- @rdwz made their first contribution in #1236
- @Localghost385 made their first contribution in #1266
- @luxluth made their first contribution in #1280
Full Changelog: 2.19.0...2.20.0
2.19.0
What's Changed
New Features π
- exclude files from churn by @o2sh in #1120
- add odin support by @spsandwichman in #1064
- New language: Arduino by @Sh4rk-Byte in #1176
- Right align authorship percentages by @lukehsiao in #1207
- Add Agda to languages.yaml by @Zoltan-Balazs in #1216
Bug Fixes π
Chores π§Ή
- Group clap dependency updates by @spenserblack in #1101
- Group all NPM dependency updates by @spenserblack in #1110
- Added Turkish Translations by @4Chaffenel in #1135
- use workspace inheritance by @o2sh in #1142
- docs(contributing): Add syntax highlighting to YAML block by @spenserblack in #1172
- add release.yml file by @o2sh in #1177
- replace action-rs by @o2sh in #1191
- Resolve clippy warnings by @spenserblack in #1201
- Refactor and test info field styling by @spenserblack in #1214
- Refactoring git metrics module by @o2sh in #1217
Dependencies β¬οΈβ¬οΈ
New Contributors
- @spsandwichman made their first contribution in #1064
- @4Chaffenel made their first contribution in #1135
- @Sh4rk-Byte made their first contribution in #1176
- @lukehsiao made their first contribution in #1207
- @Zoltan-Balazs made their first contribution in #1216
Full Changelog: 2.18.1...2.19.0
2.18.1
2.18.0
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
2.17.0
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
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