Releases: jupyterlab-contrib/jupyter-archive
v3.4.0
3.4.0
❗ The settings for showing a submenu to pick the archive type has been changed from null
to ''
(empty string). To be compatible with the settings editor UI.
Bugs fixed
- Upgrade for JupyterLab 4 and notebook 7 #118 (@fcollonval)
Maintenance and upkeep improvements
- Bump loader-utils from 2.0.0 to 2.0.4 #120 (@dependabot)
Contributors to this release
v3.3.4
What's Changed
- 🚧 Maintenance:
- Add support for Jupyter Server v2 by @fcollonval in #110
Full Changelog: v3.3.3...v3.3.4
v3.3.3
What's Changed
-
Bug fix 🐛
-
Maintenance 🚧
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #103
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #104
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #105
- Bump to 3.3.3 by @fcollonval in #107
New Contributors
Full Changelog: v3.3.2...v3.3.3
v3.3.2
What's Changed
-
Bug fix 🐛
-
Maintenance 🚧
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #95
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #96
- Bump terser from 5.7.0 to 5.14.2 by @dependabot in #97
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #98
- Bump to 3.3.2 by @fcollonval in #102
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Bug fixes 🐛
- Maintenance 🚧
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #94
New Contributors
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
The minor bump is due to Python dependency changes from jupyterlab 3 to jupyter server ~=1.6. This will allow to reuse the frontend of this extension in alternative frontend based on JupyterLab plugins system such as RetroLab.
-
Bug fixes 🐛
-
Maintenance 🚧
- Bump nanoid from 3.1.23 to 3.2.0 by @dependabot in #81
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #82
- Add missing server ext enabling command by @fcollonval in #84
- Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #87
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #88
- Switch from JLab to Jupyter server Python dep by @fcollonval in #90
Full Changelog: v3.2.1...v3.3.0
v2.3.1
What's Changed
2.3.0 has not been published due to error in setup and version files.
- New features ✨ :
- Maintenance 🚧 :
- Don't use
ensure_python
by @fcollonval in #79
- Don't use
New Contributors
Full Changelog: 2.2.0...2.3.1
v3.2.1
- Bug fix 🐛 :
- Handle non ascii folder name (#72) - thanks to @eastonsuo
v3.2.0
- New feature ✨ :
- Add translation (#68) - thanks to @eastonsuo
- Maintenance 🚧 :
- Update
ansi-regex
from 5.0.0 to 5.0.1 (#69)
- Update
v3.1.0
- New features ✨ :
- Add configurable to control archive streaming (#62) - Thanks to @eastonsuo
- Bug fixes 🐛 :
- Fix memory leak on slow network (#62) - Thanks to @eastonsuo
- Fix archive extraction for file name with
.
(#64 #66) - Thanks to @aidy1991
Congratulations to @eastonsuo for its first contribution