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
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## Unreleased
9
+
10
+
## 2.20.0 (2024-03-17)
11
+
12
+
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! 🎉
13
+
14
+
### New Features 🎉
15
+
16
+
- Add svg language support by @Localghost385 in https://github.com/o2sh/onefetch/pull/1266
17
+
- lang: Adding Oz programming language by @luxluth in https://github.com/o2sh/onefetch/pull/1280
18
+
19
+
### Chores 🧹
20
+
21
+
- website: Filter entries by language type in onefetch.dev by @o2sh in https://github.com/o2sh/onefetch/pull/1227
22
+
- Use GitHub's alert syntax by @spenserblack in https://github.com/o2sh/onefetch/pull/1234
23
+
- Add german translation of `README.md` by @rdwz in https://github.com/o2sh/onefetch/pull/1236
24
+
- Use `gitoxide` to get pending changes by @Byron in https://github.com/o2sh/onefetch/pull/1285
25
+
26
+
### Commit Statistics
27
+
28
+
<csr-read-only-do-not-edit/>
29
+
30
+
- 4 commits contributed to the release over the course of 94 calendar days.
31
+
- 108 days passed between releases.
32
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
33
+
- 2 unique issues were worked on: [#1229](https://github.com/o2sh/onefetch/issues/1229), [#1285](https://github.com/o2sh/onefetch/issues/1285)
Copy file name to clipboardExpand all lines: ascii/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
22
22
<csr-read-only-do-not-edit/>
23
23
24
-
-19 commits contributed to the release over the course of 314 calendar days.
24
+
-21 commits contributed to the release over the course of 423 calendar days.
25
25
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26
26
- 4 unique issues were worked on: [#1142](https://github.com/o2sh/onefetch/issues/1142), [#934](https://github.com/o2sh/onefetch/issues/934), [#936](https://github.com/o2sh/onefetch/issues/936), [#992](https://github.com/o2sh/onefetch/issues/992)
27
27
@@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: manifest/CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
<csr-read-only-do-not-edit/>
13
13
14
-
-30 commits contributed to the release over the course of 382 calendar days.
14
+
-34 commits contributed to the release over the course of 490 calendar days.
15
15
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
16
-
-8 unique issues were worked on: [#1077](https://github.com/o2sh/onefetch/issues/1077), [#1089](https://github.com/o2sh/onefetch/issues/1089), [#1142](https://github.com/o2sh/onefetch/issues/1142), [#1205](https://github.com/o2sh/onefetch/issues/1205), [#1221](https://github.com/o2sh/onefetch/issues/1221), [#851](https://github.com/o2sh/onefetch/issues/851), [#959](https://github.com/o2sh/onefetch/issues/959), [#981](https://github.com/o2sh/onefetch/issues/981)
16
+
-10 unique issues were worked on: [#1077](https://github.com/o2sh/onefetch/issues/1077), [#1089](https://github.com/o2sh/onefetch/issues/1089), [#1142](https://github.com/o2sh/onefetch/issues/1142), [#1205](https://github.com/o2sh/onefetch/issues/1205), [#1221](https://github.com/o2sh/onefetch/issues/1221), [#1238](https://github.com/o2sh/onefetch/issues/1238), [#1268](https://github.com/o2sh/onefetch/issues/1268), [#851](https://github.com/o2sh/onefetch/issues/851), [#959](https://github.com/o2sh/onefetch/issues/959), [#981](https://github.com/o2sh/onefetch/issues/981)
17
17
18
18
### Commit Details
19
19
@@ -31,13 +31,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
- Bump cargo_toml from 0.15.3 to 0.17.0 ([`a8a6e2a`](https://github.com/o2sh/onefetch/commit/a8a6e2afa0418cb594d56cb6a989777abaee6910))
0 commit comments