Releases: tempppw01/Recall
Releases · tempppw01/Recall
Recall v0.3.4
Release Notes - v0.3.4
This release focuses on making Recall feel more intelligent on entry, more coherent across workspaces, and more useful when live information is needed.
Highlights
AI Assistant
- Merged casual chat into the AI assistant page so chat, record, and manage workflows share one entry point.
- Added a compact smart briefing at the top of the AI assistant page with recent priority tasks and an AI-generated current-state summary.
- Added web-enabled answering with Tavily, plus local Google, Bing, and Baidu search providers.
- Added clear-context and interrupt/retry behaviors so long answers can be stopped, replaced, or retried without losing the conversation shape.
- Improved assistant suggestions with collapsible reasoning, direct task navigation, and expandable subtasks.
Knowledge And Sync
- Moved the knowledge base into Settings instead of keeping it as a separate feature page.
- Included knowledge entries in sync payloads while keeping onboarding sample tasks out of synced data.
- Improved automatic knowledge capture so chat content is summarized into reusable notes instead of being copied verbatim.
- Added model/provider icon coverage for common providers, including OpenAI, Gemini, Grok, DeepSeek, Jina, Kimi, GLM, Qwen, MiniMax, Spark, and BGE.
Task And Planning UX
- Merged inbox, today, next 7 days, and todo shortcuts into one task page with scope controls.
- Added inline completed-task visibility and a clear-completed action.
- Added drag selection for batch mode and quick right-click time actions.
- Refined task detail behavior on narrow screens and reduced dense helper copy.
- Improved recurring task recognition and assistant time recommendations.
Workspace Redesigns
- Redesigned timeline, review, habits, countdown, calendar, quadrant, and statistics workspaces for clearer first actions.
- Improved responsive behavior for calendar views and quadrant layouts.
- Added quadrant hover actions while removing unnecessary drag text.
- Tightened shared top bars, cards, scroll behavior, light/dark theme surfaces, and mobile spacing.
Pomodoro
- Reworked Pomodoro overview cards to keep the timer as the visual focus.
- Added configurable white-noise mixes and tied background audio playback to active Pomodoro sessions.
Verification
npm.cmd run typechecknpm.cmd run lintnpm.cmd run buildnpm.cmd run release:check
Recall v0.3.3
Release Notes — v0.3.3
这是一个体验打磨版本,重点优化小屏布局、任务创建入口、AI 助手建议落地,以及任务卡片的时间感知。
主要改进
响应式布局
- 顶部标题栏在小屏滚动时保持固定,减少页面翻动时的迷失感。
- 调整侧边菜单、顶部标题、任务详情抽屉在不同尺寸下的显示与遮挡问题。
- 降低任务卡片发光强度,并压缩详情抽屉里的间距和字体层级。
任务创建与任务卡片
- 顶部快速输入条改为右下角浮动加号按钮,点击后展开快速创建面板。
- 浮动创建面板支持快速插入优先级、日期、标签和备注 token。
- 任务卡片新增小号到期倒计时:24 小时内精确到分钟,超过一天按小时显示。
- 右键菜单会根据视口自动避让,减少底部任务菜单被遮挡的问题。
AI 助手
- 示例文案可以直接作为发送内容,不需要用户手动复制到输入框。
- 管理助手模式切换融入输入框左侧,减少底部操作区占用空间。
- 当助手建议里提到现有任务时,会显示“去看任务”按钮,方便直接打开详情。
- 个人资料更新增加本地兜底提取,稳定偏好和长期上下文更容易被记录。
设置与同步
- 同步配置不完整时会自动跳转到设置页,并聚焦相关配置区域。
- 设置页与 Redis/WebDAV 配置入口做了更清晰的引导。
验证
npm.cmd run typechecknpm.cmd run buildnpm.cmd run release:check