Skip to content

Commit b04c821

Browse files
committed
Publish 0.6.1
SHA256 hashes: jupyterlab-diff-0.6.1.tgz: adae54817964c9715fe0367c27869f9a69217cd15ee9538dbdfb737bca264b57 jupyterlab_diff-0.6.1-py3-none-any.whl: ed963a7e83caf19f42b7cb6c4df242038d94170d447a9919ccbb043b20e13d3a jupyterlab_diff-0.6.1.tar.gz: 669c0cce07dfe99245189fb3ed0cb8b19a72a137e71b037932be067d6f9b61b5
1 parent 744decd commit b04c821

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.6.1
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.6.0...744decd13a05ff75b7d88bac91ae5df1a672eb51))
8+
9+
### Enhancements made
10+
11+
- Adding `inlineDiffs` for `unified-cell` diffs [#32](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/32) ([@nakul-py](https://github.com/nakul-py))
12+
- Show unified-diff for rendered markdown cells [#31](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/31) ([@nakul-py](https://github.com/nakul-py))
13+
14+
### Bugs fixed
15+
16+
- Fixing Buttons Overlapping bug [#26](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/26) ([@nakul-py](https://github.com/nakul-py))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- Type fixes [#29](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/29) ([@jtpio](https://github.com/jtpio))
21+
22+
### Documentation improvements
23+
24+
- Add Test's `README.md` link to `CONTRIBUTING.md` for local testing [#33](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/33) ([@nakul-py](https://github.com/nakul-py))
25+
- Updating Documentation for Contributing steps [#25](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/25) ([@nakul-py](https://github.com/nakul-py))
26+
- Document executing commands from the dev tools console [#24](https://github.com/jupyter-ai-contrib/jupyterlab-diff/pull/24) ([@jtpio](https://github.com/jtpio))
27+
28+
### Contributors to this release
29+
30+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-diff/graphs/contributors?from=2025-10-23&to=2025-11-03&type=c))
31+
32+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3Ajtpio+updated%3A2025-10-23..2025-11-03&type=Issues) | [@nakul-py](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3Anakul-py+updated%3A2025-10-23..2025-11-03&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3AZsailer+updated%3A2025-10-23..2025-11-03&type=Issues)
33+
34+
<!-- <END NEW CHANGELOG ENTRY> -->
35+
536
## 0.6.0
637

738
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.5.1...b379a79ebc5163ac5aa677728d3ce7fb67ac6b4c))
@@ -22,8 +53,6 @@
2253

2354
[@jtpio](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3Ajtpio+updated%3A2025-09-23..2025-10-23&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyterlab-diff+involves%3AZsailer+updated%3A2025-09-23..2025-10-23&type=Issues)
2455

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2756
## 0.5.1
2857

2958
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-diff/compare/v0.5.0...04e46da359755617d98a10311c0604fd331c72cb))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-diff",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A JupyterLab Extension for showing cell (git) diffs.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)