Releases: Slocean/PulseCoreLite
PulseCoreLite v1.9.1
-
设置面板新增“本地 AI”配置区,可分别选择模型目录与启动器目录;AI Runtime 包可直接使用内置启动器,Lite 包也支持手动指定启动器路径。
-
新增 Lite / AI Runtime 安装包切换入口,可在设置中查看当前包类型,并在关闭应用后自动切换到另一套安装包。
-
优化本地 AI 运行反馈与对话体验,补充启动模式显示(CUDA 12 / CUDA 13 / GPU / CPU)、加载中状态与按钮禁用提示,并支持聊天面板展开收起和状态记忆。
-
改进 Launcher 资源拉取与发布校验流程,提升 AI Runtime 安装包构建和更新分发的稳定性。
-
Added a dedicated Local AI settings section so model and launcher directories can be configured separately; the AI Runtime package can use the bundled launcher, while Lite can point to a custom launcher path.
-
Added a package switch entry for Lite / AI Runtime, showing the current package flavor in Settings and preparing the alternate installer to continue switching after the app closes.
-
Improved Local AI runtime feedback and chat usability with launch mode display (CUDA 12 / CUDA 13 / GPU / CPU), clearer loading/disabled button states, and expandable chat with persisted state.
-
Improved launcher asset fetching and release validation to make AI Runtime packaging and update delivery more reliable.
PulseCoreLite v1.9.0
-
AI 工具箱新增 Launcher 目录管理,支持选择并持久化启动目录,便于本地 AI 运行时按预期加载相关资源。
-
优化 AI 工具箱运行状态反馈,启动、停止与加载过程会显示更清晰的忙碌状态和操作文案,交互更直观。
-
改进发布打包与更新产物管理,区分 Lite 与 AI Runtime 清单,并增强缺失 Launcher 资源时的校验与错误处理,提升更新分发稳定性。
-
Added launcher directory management to the AI Toolkit, including selection and persistence of the launcher path for local AI runtime resources.
-
Improved AI Toolkit runtime feedback with clearer busy states and action labels during loading, start, and stop flows.
-
Refined release packaging and updater artifact management by separating Lite and AI Runtime manifests and strengthening validation/error handling for missing launcher assets.
llm-assets
llm-assets-v1
base-asstes
base-asstes-v1
PulseCoreLite v1.8.12
-
新增离线 AI 工作台,可在主界面与工具箱中直接访问本地 AI 对话能力。
-
新增本地模型运行时管理,支持选择模型目录、启动/停止服务、状态刷新与模型目录持久化。
-
支持上传图片与常见文本文件进行本地分析;在多模态模型可用时,可直接进行图文理解。
-
优化本地 AI 聊天体验,支持流式回复、深度思考展开、消息复制、Token 显示与 Markdown 渲染。
-
补充 AI 相关中英文文案,并持续改进 AI 面板布局与交互细节,使用更顺手。
-
Added an offline AI workspace that brings local AI chat directly into both the main window and Toolkit.
-
Added local model runtime management with model-folder selection, start/stop controls, status refresh, and persisted model directory settings.
-
Support image uploads and common text-file analysis in the local workflow, with vision understanding available when a multimodal model is present.
-
Improved the local AI chat experience with streaming replies, expandable deep-thinking output, message copy, token display, and Markdown rendering.
-
Added bilingual AI-related copy and refined the AI panel layout and interactions for a smoother workflow.
PulseCoreLite v1.8.11
-
新增悬浮窗内置主题与背景主题支持,主题管理能力更完整。
-
新增多套内置主题,并支持文字亮度增强,提升不同背景下的可读性。
-
优化主题选择交互,加入防抖处理与异步恢复后的主题保持,切换更顺滑、状态更稳定。
-
将内置主题入口改为更友好的可访问性按钮,并同步优化中英文文案与选择样式。
-
重构悬浮窗配置面板,支持分区折叠,并将反馈入口整合进设置面板,配置体验更清晰。
-
增强配置迁移能力,支持同步提醒数据与定时关机计划,减少升级或迁移后的重复配置。
-
修复开机自启时控制台窗口弹出的问题,改为直接启动图形界面应用。
-
Added built-in overlay themes and background theme support for a more complete theme management experience.
-
Introduced multiple built-in themes and a text brightness boost option to improve readability on different backgrounds.
-
Improved theme switching with debounced selection and stable user-theme restoration after async hydration.
-
Reworked the built-in theme entry into a more accessible button, with updated bilingual labels and refined selection styling.
-
Refined the overlay settings panel with collapsible sections and integrated the feedback entry directly into the config panel.
-
Enhanced config transfer to include reminder data and scheduled shutdown plans, reducing repeated setup after upgrades or migration.
-
Fixed autostart behavior so the GUI app launches directly without showing an extra console window.
PulseCoreLite v1.8.10
-
新增 Windows 原生任务栏监测窗口(实验):基于 Win32 创建透明置顶窗口,支持 CPU/GPU/内存/网速/延迟等 12 项指标实时展示,并可切换单双行布局
-
任务栏与窗口联动增强:完善原生任务栏配置同步、窗口管理与托盘接力逻辑,支持关闭主窗口时最小化到托盘,并优化显隐与退出流程
-
Windows 内存优化:新增进程树级别的 working set trim,减少主进程及其子进程的内存占用
-
提醒功能升级:重构提醒页交互体验,优化新建提醒入口与多语言文案,并增强 SMTP 配置与发送测试流程
-
工具箱能力扩展:关机页新增计划管理,并加入用户反馈入口
-
Toast 提示组件重构:优化样式与交互,支持动态高度和 Teleport 渲染,提升提示显示稳定性
-
Add an experimental native Windows taskbar monitor using a transparent topmost Win32 window, with real-time display for 12 metrics including CPU, GPU, memory, network speed, and latency, plus single-line/two-line layouts
-
Strengthen taskbar and window coordination with improved native taskbar config sync, window management, and tray handoff logic; closing the main window can now minimize it to the tray with smoother show/hide and exit flows
-
Improve memory usage on Windows by trimming the working set for the full process tree, reducing memory pressure from the app and its child processes
-
Upgrade reminders with a refactored reminder-tab experience, a better create-reminder entry, updated localization, and stronger SMTP configuration and test-send workflows
-
Expand toolkit capabilities with plan management in the shutdown tab and a new feedback entry
-
Rework the Toast component with improved styling and interactions, dynamic height support, and Teleport-based rendering for more stable notifications
PulseCoreLite v1.8.9
-
硬件评分算法升级:优化 CPU/GPU 评分计算与硬件升级建议逻辑
-
新增硬件评分文档与权重评估报告(算法 2.0、游戏评分算法)
-
提醒内容支持图片上传:新增图片输入组件并完善上传流程
-
更新检查异常处理改进:优化悬浮窗更新失败提示与处理
-
新增性能采集报告(2026-03-05)
-
Upgrade hardware scoring with refined CPU/GPU calculations and upgrade advice logic
-
Add hardware scoring docs and weight evaluation report (Algorithm 2.0, game scoring)
-
Reminder content now supports image upload with a dedicated image input component
-
Improve overlay update error handling
-
Add performance profiling report (2026-03-05)
PulseCoreLite v1.8.8
-
提醒高级设置重构:完善背景配置与频率选择,支持图片上传/预览并更新布局
-
提醒管理体验增强:列表与编辑布局优化,补充未命名标题生成与交互细节
-
提醒逻辑完善:基于可见性启动倒计时,简化关闭信号监听并增强清理流程
-
状态管理抽离:提醒页签与背景类型同步整理为 composable
-
任务栏右键菜单新增“退出应用”
-
偏好持久化优化:悬浮窗/任务栏偏好改为防抖写入
-
Tauri 调试增强:新增调试日志与运行时回调保护
-
开发体验改进:dev-runner 端口扫描逻辑与默认步骤优化
-
Refactor reminder advanced settings with improved background config, frequency selection, and image upload/preview
-
Enhance reminder management UX with list/edit layout updates plus untitled title generation
-
Improve reminder logic: start countdown based on visibility, simplify close listeners, and strengthen cleanup
-
Extract reminder tab/background sync into composables for clearer state management
-
Add "Exit App" to the taskbar context menu
-
Debounce overlay/taskbar preference persistence to reduce frequent writes
-
Add Tauri debug logging and runtime callback guards
-
Improve dev-runner port scanning and default steps
PulseCoreLite v1.8.7
-
主页面新增三段式导航:统一切换监控、工具箱、设置视图,降低功能跳转成本
-
主页面内嵌工具箱能力:可直接在悬浮窗中使用关机、清理、硬件分析与提醒页签
-
悬浮窗头部交互升级:新增页签展开/收起切换,并补充对应中英文文案
-
性能与加载优化:配置面板与内嵌工具箱改为异步加载,提升首屏响应速度
-
代码结构清理:移除已弃用的提醒屏幕备份文件,减少历史冗余
-
Add tri-pane main navigation to switch between Monitor, Toolkit, and Settings views
-
Embed Toolkit directly in the main overlay with shutdown, cleanup, hardware, and reminder tabs
-
Upgrade overlay header interactions with tabs expand/collapse toggle and updated CN/EN copy
-
Improve startup performance by async-loading the config panel and embedded toolkit components
-
Remove deprecated reminder-screen backup files to keep the codebase lean