Tags: GitoxideLabs/gitoxide
Tags
### Bug Fixes - username in scp-like url is no longer percent-encoded Since Git doesn't percent-decode characters in scp-like URL, we shouldn't encode username at all. ### Commit Statistics - 7 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #2056 ### Commit Details * **#2056** - Username in scp-like url is no longer percent-encoded (04bc4a8) * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2060 from yuja/push-urolxnurwtsn (68d761c) - Add baseline tests for `_` and `@` in username (212b618) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae) - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
### New Features - add `commit::Simple::hide()` to hide a given set of tips. That means, these tips and all their ancestors will be hidden from the traversal. ### Commit Statistics - 7 commits contributed to the release over the course of 65 calendar days. - 65 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7) - Bump the cargo group across 1 directory with 68 updates (a9a8ea1) - Merge pull request #2037 from GitoxideLabs/hide (92febae) - Improve traversal performance when hidden tips are used. (219655f) - Add `commit::Simple::hide()` to hide a given set of tips. (1b08fd9) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
A maintenance release without user-facing changes. ### Commit Statistics - 14 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7) - Bump the cargo group across 1 directory with 68 updates (a9a8ea1) - Merge pull request #2062 from rickprice/minor_documentation_fixups (c2eb0c1) - Small documentation fixes (bfb1c34) - Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a) - Bump the cargo group with 56 updates (151e3a5) - Merge pull request #2014 from GitoxideLabs/zip (648022b) - Release gix-glob v0.20.1, gix-attributes v0.26.1, gix-command v0.6.1, gix-filter v0.19.2, gix-worktree-stream v0.21.2, gix-archive v0.21.2 (f0ed2cc) - Merge pull request #1999 from GitoxideLabs/credential-helper-protocol-fix (8d30ab1) - Adapt to changes in `gix-sec` (6880175) - Merge pull request #1975 from GitoxideLabs/improvements (28935a5) - Thanks clippy (dbf65c9) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
A maintenance release without user-facing changes. ### Commit Statistics - 4 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7) - Bump the cargo group across 1 directory with 68 updates (a9a8ea1) - Merge pull request #1778 from GitoxideLabs/new-release (8df0db2)
A maintenance release without user-facing changes. ### Commit Statistics - 8 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7) - Bump the cargo group across 1 directory with 68 updates (a9a8ea1) - Merge pull request #2062 from rickprice/minor_documentation_fixups (c2eb0c1) - Small documentation fixes (bfb1c34) - Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a) - Bump the cargo group with 56 updates (151e3a5) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
A maintenance release without user-facing changes. ### Commit Statistics - 6 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2061 from orthros/pseudo-refs (60c29a5) - Adapt to changes in gix_features::walkdir_sorted_new (a2741da) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae) - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
### Bug Fixes - if `core.symlinks=false`, don't misclassify actual symlinks as files. Thus, prefer the actual observation over the stored and maybe incorrect filesystem settings. This avoids false-positives when checking for changes. ### Commit Statistics - 8 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2016 from GitoxideLabs/improvements (7ae3797) - If `core.symlinks=false`, don't misclassify actual symlinks as files. (376ed0c) - Merge pull request #2014 from GitoxideLabs/zip (648022b) - Release gix-glob v0.20.1, gix-attributes v0.26.1, gix-command v0.6.1, gix-filter v0.19.2, gix-worktree-stream v0.21.2, gix-archive v0.21.2 (f0ed2cc) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae) - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
A maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
### New Features (BREAKING) - Add optional `oauth_refresh_token` field to `identity::Account` ### Commit Statistics - 10 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #1998 ### Commit Details * **#1998** - Add optional `oauth_refresh_token` field to `identity::Account` (dc9b103) * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7) - Bump the cargo group across 1 directory with 68 updates (a9a8ea1) - Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a) - Bump the cargo group with 56 updates (151e3a5) - Merge pull request #1999 from GitoxideLabs/credential-helper-protocol-fix (8d30ab1) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae) - Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
A maintenance release without user-facing changes. ### Commit Statistics - 4 commits contributed to the release over the course of 79 calendar days. - 79 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Update changelogs prior to release (65037b5) - Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7) - Bump the cargo group across 1 directory with 68 updates (a9a8ea1) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)