Releases: microsoft/VFSForGit
VFS for Git 1.0.25175.1
What's Changed
- Add option to recompute prefetch packfile indexes (#1846)
- CodeQL suppression for http.sslVerify feature (#1842)
Full Changelog: v1.0.25169.1...v1.0.25175.1
VFS for Git 1.0.25169.1
What's Changed
- Revert change to always compute index files for prefetch packs (#1844)
Full Changelog: v1.0.25164.1...v1.0.25169.1
VFS for Git 1.0.25164.1
What's Changed
- Always compute index files for prefetch packs (#1840)
Full Changelog: v1.0.25141.1...v1.0.25164.1
VFS for Git 1.0.25141.1
What's Changed
- Update and futureproofing of ConfigureVisualStudio (#1833)
- Make hooks location check consistent (#1836)
- Disable version block when running development version (#1834)
- Disable precommand hooks during configuration loading when mounting (#1835)
- Use quotes around default GVFS.Hooks.exe configuration (#1838)
Full Changelog: v1.0.25044.1...v1.0.25141.1
VFS for Git 1.0.25044.1
What's Changed
- Remove unused dependencies and methods (#1830)
- Fix directory ownership when cloning elevated (#1829)
Full Changelog: v1.0.24335.1...v1.0.25044.1
VFS for Git 1.0.24355.1
What's Changed
- Avoid issues with locked machine.config (#1825)
- Allow install on x64-compatible machines, i.e, ARM64 (#1827)
- Build script fixes (#1826)
Full Changelog: v1.0.24302.1...v1.0.24335.1
VFS for Git 1.0.24302.1
What's Changed
Full Changelog: v1.0.24298.1...v1.0.24302.1
VFS for Git 1.0.24298.1
This release of VFS for Git fixes an infinite authentication loop under certain circumstances (#1816)
What's Changed
- Update dependencies by @dscho in #1815
- Point GVFS.Service to the correct executable when C:\Program exists by @winstliu in #1806
- Handle nested failures in HttpRequestException by @tyrielv in #1816
- Update GitHub Actions by @dscho in #1817
- build(deps): bump actions/setup-dotnet from 1 to 4 by @dependabot in #1818
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #1819
- build(deps): bump microsoft/setup-msbuild from 1.0.2 to 2.0.0 by @dependabot in #1820
- [Release] Milestones M195 by @dscho in #1821
New Contributors
- @dscho made their first contribution in #1815
- @dependabot made their first contribution in #1818
Full Changelog: v1.0.24074.1...v1.0.24298.1
VFS for Git 1.0.24074.1
This release of VFS for Git reverts the addition of credential.azreposCredentialType=oauth
to the set of required config settings (added in v1.0.24072.1
). Pre-configured values of credential.azreposCredentialType
will no longer be overridden.
Pull requests
- #1808: Revert "GVFSVerb: Use OAuth credentials by default"
VFS for Git 1.0.24072.1
This release of VFS for Git includes a bugfix related to credential caching as well as other miscellaneous changes since the last release.
Pull requests
Bugfixes
Winget
- #1753: Upgrade
update-winget
action to v1.4 - #1754: Readme: add new winget install instructions
- #1755: Set up infrastructure for
wingetcreate
- #1756: "winget install microsoft-git" finds entries in msstore
- #1759: Update winget link to reference winget-cli repo.
- #1761: Deploy to winget via wingetcreate
Enhancements
- #1763: Use index.lock and move writes to head and refs to the end of the run to make interrupted fastfetch operations less bad
- #1798: index-parser: get the time in a cheaper way