Releases: jupyterlab/jupyterlab-github
Releases · jupyterlab/jupyterlab-github
v4.0.0
4.0.0
Maintenance and upkeep improvements
- Rename default branch to
main
#148 (@jtpio) - Upgrade extension to JupyterLab 4 #145 (@mahendrapaipuri)
- Optional ILayoutRestorer #128 (@jtpio)
- Add the release environment to the release workflow #152 (@jtpio)
- Fix publish workflow #150 (@jtpio)
Contributors to this release
v3.0.1
What's Changed
- JupyterLab 3 support by @khwj
- Update dependencies
New Contributors
- @khwj made their first contribution in #112
- @krassowski made their first contribution in #126
Full Changelog: v2.0.0...v3.0.1
v0.7.1
This is the release for JupyterLab beta 2 (v0.32). It includes support for private repositories and GitHub enterprise usage.
Important: we are deprecating the OAuth app approach to authentication. We now recommend users set up a personal access token to authenticate their requests to GitHub. OAuth authentication will be removed in an upcoming release.
v0.5.1
v0.5.0
This release is for JupyterLab Beta 1 (otherwise known as JupyterLab v0.31). It includes some better error handling and bug fixes.
v0.3.0
This release is for JupyterLab v0.30. It includes:
- The User/Organization is now included in the file path. This means that it will correctly restore the files upon refresh, and is overall less error prone (#20)
- There are now toolbar buttons to open a repository on mybinder.org and on GitHub (#19)
- It now shows an error message if the user tries to open a submodule (#21).
v0.2.0
This is the release of jupyterlab-github
for JupyterLab v0.29. It includes a fix for usage in a JupyterHub environment, as well as a smaller bundle size.