Releases: jupyterlab/jupyterlab-git
v0.42.0
0.42.0
Enhancements made
- Add git stash #1228 (@shawnesquivel)
- Fix files changed and reverting merge commits from the history panel bug #1227 (@basokant)
- Adding support for standalone diffs of images #1223 (@basokant)
- Add support for rebase #1260 (@fcollonval)
- Add option to ask user identity on every commit #1251 (@eyusupov)
- Add git_command_timeout_s for allowing >20 seconds for git operations #1250 (@mdietz94)
- Add git to command palette #1243 (@tsabbir96)
Bugs fixed
- Fix menu entry selection #1246 (@fcollonval)
- fix switch from a detached head to a branch not working #1218 (@basokant)
- fix history panel not rendering when history is empty #1215 (@basokant)
Maintenance and upkeep improvements
- Update configuration on latest 3.x template #1248 (@fcollonval)
- Bump vega from 5.21.0 to 5.23.0 in /ui-tests #1229 (@dependabot)
- Update pre-commit #1216 (@fcollonval)
- Switch back to using the Jupyter Releaser actions #1259 (@jtpio)
- Rename master to main #1257 (@fcollonval)
- Bump stylelint from 14.16.1 to 15.10.1 #1253 (@dependabot)
Documentation improvements
- Hotfix/dependency update #1249 (@mfakaehler)
Other merged PRs
- Bump json5 from 2.2.0 to 2.2.3 in /ui-tests #1235 (@dependabot)
- Bump webpack from 5.74.0 to 5.76.1 #1232 (@dependabot)
- add shawnesquivel as a contributor for code #1225 (@allcontributors)
- add basokant as a contributor for code #1224 (@allcontributors)
- bug: modified password placeholder text depending if remote URI is github (Fix #1176) #1220 (@shawnesquivel)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 #1213 (@dependabot)
- Hide overflow for latest item on click #1212 (@ardislu)
- Bump json5 from 1.0.1 to 1.0.2 #1208 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@allcontributors | @ardislu | @basokant | @dependabot | @fcollonval | @github-actions | @shawnesquivel | @welcome | @eyusupov | @jtpio | @mdietz94 | @mfakaehler | @tsabbir96
v0.42.0rc0
0.42.0rc0
Enhancements made
- Add git stash #1228 (@shawnesquivel)
- Fix files changed and reverting merge commits from the history panel bug #1227 (@basokant)
- Adding support for standalone diffs of images #1223 (@basokant)
Bugs fixed
- Fix menu entry selection #1246 (@fcollonval)
- fix switch from a detached head to a branch not working #1218 (@basokant)
- fix history panel not rendering when history is empty #1215 (@basokant)
Maintenance and upkeep improvements
- Update configuration on latest 3.x template #1248 (@fcollonval)
- Bump vega from 5.21.0 to 5.23.0 in /ui-tests #1229 (@dependabot)
- Update pre-commit #1216 (@fcollonval)
- Bump to 0.41.0 #1204 (@fcollonval)
Other merged PRs
- Bump json5 from 2.2.0 to 2.2.3 in /ui-tests #1235 (@dependabot)
- Bump webpack from 5.74.0 to 5.76.1 #1232 (@dependabot)
- add shawnesquivel as a contributor for code #1225 (@allcontributors)
- add basokant as a contributor for code #1224 (@allcontributors)
- bug: modified password placeholder text depending if remote URI is github (Fix #1176) #1220 (@shawnesquivel)
- Bump http-cache-semantics from 4.1.0 to 4.1.1 #1213 (@dependabot)
- Hide overflow for latest item on click #1212 (@ardislu)
- Bump json5 from 1.0.1 to 1.0.2 #1208 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@allcontributors | @ardislu | @basokant | @dependabot | @fcollonval | @github-actions | @shawnesquivel | @welcome
v0.41.0
What's Changed
- New feature ✨ :
- Use preview tab for diff file views by @sheezaaziz in #1184
- Bug fixes 🐛 :
- Update commandsAndMenu.tsx to replace "`" in file path for Open Git Repository since it leads to Command Injection Vulnerability by @rahrad123 in #1196
- Add support for Jupyter Server 2 by @fcollonval in #1203
- Maintenance 🚧 :
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1194
- add sheezaaziz as a contributor for code by @allcontributors in #1197
- add Damans227 as a contributor for code by @allcontributors in #1199
- Bump to 0.41.0 by @fcollonval in #1204
New Contributors
- @rahrad123 made their first contribution in #1196
Full Changelog: v0.40.1...v0.41.0
v0.40.1
What's Changed
- Bug fix 🐛 :
- Fix submodules unhandler error by @seignovert in #1191
- Maintenance 🚧 :
- add kostyafarber as a contributor for code by @allcontributors in #1190
- Bump to version 0.40.1 by @fcollonval in #1192
Full Changelog: v0.40.0...v0.40.1
v0.40.0
What's Changed
- New features ✨
- Support downloading a git repository snapshot by @sheezaaziz in #1177
- Add submodules clone checkbox by @seignovert in #1188
- Bug fixes 🐛
- Return without an error message when user cancels a push/pull by @Damans227 in #1170
- Add translation to missing items by @kostyafarber in #1180
- Maintenance 🚧
- Bump node js version for publication by @fcollonval in #1174
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #1181
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #1185
- Bump to 0.40.0 by @fcollonval in #1189
New Contributors
- @Damans227 made their first contribution in #1170
- @sheezaaziz made their first contribution in #1177
- @kostyafarber made their first contribution in #1180
- @seignovert made their first contribution in #1188
Full Changelog: v0.39.3...v0.40.0
v0.39.3.post1
What's Changed
- Maintenance 🚧
- Bump node js version for publication by @fcollonval in #1174
Full Changelog: v0.39.3...v0.39.3.post1
v0.39.3
What's Changed
- Bug fix 🐛 :
- fix: export logger instance for external use by @Reginald-King in #1172
- Maintenance 🚧 :
- Raise error instead of set status by @fcollonval in #1165
- Fix yarn lock by @fcollonval in #1169
New Contributors 🎉
- @Reginald-King made their first contribution in #1172
Full Changelog: v0.39.2...v0.39.3
v0.39.2
What's Changed
- New feature ✨ :
- Add configuration to exclude paths by @divyansshhh in #1163
New Contributors
- @divyansshhh made their first contribution in #1163
Full Changelog: v0.39.1...v0.39.2
v0.39.1
What's Changed
- Bug fixes 🐛 :
- URL should be uppercase by @fcollonval in #1160
Full Changelog: v0.39.0...v0.39.1
v0.39.0
What's Changed
- New features ✨
- Maintenance 🚧
- Fix missing server extension activation in README by @fcollonval in #1157
Full Changelog: v0.38.0...v0.39.0