Releases: jupyterlab/jupyterlab-git
Releases · jupyterlab/jupyterlab-git
v0.24.0
- New features ✨ :
- Create Ctrl-Enter shortcut to commit #878 (Thanks @krassowski)
- Add Git actions in file browser context menu #877 (Thanks @krassowski)
- Use animated icon instead of text in status bar #893
- Rework files diff API and widgets #900
- New setting
commitAndPush
to push after each commit - deactivated by default #887 (Thanks @ktaletsk)
- Bug fixes 🐛 :
- Avoid 500 error message when current directory is not a Git repository #855 (Thanks @jeanmonet)
- Correct set repository when the sidebar changes side #880 (Thanks @ktaletsk)
Detailed changelog: v0.23.3...v0.24.0
v0.30.0b2
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