Releases: jupyterlab/jupyterlab-git
Releases · jupyterlab/jupyterlab-git
v0.30.0b1.post1
Remove version matching Version are aligned by code design
v0.30.0b1
Update to JupyterLab 3
v0.23.3
v0.23.2
v0.23.1
v0.23.0
- New features ✨ :
- The extension will refresh the Git status only if the Git panel is visible #811
This should help further to avoid slow UI reactivity of JupyterLab when dealing with big git repositories. - Local branch can now be deleted #816
- New context menu entry to delete untracked files #815
- The extension is now
fetch
ing from the remotes regularly (in a separate Poll than the status) #812 - Push and pull icons will now display a badge if the current branch is ahead or behind respectively of the tracked upstream branch
Moreover those buttons will be disabled if the repository has no remote #812
- The extension will refresh the Git status only if the Git panel is visible #811
- Bug fixes 🐛 :
- Stop folding files list header on click button #819
Thanks a lot to all contributors:
@ianhi
v0.22.3
v0.22.2
v0.22.1
v0.22.0
- New features ✨
- Python code formatted with black #763
- Items list (like file, branches or tags) are now virtualized #767 - this allows to keep working even with folder containing thousands of modifications.
- SVG icons everywhere #783
- Tags are displayed in a similar way as the branches #788
- If a branch is named
main
, it will be moved at the beginning of the branch list in the new branch dialog.
- Bug fixes 🐛
This release focused mainly on refactoring the frontend code and on making the user experience more homogeneous.
Thanks a lot to all contributors:
@ianhi @krassowski @telamonian