Skip to content

Commit 84ee032

Browse files
authored
Merge pull request #83 from omgate234/changelog/update-0.0.37
release `0.0.37`
2 parents e2c588b + 05ef752 commit 84ee032

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.37]() - 2025-05-16
4+
## Added
5+
- `<CollectionView />` enhancements
6+
- Displays audio and image assets alongside videos with the new `<AudioCard />` and `<ImageCard />` components.
7+
- Search your collection for videos, audios, and images.
8+
- Filter assets in your collection by type: Videos, Audios, Images, or All files.
9+
10+
- Copy ID feature added for videos, images, and audio files in `<VideoCard />`, `<AudioCard />` and `<ImageCard />` components.
11+
12+
## Improved
13+
UI improvements across `<CollectionView />`
14+
15+
316
## [0.0.36]() - 2025-02-28
417

518
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@videodb/chat-vue",
33
"description": "Chat component for Director",
4-
"version": "0.0.36",
4+
"version": "0.0.37",
55
"author": "VideoDB",
66
"license": "Apache-2.0",
77
"private": false,

0 commit comments

Comments
 (0)