Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GitExtensions-Portable-4.0.0.15291-8b80e54f1.zip | 2022-10-03 | 20.4 MB | |
GitExtensions-4.0.0.15291-beta-8b80e54f1.msi | 2022-10-03 | 21.0 MB | |
README.md | 2022-10-03 | 1.3 kB | |
v4 beta.tar.gz | 2022-10-03 | 85.6 kB | |
v4 beta.zip | 2022-10-03 | 85.6 kB | |
Totals: 5 Items | 41.6 MB | 2 |
Release Notes Highlights
- The app now requires .NET 6. The .NET runtime, if missing, will be installed when the application is executed.
- Improved repository load time considerably (#9243, [#9735], [#9864], etc) as well as other performance tweaks.
- Use native WSL Git executables for
\\wsl$
shares to speedup handling (#9702) - Use the standard
FormBrowse
for file history and blame (#9445) - BASE diff: Icons for unique changes (#9720)
The following features and options have been removed:
- PuTTY binaries are no longer bundled with Git Extentions, please install PuTTY separately and change the path in settings.
- Theming is not supported - v3.x relied on EasyHook library to facilitate hooks into Windows API necessary for theming. However, .NET 6 does not support remoting and multiple AppDomain required for those hooks. To date no viable alternative has been found. https://github.com/gitextensions/gitextensions/pull/9191
- Removed TFS integration (https://github.com/gitextensions/gitextensions/pull/8522/commits/8190d0c0570af95ffbf9e168072d1b169eb99618)
- Removed JIRA integration (see: https://github.com/gitextensions/gitextensions/issues/9659)