Releases: jupyterlab/jupyterlab-git
Releases Β· jupyterlab/jupyterlab-git
v0.38.0
Big thanks to the new contributors @BoscoCHW and @iflinda (thanks to the MLH fellowship program) π
What's Changed
- New features β¨ :
- Bug fixes π :
- close diff window when changes to file are discarded by @BoscoCHW in #1132
- Close diff only for file in index or working state by @fcollonval in #1140
- avoid crashing if cell id doesnt exist when diffing notebooks by @DeanLight in #1148
- Maintenance π§ :
- Bump cross-fetch from 3.1.4 to 3.1.5 by @dependabot in #1125
- Fix tests by @fcollonval in #1133
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #1138
- Bump terser from 5.7.1 to 5.14.2 by @dependabot in #1149
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #1151
- Bump moment from 2.29.2 to 2.29.4 in /ui-tests by @dependabot in #1150
- Update integration tests setup by @fcollonval in #1152
New Contributors
- @BoscoCHW made their first contribution in #1132
- @iflinda made their first contribution in #1134
- @DeanLight made their first contribution in #1148
Full Changelog: v0.37.1...v0.38.0
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 π