Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GitExtensions-Portable-4.0.0.15569-cba315df5.zip | 2022-11-01 | 20.4 MB | |
GitExtensions-4.0.0.15569-beta-cba315df5.msi | 2022-11-01 | 21.0 MB | |
README.md | 2022-11-01 | 1.5 kB | |
v4.tar.gz | 2022-11-01 | 13.9 MB | |
v4.zip | 2022-11-01 | 15.1 MB | |
Totals: 5 Items | 70.4 MB | 0 |
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.
- Improved "left panel" with the added multi-selection functionality (#9723) and the ability to view git stashes (#10258).
- Improved filtering functionality including the ability to "exclude" git refs (#10240).
- 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)