v0.0.8
What's Changed
- feat(api): implement read-only mode for reviewers by @Yiling-J in #122
- fix(transcode): handle high-precision FPS using rational fractions by @Yiling-J in #123
- feat(server): allow customizing server port via SHUMAI_SERVER_PORT by @Yiling-J in #124
- feat(embedding): defer embedding workflow, use transcoded assets, and execute chunks in separate activities by @Yiling-J in #125
- feat(webui): add external drag-and-drop file and folder upload support by @Yiling-J in #126
- feat(agent): implement overlapping video chunks for semantic search by @Yiling-J in #127
- feat(webui): support jumping to video timestamp from search results by @Yiling-J in #128
- fix(db): automatically update project updatedAt on asset modification by @Yiling-J in #129
- fix(webui): use system colors for fields and improve search filter select options by @Yiling-J in #130
- feat(auth): add demo mode support by @Yiling-J in #131
- feat(auth): refine demo mode support by @Yiling-J in #132
- feat(webui): default right sidebar to collapsed for new users by @Yiling-J in #133
- fix(search): fix hasAny and hasNone operators on metadata filter by @Yiling-J in #134
- style(webui): fix search dialog layout height, scroll areas, and restrict filter toggle click by @Yiling-J in #135
- fix(webui): resolve folder tree sync, search dialog reset, and sidebar actions issues by @Yiling-J in #136
- feat(webui): use Shadcn Switch in toggle field and Rating component in search filter panel by @Yiling-J in #137
- feat(upload): track byte-level progress with XMLHttpRequest by @Yiling-J in #138
Full Changelog: v0.0.7...v0.0.8