Releases: Bhupesh-V/ugit
Releases Β· Bhupesh-V/ugit
v5.8
What's Changed
- Removed usage of HEREDOC and replaced with preferred "printf" statements for printing help text by @T-Joseph-Kim in #70
- πΈ improve support for running ugit via docker (#68) by @Bhupesh-V in #69
ugit is now on docker π
docker pull bhupeshimself/ugit
docker run --rm -it -v $(pwd):/app bhupeshimself/ugit
New Contributors
- @T-Joseph-Kim made their first contribution in #70
Full Changelog: v5.7...v5.8
v5.7
What's Changed
- Sort tags by refname in fzf list. Issue #64 by @wrecklass in #65
New Contributors
- @wrecklass made their first contribution in #65
Full Changelog: v5.6...v5.7
v5.6
v5.5
v5.4
What's Changed
- added flatpak by @RohitSingh107 in #53
- Added support for fzf < 0.21.0 by @Theotime812 in #56
New Contributors
- @RohitSingh107 made their first contribution in #53
- @Theotime812 made their first contribution in #56
Full Changelog: v5.3...v5.4
v5.3
What's Changed
- Improved Intro Articulation by @zora89 in #45
- Add: Undo
git rm
by @nalin-singh in #47 - installation guide for windows by @vinayaknayar in #48
- Add Bug Report URL by @kopalchakravarty in #51
New Contributors
- @zora89 made their first contribution in #45
- @nalin-singh made their first contribution in #47
- @vinayaknayar made their first contribution in #48
Full Changelog: v5.2...v5.3
v5.2
What's Changed π
- Add: Undo
git tag
by @kopalchakravarty in #40 - Fix: Undo git commit results in fatal error when the commit to undo is the initial commit @kopalchakravarty in #43
New Contributors π
- @kopalchakravarty made their first contribution in #40
Full Changelog: v5.1...v5.2
v5.1
What's Changed
- fix: update strategy for detecting top-level directory by @thecesrom in #22
New Contributors
- @thecesrom made their first contribution in #22
Full Changelog: v5.0...v5.1
v5.0
- Show
git diff
FZF previews at various places - Handle cancel events across the codebase
- Minor TUI improvements
- Support for opening ugit guide on windows/wsl
- Improve code readability
- Fix miscellaneous
unbound variable
bugs - Support for fetching changelogs after updating ugit