Skip to content

Commit b425610

Browse files
committed
update CHANGELOG
1 parent 5151b54 commit b425610

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,94 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

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)
35+
36+
### Commit Details
37+
38+
<csr-read-only-do-not-edit/>
39+
40+
<details><summary>view details</summary>
41+
42+
- **[#1389](https://github.com/o2sh/onefetch/issues/1389)**
43+
- Show future commit dates without panicking ([`61ab298`](https://github.com/o2sh/onefetch/commit/61ab2982bddb698f31ab78e7b3134d5f959d014e))
44+
- **[#1395](https://github.com/o2sh/onefetch/issues/1395)**
45+
- 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)
76+
77+
### Commit Details
78+
79+
<csr-read-only-do-not-edit/>
80+
81+
<details><summary>view details</summary>
82+
83+
- **[#1314](https://github.com/o2sh/onefetch/issues/1314)**
84+
- Add cli option --force-url-http for URL display ([`5000452`](https://github.com/o2sh/onefetch/commit/5000452d8b732ecdc5e28ef8d912d2801ff1f6f9))
85+
- **[#1316](https://github.com/o2sh/onefetch/issues/1316)**
86+
- Fix churn thread deadlock ([`8c1ad74`](https://github.com/o2sh/onefetch/commit/8c1ad744c4c474f6fb4e35547dc5b72e9b6fafce))
87+
- **[#1318](https://github.com/o2sh/onefetch/issues/1318)**
88+
- Bump gix from 0.61.0 to 0.62.0 ([`3e40b97`](https://github.com/o2sh/onefetch/commit/3e40b97b42b4ed67f52f428d8a51555030705260))
89+
- **[#1319](https://github.com/o2sh/onefetch/issues/1319)**
90+
- Add CLI flag to hide token from repository URL ([`8ef64d4`](https://github.com/o2sh/onefetch/commit/8ef64d4a591512fce89840f07a520f8dfc152f8f))
91+
- **[#1335](https://github.com/o2sh/onefetch/issues/1335)**
92+
- Exclude bot commits from churn when `--no-bots` option is used ([`1775cc1`](https://github.com/o2sh/onefetch/commit/1775cc1c328c02f24b335d79f6d423733117ceb2))
93+
- **[#1338](https://github.com/o2sh/onefetch/issues/1338)**
94+
- Use Option<&T> instead of &Option<T> ([`2c76c06`](https://github.com/o2sh/onefetch/commit/2c76c06583692114314550dca4f824d3537a10a4))
95+
- **[#1340](https://github.com/o2sh/onefetch/issues/1340)** - Init ([`2bc5aed`](https://github.com/o2sh/onefetch/commit/2bc5aed55b81922d9d4309d1a82ccaaf174d6a0d))
96+
</details>
97+
1098
## 2.20.0 (2024-03-17)
1199

12100
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

Comments
 (0)