Skip to content

Releases: jupyterlab/jupyter-chat

v0.16.0

07 Jul 07:52
Compare
Choose a tag to compare

0.16.0

(Full Changelog)

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

  • Make user.mention_name optional in frontend #246 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @dlqqq | @ellisonbg | @github-actions

v0.15.0

25 Jun 21:22
Compare
Choose a tag to compare

0.15.0

(Full Changelog)

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

23 Jun 15:43
Compare
Choose a tag to compare

0.14.0

(Full Changelog)

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

11 Jun 21:34
Compare
Choose a tag to compare

0.13.0

(Full Changelog)

Enhancements made

  • Upgrade to Jupyter Collaboration 4 #227 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@dlqqq | @github-actions

v0.12.0

03 Jun 19:58
Compare
Choose a tag to compare

0.12.0

(Full Changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions

v0.11.0

28 Apr 20:54
Compare
Choose a tag to compare

0.11.0

(Full Changelog)

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)

Contributors to this release

(GitHub contributors page for this release)

@andrii-i | @brichet | @github-actions

v0.10.1

17 Apr 05:50
Compare
Choose a tag to compare

0.10.1

(Full Changelog)

Bugs fixed

  • Fix case-sensitivity in user mention commands #211 (@brichet)

Contributors to this release

(GitHub contributors page for this release)

@brichet | @github-actions

v0.10.0

11 Apr 13:50
Compare
Choose a tag to compare

0.10.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix the toolbar registry for main area chat #206 (@brichet)
  • Fix the attachments on message edition and on python Message model #200 (@brichet)
  • Fix duplication after message edition #194 (@brichet)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dlqqq | @github-actions

v0.9.0

31 Mar 07:28
Compare
Choose a tag to compare

0.9.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix the trailing hyphen in completion without description #191 (@brichet)

Maintenance and upkeep improvements

  • Bump vega from 5.28.0 to 5.33.0 in /ui-tests in the npm_and_yarn group across 1 directory #199 (@dependabot)
  • Bump the npm_and_yarn group across 1 directory with 2 updates #193 (@dependabot)
  • Bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group across 1 directory #189 (@dependabot)

Contributors to this release

(GitHub contributors page for this release)

@brichet | @dependabot | @github-actions | @keerthi-swarna

v0.8.1

11 Mar 13:48
Compare
Choose a tag to compare

0.8.1

(Full Changelog)

Bugs fixed

  • Move the CSS rules of chat commands in @jupyter/chat #188 (@brichet)

Contributors to this release

(GitHub contributors page for this release)

@brichet