Skip to content

Commit 0b55231

Browse files
committed
Publish 3.5.0
SHA256 hashes: jlab-enhanced-favorites-3.5.0.tgz: b3ecc2cf661c0f46130e36642649bf35a153cfdd7a3000ceec32f1bb11722c13 jupyterlab_favorites-3.5.0-py3-none-any.whl: bbd52c74983250962a951971bfcabc434f810ada648b569f68b331deae070cbf jupyterlab_favorites-3.5.0.tar.gz: fbe1961b14fb87bbb8c24251e50b6c78a049b9e6bd7da33048e7d91a46abea82
1 parent fd922c2 commit 0b55231

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

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

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

5+
## 3.5.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.4.0...fd922c27b5728034b65b46b51bd992719b244bd6))
8+
9+
### Enhancements made
10+
11+
- Highlight resized handle in primary color [#45](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/45) ([@krassowski](https://github.com/krassowski), [@Darshan808](https://github.com/Darshan808))
12+
- Remember height after resizing the favorites section [#44](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/44) ([@krassowski](https://github.com/krassowski), [@Darshan808](https://github.com/Darshan808))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Configure app for releasing [#47](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/47) ([@krassowski](https://github.com/krassowski))
17+
- Update token in prep-release workflow [#46](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/46) ([@krassowski](https://github.com/krassowski))
18+
- Update snapshots bot checkout and permission check [#43](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/43) ([@martinRenou](https://github.com/martinRenou), [@krassowski](https://github.com/krassowski))
19+
20+
### Contributors to this release
21+
22+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
23+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-favorites/graphs/contributors?from=2026-01-13&to=2026-02-13&type=c))
26+
27+
@Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3ADarshan808+updated%3A2026-01-13..2026-02-13&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Akrassowski+updated%3A2026-01-13..2026-02-13&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3AmartinRenou+updated%3A2026-01-13..2026-02-13&type=Issues))
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 3.4.0
632

733
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.3.1...13b8625f490ffadd1101aadbb25bbd86067e39d9))
@@ -24,8 +50,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2450

2551
@Darshan808 ([activity](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3ADarshan808+updated%3A2025-12-16..2026-01-13&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Akrassowski+updated%3A2025-12-16..2026-01-13&type=Issues)) | @stellarshenson ([activity](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Astellarshenson+updated%3A2025-12-16..2026-01-13&type=Issues))
2652

27-
<!-- <END NEW CHANGELOG ENTRY> -->
28-
2953
## 3.3.1
3054

3155
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.3.0...850e2e3781469ce9918a8997d0f895f82ec3073c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jlab-enhanced/favorites",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Add the ability to save favorite folders to JupyterLab for quicker browsing",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)