This is a beta release, beware of possible bugs and performance regressions. Please feel free to open an issue if you find any problems.
Unstable versions are not released in Flatpak nor Homebrew.
Changes
- Copy Branch Name (implemented by @spipau) #264
- Added LFS support (HTTP only for now). NOTE: SSL verification for Git LFS is disabled in this first version, it will follow the user preferences for the stable release. #215
- Added labels to some buttons to inform about their keybindings.
- Implemented SSH credentials caching. #266
- Removed commits limit in the log (implemented lazy loading). There are still some optimizations to be done so performance could be affected in large repositories such as the kernel linux. #141
Bugfixes
- In rebase interactive, fixed clicking on another input field (Reword) crashes the app #257
- In rebase interactive, fixed rewording multiple commits inverses messages and puts them on the wrong commit #258
- Fixed unnecessary refreshes when opening files, which could end up in infinite loop in certain repositories/systems.
Full Changelog: v1.4.3...v1.5.0-beta01