Skip to content

Commit f2288cf

Browse files
committed
Publish 0.1.0
SHA256 hashes: jupyter-chat-0.1.0.tgz: 6f31525d19256dad2bed413a0cb4ed9f4ca07068dc1376db47d11eceb12d3a3e jupyterlab-collaborative-chat-0.1.0.tgz: 89d1c2d46a7a353d0d05f3bfdaf105c723b4d88ec6f57549ae085a9ff928e66e jupyterlab-ws-chat-0.1.0.tgz: 5e1f8245f66b73fa3982039b30130f024100830b589a6d81faca43dfdd0c5b19 jupyterlab_collaborative_chat-0.1.0-py3-none-any.whl: 802bfb4d526c804157881d4eafad098c0d50a50f69e21a3a67334b9b27605945 jupyterlab_collaborative_chat-0.1.0.tar.gz: 8dc19fccca5f49eaa0813e89bb1d11872d464ddbb40fdc3eb2a2dc76ba85bc0d jupyterlab_ws_chat-0.1.0-py3-none-any.whl: 9c137d8b6a0a865f568e25b65a0b943625fc560e1f121907c4ada8641a9360e7 jupyterlab_ws_chat-0.1.0.tar.gz: 8d6864274a2f0ed35316debf78ba886488d4cd67c0092a042f3daa807b1352eb
1 parent 0b72a3b commit f2288cf

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,59 @@
22

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

5+
## 0.1.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5))
8+
9+
### Prior to this release
10+
11+
A lot of the UI components of this project come from [jupyter-ai](https://github.com/jupyterlab/jupyter-ai).
12+
13+
**Contributors** of the initial UI components, in the order of [Github contributors](https://github.com/jupyterlab/jupyter-chat/graphs/contributors):
14+
15+
@dlqqq | @3coins | @JasonWeill | @krassowski | @ellisonbg | @andrii-i | @aws-khatria | @garsonbyte | @markqiu | @aychang95 | @mschroering
16+
17+
### Enhancements made
18+
19+
- Messages as a list in collaborative chat document [#31](https://github.com/jupyterlab/jupyter-chat/pull/31) ([@brichet](https://github.com/brichet))
20+
- Remove requirement to global awareness, which often fails to activate [#28](https://github.com/jupyterlab/jupyter-chat/pull/28) ([@brichet](https://github.com/brichet))
21+
- Use the server time in collaborative chat [#26](https://github.com/jupyterlab/jupyter-chat/pull/26) ([@brichet](https://github.com/brichet))
22+
- Edition and deletion of messages [#22](https://github.com/jupyterlab/jupyter-chat/pull/22) ([@brichet](https://github.com/brichet))
23+
- Improve ychat [#18](https://github.com/jupyterlab/jupyter-chat/pull/18) ([@brichet](https://github.com/brichet))
24+
- Toolbar factory [#16](https://github.com/jupyterlab/jupyter-chat/pull/16) ([@brichet](https://github.com/brichet))
25+
- Propagate the config to all existing and newly created chat widget [#14](https://github.com/jupyterlab/jupyter-chat/pull/14) ([@brichet](https://github.com/brichet))
26+
- Add commands, menu entry and launcher [#12](https://github.com/jupyterlab/jupyter-chat/pull/12) ([@brichet](https://github.com/brichet))
27+
- Collaborative chat sidepanel [#11](https://github.com/jupyterlab/jupyter-chat/pull/11) ([@brichet](https://github.com/brichet))
28+
- add a collaborative chat extension [#9](https://github.com/jupyterlab/jupyter-chat/pull/9) ([@brichet](https://github.com/brichet))
29+
- Split the project in two packages: UI (npm) and jupyterlab extension [#3](https://github.com/jupyterlab/jupyter-chat/pull/3) ([@brichet](https://github.com/brichet))
30+
- Add a model to the chat panel [#1](https://github.com/jupyterlab/jupyter-chat/pull/1) ([@brichet](https://github.com/brichet))
31+
32+
### Bugs fixed
33+
34+
- Fix message datetime [#29](https://github.com/jupyterlab/jupyter-chat/pull/29) ([@brichet](https://github.com/brichet))
35+
36+
### Maintenance and upkeep improvements
37+
38+
- Set the release workflows to use the jupyterlab releaser bot [#35](https://github.com/jupyterlab/jupyter-chat/pull/35) ([@brichet](https://github.com/brichet))
39+
- Bump tar from 6.2.0 to 6.2.1 in /packages/jupyterlab-ws-chat/ui-tests in the npm_and_yarn group across 1 directory [#21](https://github.com/jupyterlab/jupyter-chat/pull/21) ([@dependabot](https://github.com/dependabot))
40+
- Update the github organization from 'jupyterlab-contrib' to 'jupyterlab' [#20](https://github.com/jupyterlab/jupyter-chat/pull/20) ([@brichet](https://github.com/brichet))
41+
- Add the @jupyter namespace to the NPM chat package [#17](https://github.com/jupyterlab/jupyter-chat/pull/17) ([@brichet](https://github.com/brichet))
42+
- Integration tests [#13](https://github.com/jupyterlab/jupyter-chat/pull/13) ([@brichet](https://github.com/brichet))
43+
- Monorepo improvements [#10](https://github.com/jupyterlab/jupyter-chat/pull/10) ([@brichet](https://github.com/brichet))
44+
- Rename extension package [#8](https://github.com/jupyterlab/jupyter-chat/pull/8) ([@brichet](https://github.com/brichet))
45+
- Remove @jupyter namespace from the package name [#6](https://github.com/jupyterlab/jupyter-chat/pull/6) ([@brichet](https://github.com/brichet))
46+
- Update the github repo from QuantStack to jupyterlab-contrib [#5](https://github.com/jupyterlab/jupyter-chat/pull/5) ([@brichet](https://github.com/brichet))
47+
- Add license-header action [#4](https://github.com/jupyterlab/jupyter-chat/pull/4) ([@brichet](https://github.com/brichet))
48+
- Remove non relevant tests [#2](https://github.com/jupyterlab/jupyter-chat/pull/2) ([@brichet](https://github.com/brichet))
49+
50+
### Documentation improvements
51+
52+
- Monorepo improvements [#10](https://github.com/jupyterlab/jupyter-chat/pull/10) ([@brichet](https://github.com/brichet))
53+
54+
### Contributors to this release
55+
56+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2023-02-10&to=2024-05-16&type=c))
57+
58+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2023-02-10..2024-05-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2023-02-10..2024-05-16&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Awelcome+updated%3A2023-02-10..2024-05-16&type=Issues)
59+
560
<!-- <END NEW CHANGELOG ENTRY> -->

0 commit comments

Comments
 (0)