Skip to content

Releases: jupyterlab/jupyterlab-git

v0.39.0

19 Aug 13:47
8be38bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.38.0...v0.39.0

v0.38.0

28 Jul 14:54
38702e0
Compare
Choose a tag to compare

Big thanks to the new contributors @BoscoCHW and @iflinda (thanks to the MLH fellowship program) 👏

What's Changed

New Contributors

Full Changelog: v0.37.1...v0.38.0

v0.37.1

26 Apr 06:28
bd0f396
Compare
Choose a tag to compare

What's Changed

  • Bug fix 🐛 :
    • Trim whitespace from user input of clone URI path by @dudash in #1122

New Contributors

Full Changelog: v0.37.0...v0.37.1

v0.37.0

25 Apr 13:54
03ae7b6
Compare
Choose a tag to compare
  • 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

Full Changelog: v0.36.0...v0.37.0

v0.36.0

23 Mar 09:43
d2a5a5d
Compare
Choose a tag to compare

What's Changed

Minor bump is due to #1096 that added a new signal branchesChanged to the git model API.

New Contributors 🎉

Full Changelog: v0.35.0...v0.36.0

v0.35.0

22 Mar 12:10
640feab
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v0.34.2...v0.35.0

v0.34.2

14 Jan 16:35
1bc9d3b
Compare
Choose a tag to compare

What's Changed

  • Bug fix 🐛 :

Full Changelog: v0.34.1...v0.34.2

v0.34.1

10 Jan 08:10
b0f4765
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.0...v0.34.1

v0.34.0

13 Nov 09:55
961e121
Compare
Choose a tag to compare

What's Changed 🆕

New Contributors 🎉

Full Changelog: v0.33.0...v0.34.0

v0.33.0

08 Oct 07:32
9784104
Compare
Choose a tag to compare
  • New feature ✨ :
    • Diff and resolve files on merge conflict #1013 - thanks to @navn-r
    • Improve merge widgets #1031
  • Maintenance 🚧 :