Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GitExtensions-Portable-4.0.0.15025-e8588e4c0.zip | 2022-08-05 | 20.9 MB | |
GitExtensions-4.0.0.15025-alpha-e8588e4c0.msi | 2022-08-05 | 21.5 MB | |
README.md | 2022-07-31 | 1.1 kB | |
v4 alpha1.tar.gz | 2022-07-31 | 19.8 MB | |
v4 alpha1.zip | 2022-07-31 | 21.0 MB | |
Totals: 5 Items | 83.3 MB | 0 |
Release Notes Highlights
- The app now requires .NET 6
- 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)