Releases: jupyterlab/jupyter-chat
Releases · jupyterlab/jupyter-chat
v0.18.1
v0.18.0
0.18.0
Enhancements made
- Move the input toolbar below the input prompt #278 (@brichet)
- Multichatpanel followup #275 (@brichet)
- Adding multi chats panel in
@jupyter/chat
package #262 (@nakul-py)
Bugs fixed
Maintenance and upkeep improvements
- Ignore
www.npmjs.com
links #280 (@jtpio) - Update Materiel UI v7 #277 (@brichet)
- Require Python 3.9, test on 3.10 - 3.13 #274 (@jtpio)
API and Breaking Changes
Contributors to this release
v0.17.0
0.17.0
Enhancements made
- Log warning instead of showing error dialog when chat file path not found during startup restoration #259 (@andrii-i)
- Return docmanager widget from createChat/openChat commands to ensure launcher disposal #258 (@andrii-i)
Bugs fixed
- Improve file event handling in side panel #260 (@brichet)
- Filters current user from @mention display list #250 (@3coins)
Maintenance and upkeep improvements
- Bump form-data from 4.0.0 to 4.0.4 in the npm_and_yarn group across 1 directory #255 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@3coins | @andrii-i | @brichet | @dependabot | @github-actions
v0.16.0
0.16.0
Enhancements made
- Create chat message attachments via drag-and-drop from files, notebook cells #248 (@andrii-i)
- Update attachments API to support cells & selection ranges #247 (@dlqqq)
Maintenance and upkeep improvements
Contributors to this release
v0.15.0
0.15.0
Enhancements made
Bugs fixed
- Fix v0.14.0 bugs #242 (@dlqqq)
- Create new chat files in filebrowser's current directory when creating from launcher #238 (@andrii-i)
Contributors to this release
(GitHub contributors page for this release)
@andrii-i | @brichet | @dlqqq | @ellisonbg | @github-actions
v0.14.0
0.14.0
Enhancements made
- Allow users to be mentioned via Python API #235 (@dlqqq)
- Typing notification improvements #232 (@jtpio)
- Run chat commands on message submission #231 (@dlqqq)
Bugs fixed
Maintenance and upkeep improvements
- Fix the Binder environment #233 (@jtpio)
- Bump brace-expansion from 2.0.1 to 2.0.2 in /ui-tests in the npm_and_yarn group across 1 directory #229 (@dependabot)
- Jupyter chat package reorganization #225 (@brichet)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @dependabot | @dlqqq | @ellisonbg | @github-actions | @jtpio
v0.13.0
v0.12.0
0.12.0
Enhancements made
- Add a welcome message #221 (@brichet)
- Display user writing notification when editing a message #208 (@brichet)
Bugs fixed
Contributors to this release
v0.11.0
0.11.0
Enhancements made
- Allow Users to delete messages if sender is a bot, add optional
bot
bool to user models #214 (@andrii-i) - Add a message footer registry, to allow extensions to provides their footers #210 (@brichet)