You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,94 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+
## 2.22.0 (2024-09-20)
11
+
12
+
### New Features 🎉
13
+
14
+
- Add support for nerd font glyphs in languages info by @Localghost385 in https://github.com/o2sh/onefetch/pull/1395
15
+
-[onefetch.dev] Add nerdfont iconts to the preview by @Localghost385 in https://github.com/o2sh/onefetch/pull/1411
16
+
- Automate publishing crates to crates.io by @musicinmybrain in https://github.com/o2sh/onefetch/pull/1364
17
+
18
+
### Bug Fixes 🐛
19
+
20
+
- Show future commit dates without panicking by @MalteT in https://github.com/o2sh/onefetch/pull/1389
21
+
22
+
### Chores 🧹
23
+
24
+
- Re-generate the man page with --no-info by @musicinmybrain in https://github.com/o2sh/onefetch/pull/1376
25
+
- Drop unused shebangs from repo test fixture scripts by @musicinmybrain in https://github.com/o2sh/onefetch/pull/1375
26
+
27
+
### Commit Statistics
28
+
29
+
<csr-read-only-do-not-edit/>
30
+
31
+
- 3 commits contributed to the release.
32
+
- 135 days passed between releases.
33
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
34
+
- 3 unique issues were worked on: [#1389](https://github.com/o2sh/onefetch/issues/1389), [#1395](https://github.com/o2sh/onefetch/issues/1395), [#1404](https://github.com/o2sh/onefetch/issues/1404)
- Add support for nerd font glyphs in languages info ([`6bf1807`](https://github.com/o2sh/onefetch/commit/6bf18079ec85ee920db689c7e2b36ecaedd123a2))
46
+
-**[#1404](https://github.com/o2sh/onefetch/issues/1404)** - Bump gix from 0.64.0 to 0.66.0 in the gix group ([`19f77b2`](https://github.com/o2sh/onefetch/commit/19f77b2b2c529cb14d01321c22bf6e00fce02164))
47
+
</details>
48
+
49
+
## 2.21.0 (2024-05-08)
50
+
51
+
### New Features 🎉
52
+
53
+
- Add CLI option to force URL format to HTTP instead of SSH by @0spotter0 in https://github.com/o2sh/onefetch/pull/1314
54
+
- Add CLI flag to hide token from repository URL by @o2sh in https://github.com/o2sh/onefetch/pull/1319
55
+
- Make Lua logo more readable on dark terminal by @o2sh in https://github.com/o2sh/onefetch/pull/1337
56
+
57
+
### Bug Fixes 🐛
58
+
59
+
- Fix deadlock in Churn computation by @Nettifani in https://github.com/o2sh/onefetch/pull/1316
60
+
- Exclude bot commits from churn when `--no-bots` option is used by @o2sh in https://github.com/o2sh/onefetch/pull/1335
61
+
62
+
### Chores 🧹
63
+
64
+
-[onefetch.dev] switch to dark theme by @o2sh in https://github.com/o2sh/onefetch/pull/1297
65
+
- RUSTSEC-2024-0320: remove yaml-rust dependency by @Suyun114 in https://github.com/o2sh/onefetch/pull/1309
66
+
- Refactor `--no-bots` CLI option by @o2sh in https://github.com/o2sh/onefetch/pull/1340
67
+
68
+
### Commit Statistics
69
+
70
+
<csr-read-only-do-not-edit/>
71
+
72
+
- 7 commits contributed to the release.
73
+
- 51 days passed between releases.
74
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
75
+
- 7 unique issues were worked on: [#1314](https://github.com/o2sh/onefetch/issues/1314), [#1316](https://github.com/o2sh/onefetch/issues/1316), [#1318](https://github.com/o2sh/onefetch/issues/1318), [#1319](https://github.com/o2sh/onefetch/issues/1319), [#1335](https://github.com/o2sh/onefetch/issues/1335), [#1338](https://github.com/o2sh/onefetch/issues/1338), [#1340](https://github.com/o2sh/onefetch/issues/1340)
- Exclude bot commits from churn when `--no-bots` option is used ([`1775cc1`](https://github.com/o2sh/onefetch/commit/1775cc1c328c02f24b335d79f6d423733117ceb2))
This version marks the completion of the transition from [`git2`](https://crates.io/crates/git2) to [`gitoxide`](https://crates.io/crates/gix). No more dependency to git2, onefetch is now fully oxidized! 🎉
0 commit comments