Releases: starslittle/dsh-queue-plus
Releases · starslittle/dsh-queue-plus
Release list
dsh-queue-plus v0.2.0
Queue Plus v0.2.0 replaces the separate ordering panel with one unified, accessible QueueDock.
Highlights
- Edit, remove, and steer queued messages from the default view.
- Switch the same list into Sort mode for drag-and-drop or move-up / move-down ordering.
- Clear the full queue and undo within 10 seconds.
- Reconcile immediate server-confirmed ordering with DSH's authoritative queue snapshot.
- Reject stale concurrent mutations instead of applying an incorrect order.
- Add inline removal confirmation, keyboard focus states, screen-reader announcements, and 44px coarse-pointer targets.
中文说明
- 将官方排队消息与排序功能合并为一个面板,不再重复显示两份列表。
- 默认视图支持编辑、删除和插话;排序模式支持拖拽、上移和下移。
- 支持清空全部与 10 秒撤销,并保留并发冲突保护。
- 改善键盘、触屏和读屏体验。
Validation
- TypeScript typecheck passed.
- 10 tests across 3 test files passed.
- Production Host and Browser builds passed.
- The prebuilt archive installed successfully into a fresh isolated DSH Web profile.
Built for @deepseek-ai/* 0.1.0-rc.6.
dsh-queue-plus v0.1.0
First public release of Queue Plus for DeepSeek Harness.
- Reorder queued prompts with drag-and-drop or accessible arrow buttons.
- Clear the next-turn queue and undo within 10 seconds.
- Reject stale mutations with compare-and-swap queue checks.
- Chinese and English UI, built against DSH 0.1.0-rc.6.
Validation: 7 tests passed, typecheck/build passed, isolated DSH profile installation passed.