@stardustlc/dsh-suite 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -47,7 +47,7 @@ Keep your profile's `cordis.patch.yml` configuration overrides, then restart Web
47
47
  | Line | Component | Capability |
48
48
  | :-- | :-- | :-- |
49
49
  | Office | dsh-email | Ten IMAP/SMTP tools: list/read/search/send, attachments, incremental new-mail watch, flag & folder moves, reply/reply-all/forward; eight provider presets plus custom ones, Outlook OAuth2 device-code login (bundled public client — works out of the box), card-based multi-account settings page (bilingual), send-approval gate |
50
- | | dsh-calendar | CalDAV list/create/update/delete/search (Google/iCloud/Nextcloud/custom); ships a month/week/agenda panel in Settings (remembers your view, week view starts at 07:00) where the connection is entered, tested and saved |
50
+ | | dsh-calendar | CalDAV list/create/update/delete/search (Google/iCloud/Nextcloud/custom); ships a month/week/agenda panel in Settings (remembers your view, week view starts at 07:00, **drag to reschedule**) where the connection is entered, tested and saved |
51
51
  | | dsh-rss | RSS/Atom subscriptions + cross-feed search + incremental fetch |
52
52
  | | dsh-cite | Crossref lookup + four citation styles + BibTeX |
53
53
  | | dsh-dream | Session replay → reflection → dream journal → AGENTS.md bridge (privacy masking) |
package/README.md CHANGED
@@ -49,7 +49,7 @@ dsh plugin --profile web remove @stardustlc/dsh-suite
49
49
  | 产品线 | 组件 | 能力 |
50
50
  | :-- | :-- | :-- |
51
51
  | 📨 办公流 | dsh-email | IMAP/SMTP 十工具:收发/搜索/附件/增量新邮件监视/标记整理/回复转发,八大服务商预设 + 自定义预设,Outlook OAuth2 设备码登录(内置公共客户端,开箱即用),卡片式多账号设置页(中英双语),发信审批门 |
52
- | | dsh-calendar | CalDAV 日程查建改删搜(Google/iCloud/Nextcloud/自建);设置页里带月/周/议程面板(记住上次视图、周视图从 07:00 起),连接配置在面板内填写并先测后存 |
52
+ | | dsh-calendar | CalDAV 日程查建改删搜(Google/iCloud/Nextcloud/自建);设置页里带月/周/议程面板(记住上次视图、周视图从 07:00 起、**拖动即可改期**),连接配置在面板内填写并先测后存 |
53
53
  | | dsh-rss | RSS/Atom 订阅 + 跨订阅搜索 + 增量抓取 |
54
54
  | | dsh-cite | Crossref 文献检索 + 四种引文格式 + BibTeX |
55
55
  | | dsh-dream | 会话回放 → 反思 → 梦境日记 → 桥接 AGENTS.md(含隐私脱敏) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stardustlc/dsh-suite",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "DSH 插件全家桶:18 个组件覆盖邮件、日历、媒体创作、开发运维、消息通知与极简 PTC,一条命令安装。",
5
5
  "type": "module",
6
6
  "dsh": {
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@stardustlc/dsh-docker": "0.3.3",
39
39
  "@stardustlc/dsh-dream": "0.3.3",
40
- "dsh-calendar": "0.7.0",
40
+ "dsh-calendar": "0.8.1",
41
41
  "dsh-cite": "0.3.3",
42
42
  "dsh-code-security": "0.3.3",
43
43
  "dsh-codex-port": "0.2.2",