Skip to content

Commit 278319d

Browse files
committed
Publish 0.7.0
SHA256 hashes: jupyterlab-filesystem-access-0.7.0.tgz: 269525ea21b4b2b9b302cfdce46da281d18bf7dd30bd49adc3ac4487c9c8b513 jupyterlab_filesystem_access-0.7.0-py3-none-any.whl: 276a24c7771fb5ec65de2bfebc6ba6413595a787f6c8b03ac801705e845a2ab4 jupyterlab_filesystem_access-0.7.0.tar.gz: c4334361df9bc7ff415eb9e21bf655344e73ca58aa7a7330eb3b8087dcd05994
1 parent 4250941 commit 278319d

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.7.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.6.0...42509414fc2ec047f5e58847523e4d4f766478bd))
8+
9+
### Enhancements made
10+
11+
- Added a button to open the Origin Private File System [#66](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/66) ([@koron](https://github.com/koron))
12+
13+
### Bugs fixed
14+
15+
- Add support for pdf and zip binary types [#67](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/67) ([@JCapul](https://github.com/JCapul))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Update CI [#68](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/68) ([@martinRenou](https://github.com/martinRenou))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/graphs/contributors?from=2023-10-26&to=2025-10-10&type=c))
24+
25+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Agithub-actions+updated%3A2023-10-26..2025-10-10&type=Issues) | [@JCapul](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3AJCapul+updated%3A2023-10-26..2025-10-10&type=Issues) | [@koron](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Akoron+updated%3A2023-10-26..2025-10-10&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3AmartinRenou+updated%3A2023-10-26..2025-10-10&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 0.6.0
630

731
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.3...32e0371f66bb5790dc3dd9c4b85f3e94c1673d0e))
@@ -27,8 +51,6 @@
2751

2852
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Afcollonval+updated%3A2023-01-02..2023-10-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Ajtpio+updated%3A2023-01-02..2023-10-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3AmartinRenou+updated%3A2023-01-02..2023-10-26&type=Issues) | [@psychemedia](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Apsychemedia+updated%3A2023-01-02..2023-10-26&type=Issues)
2953

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3254
## 0.5.3
3355

3456
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.2...3a5b154c371a3490d8c157ed224a04bc892b8d67))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-filesystem-access",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Mount local files using the Filesystem API",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)