|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 0.6.0 |
| 6 | + |
| 7 | +( [Full Changelog ](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected])) |
| 8 | + |
| 9 | +> [!IMPORTANT] |
| 10 | +> |
| 11 | +> - The extension based on collaborative documents has been renamed `jupyterlab-chat`. |
| 12 | +> The PyPI package is now https://pypi.org/project/jupyterlab-chat/ |
| 13 | +> The npmjs packages are now: |
| 14 | +> |
| 15 | +> - https://www.npmjs.com/package/jupyterlab-chat |
| 16 | +> - https://www.npmjs.com/package/jupyterlab-chat-extension |
| 17 | +> |
| 18 | +> - The websocket chat extension has been removed from this repository. |
| 19 | +> The repo for this extension is now https://github.com/brichet/jupyterlab-ws-chat |
| 20 | +
|
| 21 | +### Enhancements made |
| 22 | + |
| 23 | +- Improve padding around code toolbar buttons [#96](https://github.com/jupyterlab/jupyter-chat/pull/96) ([@brichet](https://github.com/brichet)) |
| 24 | +- Chats directory config [#91](https://github.com/jupyterlab/jupyter-chat/pull/91) ([@brichet](https://github.com/brichet)) |
| 25 | + |
| 26 | +### Bugs fixed |
| 27 | + |
| 28 | +- Revert 'Allow `$` to literally denote quantities of USD in chat' (#95) [#99](https://github.com/jupyterlab/jupyter-chat/pull/99) ([@brichet](https://github.com/brichet)) |
| 29 | +- Allow `$` to literally denote quantities of USD in chat [#95](https://github.com/jupyterlab/jupyter-chat/pull/95) ([@brichet](https://github.com/brichet)) |
| 30 | + |
| 31 | +### Maintenance and upkeep improvements |
| 32 | + |
| 33 | +- Bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group across 1 directory [#103](https://github.com/jupyterlab/jupyter-chat/pull/103) ([@dependabot](https://github.com/dependabot)) |
| 34 | +- Rename the extension to jupyterlab-chat [#102](https://github.com/jupyterlab/jupyter-chat/pull/102) ([@brichet](https://github.com/brichet)) |
| 35 | +- Bump cross-spawn from 7.0.3 to 7.0.6 in /python/jupyterlab-collaborative-chat/ui-tests in the npm_and_yarn group across 1 directory [#101](https://github.com/jupyterlab/jupyter-chat/pull/101) ([@dependabot](https://github.com/dependabot)) |
| 36 | +- Remove websocket chat extension [#100](https://github.com/jupyterlab/jupyter-chat/pull/100) ([@brichet](https://github.com/brichet)) |
| 37 | +- Fix the ui tests for jupyterlab 4.3 [#97](https://github.com/jupyterlab/jupyter-chat/pull/97) ([@brichet](https://github.com/brichet)) |
| 38 | + |
| 39 | +### Documentation improvements |
| 40 | + |
| 41 | +- Update README.md [#104](https://github.com/jupyterlab/jupyter-chat/pull/104) ([@brichet](https://github.com/brichet)) |
| 42 | +- Add notes about current development status and breaking changes [#93](https://github.com/jupyterlab/jupyter-chat/pull/93) ([@brichet](https://github.com/brichet)) |
| 43 | + |
| 44 | +### Other merged PRs |
| 45 | + |
| 46 | +- Remove leftover in ui test [#98](https://github.com/jupyterlab/jupyter-chat/pull/98) ([@brichet](https://github.com/brichet)) |
| 47 | + |
| 48 | +### Contributors to this release |
| 49 | + |
| 50 | +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-10-21&to=2024-11-22&type=c)) |
| 51 | + |
| 52 | +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-10-21..2024-11-22&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-10-21..2024-11-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-10-21..2024-11-22&type=Issues) |
| 53 | + |
| 54 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 55 | + |
5 | 56 | ## 0.5.0 |
6 | 57 |
|
7 | 58 | ( [Full Changelog ](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected])) |
|
29 | 80 |
|
30 | 81 | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-09-13..2024-10-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-09-13..2024-10-21&type=Issues) |
31 | 82 |
|
32 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
33 | | - |
34 | 83 | ## 0.4.0 |
35 | 84 |
|
36 | 85 | ( [Full Changelog ](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected])) |
|
0 commit comments