Releases: jupyterlab/jupyterlab-git
Releases · jupyterlab/jupyterlab-git
v0.37.1
v0.37.0
- New features ✨ :
- Add the ability to save
Git
login temporarily by @quachtridat and @ZeshanFayyaz in #1099
This feature is available only for repository linked with HTTP(S) protocol and if no credential helper is set. - Add the feature for comparing two arbitrary commits by @quachtridat and @ZeshanFayyaz in #1108
- Improve commit box and commit diff by @fcollonval in #1113
The summary will now be highlighted in red when it is missing; hence blocking the commit
The action buttons at the group level are now displayed when a file in the section list is focused or hovered - Better handle case of unsaved changes in simple mode by @fcollonval in #1115
- Display diff between any two commits for a single file by @fcollonval in #1117
- Add the ability to save
Full Changelog: v0.36.0...v0.37.0
v0.36.0
What's Changed
- Bug fixes 🐛 :
- Fix typo in SinglePastCommitInfo.tsx by @eltociear in #1094
- New branch is not "based on" selection by @fcollonval in #1095
- Fix diff file broken for working file when Jupytext is installed by @fcollonval in #1097
- Branch list is not updated after a branch is deleted by @fcollonval in #1096
Minor bump is due to #1096 that added a new signal
branchesChanged
to the git model API.
New Contributors 🎉
- @eltociear made their first contribution in #1094
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
-
New features ✨
- Refresh open file on pull by @ajbozarth in #1090
- Add "Reset to Remote" feature by @quachtridat in #1087
- Warn the user of unsaved changes when working with staged files by @quachtridat in #1075
-
Bug fixes 🐛
-
Maintenance 🚧
- Bump nanoid from 3.1.25 to 3.2.0 by @dependabot in #1069
- Use galata for integration tests by @fcollonval in #1030
- Correct git ignore path for integration test by @fcollonval in #1077
- Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #1079
- Bump url-parse from 1.5.6 to 1.5.10 in /ui-tests by @dependabot in #1083
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #1084
New Contributors 🎉
- @quachtridat made their first contribution in #1075
- @bsande6 made their first contribution in #1080
Full Changelog: v0.34.2...v0.35.0
v0.34.2
What's Changed
Full Changelog: v0.34.1...v0.34.2
v0.34.1
What's Changed
- Bug fix 🐛 :
- [UI] userSelect css bug by @himanshu007-creator in #1062
New Contributors
- 🎉 @himanshu007-creator made their first contribution in #1062
Full Changelog: v0.34.0...v0.34.1
v0.34.0
What's Changed 🆕
- New features ✨
- Remote changes notification by @andrewfulton9 in #962
- Display remotely changed files conditionaly and at the top by @fcollonval in #1056
- Add merging functionality and UI by @ianhi in #600
- Add 'Discard All and Pull' button by @navn-r in #1020
- Moved clone command to plugin for extensibility by @3coins in #1051
- Bug fixes 🐛
- Don't use uppercase in displayed strings by @fcollonval in #1049
- Maintenance 🚧
- Bump nbdime-jupyterlab from 2.1.0 to 2.1.1 by @dependabot in #1053
New Contributors 🎉
- @andrewfulton9 made their first contribution in #962
- @3coins made their first contribution in #1051
Full Changelog: v0.33.0...v0.34.0
v0.33.0
v0.32.4
- Bug fix 🐛 :
- Fix pointer on CommitBox (#1036) Thanks to @andrewhli
Congratulations to @andrewhli for his first contribution 🎉