Releases: video-db/videodb-chat
Releases · video-db/videodb-chat
Release v0.0.41
Improved
- Bump Videodb Player to 0.0.6, which disposes the player on unmount
Release v0.0.40
Fixed
- Default screen will not display demo videos if images and audios are uploaded
- Copy ID Button visibility improved on hover
Release v0.0.39
Added
- Ability to upload multiple media files at once through the
Upload Mediabutton
Release v0.0.38
Improved
- Responsiveness improvements in
<CollectionView />- Search Box
- Suggestion Box
Release v0.0.37
Added
-
<CollectionView />enhancements- Displays audio and image assets alongside videos with the new
<AudioCard />and<ImageCard />components. - Search your collection for videos, audios, and images.
- Filter assets in your collection by type: Videos, Audios, Images, or All files.
- Displays audio and image assets alongside videos with the new
-
Copy ID feature added for videos, images, and audio files in
<VideoCard />,<AudioCard />and<ImageCard />components.
Improved
UI improvements across <CollectionView />
Release v0.0.36
Added
- Code Syntax Highlight support for python code in
<TextReponse/>message handler
Release v0.0.35
Added
- Update UI Data on socket event :
event
Release v0.0.34
Added
- Config for Components
sidebarConfig.enableddefaultScreenConfig.enableVideoView
Release v0.0.33
Fixed
- Issues related to ChatMessage Scroll
Release v0.0.32
Added
-
<ChatInput/>Enhancements:- Improved multiline input experience.
- Support for image attachments in chat (one image per message):
- Ctrl + V paste.
- Attach via file explorer.
- New
<ChatImagePreview/>component to show image preview
- Removed context capsule.
-
New
<Header/>component:- Persistent header across all screens.
- Includes a hamburger menu for mobile screens.
-
Update
<ChatMessage/>to show Image Inputs -
VideoDB Hook
- Wrapper function that calls
/videodb/collection/${collectionId}/image/${imageId}/generate_urlto director-backend to get url of uploaded image.
- Wrapper function that calls
-
Custom header support:
- Users can pass a custom header component to
<ChatInterface/>via theheaderslot.
- Users can pass a custom header component to
Fixed
- Chat input:
- Loading and disabled state for action button.
- Issues related to collection and session switching.
- Turn off autocomplete on Create Collection Modal's Input
- Mobile screen improvements.