Skip to content

Commit

Permalink
Publish 0.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brichet committed May 16, 2024
1 parent 0b72a3b commit f2288cf
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,59 @@

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

## 0.1.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5))

### Prior to this release

A lot of the UI components of this project come from [jupyter-ai](https://github.com/jupyterlab/jupyter-ai).

**Contributors** of the initial UI components, in the order of [Github contributors](https://github.com/jupyterlab/jupyter-chat/graphs/contributors):

@dlqqq | @3coins | @JasonWeill | @krassowski | @ellisonbg | @andrii-i | @aws-khatria | @garsonbyte | @markqiu | @aychang95 | @mschroering

### Enhancements made

- Messages as a list in collaborative chat document [#31](https://github.com/jupyterlab/jupyter-chat/pull/31) ([@brichet](https://github.com/brichet))
- Remove requirement to global awareness, which often fails to activate [#28](https://github.com/jupyterlab/jupyter-chat/pull/28) ([@brichet](https://github.com/brichet))
- Use the server time in collaborative chat [#26](https://github.com/jupyterlab/jupyter-chat/pull/26) ([@brichet](https://github.com/brichet))
- Edition and deletion of messages [#22](https://github.com/jupyterlab/jupyter-chat/pull/22) ([@brichet](https://github.com/brichet))
- Improve ychat [#18](https://github.com/jupyterlab/jupyter-chat/pull/18) ([@brichet](https://github.com/brichet))
- Toolbar factory [#16](https://github.com/jupyterlab/jupyter-chat/pull/16) ([@brichet](https://github.com/brichet))
- 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))
- Add commands, menu entry and launcher [#12](https://github.com/jupyterlab/jupyter-chat/pull/12) ([@brichet](https://github.com/brichet))
- Collaborative chat sidepanel [#11](https://github.com/jupyterlab/jupyter-chat/pull/11) ([@brichet](https://github.com/brichet))
- add a collaborative chat extension [#9](https://github.com/jupyterlab/jupyter-chat/pull/9) ([@brichet](https://github.com/brichet))
- 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))
- Add a model to the chat panel [#1](https://github.com/jupyterlab/jupyter-chat/pull/1) ([@brichet](https://github.com/brichet))

### Bugs fixed

- Fix message datetime [#29](https://github.com/jupyterlab/jupyter-chat/pull/29) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Set the release workflows to use the jupyterlab releaser bot [#35](https://github.com/jupyterlab/jupyter-chat/pull/35) ([@brichet](https://github.com/brichet))
- 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))
- Update the github organization from 'jupyterlab-contrib' to 'jupyterlab' [#20](https://github.com/jupyterlab/jupyter-chat/pull/20) ([@brichet](https://github.com/brichet))
- Add the @jupyter namespace to the NPM chat package [#17](https://github.com/jupyterlab/jupyter-chat/pull/17) ([@brichet](https://github.com/brichet))
- Integration tests [#13](https://github.com/jupyterlab/jupyter-chat/pull/13) ([@brichet](https://github.com/brichet))
- Monorepo improvements [#10](https://github.com/jupyterlab/jupyter-chat/pull/10) ([@brichet](https://github.com/brichet))
- Rename extension package [#8](https://github.com/jupyterlab/jupyter-chat/pull/8) ([@brichet](https://github.com/brichet))
- Remove @jupyter namespace from the package name [#6](https://github.com/jupyterlab/jupyter-chat/pull/6) ([@brichet](https://github.com/brichet))
- Update the github repo from QuantStack to jupyterlab-contrib [#5](https://github.com/jupyterlab/jupyter-chat/pull/5) ([@brichet](https://github.com/brichet))
- Add license-header action [#4](https://github.com/jupyterlab/jupyter-chat/pull/4) ([@brichet](https://github.com/brichet))
- Remove non relevant tests [#2](https://github.com/jupyterlab/jupyter-chat/pull/2) ([@brichet](https://github.com/brichet))

### Documentation improvements

- Monorepo improvements [#10](https://github.com/jupyterlab/jupyter-chat/pull/10) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2023-02-10&to=2024-05-16&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

0 comments on commit f2288cf

Please sign in to comment.