Skip to content

v3.0.0

Choose a tag to compare

@MochengCK MochengCK released this 07 Aug 01:41
· 9 commits to main since this release

LinkCore v3.0.0 发布说明

LinkCore v3.0.0 是一次重要版本更新,引入全新的 XferCore 下载引擎版本,新增 ED2K 协议支持,并全面优化 BT 下载能力、浏览器扩展接管体验以及应用界面设计。
截屏2026-08-07 09 20 45


核心更新(Core Updates)

Electron 升级至 v43.2.0(@MochengCK

  • 内置更现代的 Chromium 内核
  • 优化应用启动性能和系统兼容性

下载引擎 XferCore 升级至 v1.5.0(@MochengCK

  • 引擎名称从 FluxCore 正式更名为 XferCore
  • 原生支持 ED2K 协议下载
  • 增强 BT 下载能力,优化节点发现、连接稳定性以及任务处理逻辑
  • 增强 HTTP/HTTPS 下载稳定性
  • 优化追踪器信息管理,将节点字段从通用显示改为独立数据展示
  • 修复多个已知下载问题

浏览器扩展升级至 v1.6.0(@MochengCK

注意:升级前需要先删除旧版本扩展,并在程序内重新获取扩展后才能正常使用。

  • 新增自定义扩展图标

  • 全面优化浏览器扩展视频嗅探体验

  • 优化任务接管逻辑,提高接管速度和成功率

  • 重构扩展与应用之间的通信机制:

    • 使用 WebSocket 作为主要通信通道
    • HTTP 作为备用通信方式

依赖更新(@MochengCK

  • ip2region 从 v2.3.0 升级至 ip2region.js v3.1.8

修复(Fix)

  • 修复固定侧边栏模式下,开启默认隐藏主侧边栏后,任务视图底部控制按钮位置未正确调整的问题
  • 修复偏好设置中 Tracker 服务器卡片输入框右侧滚动条显示异常的问题
  • 修复任务卡片可能长期停留在“等待可用连接”状态的问题
  • 修复新建任务窗口链接输入框与解析区域重叠的问题
  • 修复种子任务解析结果错误显示到链接任务解析区域的问题
  • 修复偏好设置更新进度显示不准确的问题
  • 修复下载 GitHub 文件时文件名可能短暂显示错误的问题
  • 修复独立任务进度窗口平均速度字段闪烁的问题

新增(New Features)

  • 视频合并任务新增合并状态显示:

    • 下载完成后进入视频合并阶段
    • 显示实时合并进度
    • 不再直接标记为完成状态
  • 新增全新的 BT 文件图标

  • 新增全新的应用图标


改进(Improvements)

下载与引擎

  • 优化磁力任务下载时节点 IP 归属地查询性能,降低资源占用并减少卡顿

  • 优化视频合并性能:

    • 提升合并速度
    • 减少卡顿
    • 降低 CPU 占用
  • 优化视频合并机制,支持浏览器扩展一次发送多个 DASH 视频时正确触发合并

  • 磁力链接获取源数据完成后,不再立即开始 BT 下载:

    • 等待用户选择需要下载的文件后再开始任务

界面与交互

  • 全面优化固定侧边栏 UI
  • 偏好设置按钮移动至侧边栏底部
  • 删除任务视图底部居中的悬浮功能栏,并将功能按钮整合至顶部工具栏
  • 重新设计顶部工具栏,使布局更加简洁
  • 将任务视图调整为悬浮式设计,更符合现代应用风格
  • 优化任务卡片高度,提升信息展示密度
  • 将任务速度显示组件移动至侧边栏底部
  • 文件类型筛选功能移动至侧边栏选项中
  • 优化浅色与深色主题
  • 优化应用整体 UI 风格和细节
  • 重新设计大量应用图标
  • 优化所有局部弹窗和全局弹窗动画效果
  • 移除悬浮侧边栏模式

任务与设置

  • 任务详情文件列表表格默认占满底部空间

  • 优化独立任务进度窗口:

    • 改进分片进度展示
    • 优化 UI 样式
    • 分类切换按钮移动至底部操作区域
  • 移除任务详情页面左上角状态提示

  • 移除顶部工具栏刷新任务列表按钮

  • 移除偏好设置开发者卡片中的“编辑 aria2.conf”按钮及相关编辑器

  • 引擎选择器由下拉选择改为只读显示,不再允许在设置界面切换引擎

  • 新增 ED2K 设置分类

  • Tracker 服务器设置移动至 BT 设置分类

  • 添加 Tracker 服务器弹窗改为局部弹窗


性能优化

  • 优化任务详情 Tracker 与节点列表性能
  • Tracker 地址字段新增显示对应网页图标
  • 优化追踪器和节点表格渲染性能
  • 优化应用整体交互流畅度

  • 如果你觉得LinkCore帮助你解决了问题,你可以让它被更多人发现

LinkCore v3.0.0 Release Notes

LinkCore v3.0.0 is a major update introducing the new XferCore engine release, native ED2K support, enhanced BitTorrent capabilities, improved browser extension integration, and a redesigned user interface experience.
截屏2026-08-07 09 22 04


Core Updates

Electron upgraded to v43.2.0 (@MochengCK)

  • Includes a newer Chromium engine
  • Improved application startup performance and system compatibility

XferCore Engine upgraded to v1.5.0 (@MochengCK)

  • Officially renamed the engine from FluxCore to XferCore
  • Added native ED2K protocol download support
  • Enhanced BitTorrent capabilities with improved peer discovery, connection stability, and task processing
  • Improved HTTP/HTTPS download stability
  • Improved tracker information management with independent node fields
  • Fixed multiple known download issues

Browser Extension upgraded to v1.6.0 (@MochengCK)

Note: Existing extensions must be removed first. Please reinstall the extension through the application after upgrading.

  • Added custom extension icon support

  • Improved browser video detection experience

  • Optimized download interception logic for faster and more reliable task capturing

  • Redesigned communication architecture between the extension and application:

    • WebSocket is now used as the primary communication channel
    • HTTP is used as a fallback channel

Dependency Update (@MochengCK)

  • Updated ip2region from v2.3.0 to ip2region.js v3.1.8

Fixes

  • Fixed incorrect bottom control positioning when using a fixed sidebar with the main sidebar hidden by default
  • Fixed abnormal scrollbar display in the Tracker server settings card
  • Fixed tasks occasionally remaining stuck in the "Waiting for available connections" state
  • Fixed overlap between the URL input field and parser area in the new task dialog
  • Fixed torrent parsing results appearing in the URL task parser area
  • Fixed inaccurate update progress display in advanced settings
  • Fixed incorrect temporary filenames when downloading GitHub files
  • Fixed flickering average speed display in the standalone task progress window

New Features

  • Added video merge progress status:

    • Download completion now enters a separate merging stage
    • Real-time merge progress is displayed
    • Tasks are no longer marked as completed before merging finishes
  • Added a new BitTorrent file icon

  • Added a new application icon


Improvements

Download Engine

  • Improved IP location lookup performance during magnet downloads

  • Reduced resource usage and UI lag during peer information processing

  • Improved video merging performance:

    • Faster processing speed
    • Reduced stuttering
    • Lower CPU usage
  • Improved DASH video merge handling when multiple videos are received from browser extensions

  • Magnet metadata retrieval behavior changed:

    • The download will wait for user file selection after metadata is obtained
    • BT downloading starts only after selected files are confirmed

UI and User Experience

  • Redesigned the fixed sidebar interface
  • Moved preferences button to the bottom of the sidebar
  • Removed the floating bottom toolbar and integrated actions into the top toolbar
  • Redesigned the top toolbar with a cleaner layout
  • Changed task view to a floating-style design
  • Reduced task card height for better information density
  • Moved speed information display to the bottom of the sidebar
  • Moved file type filtering options into the sidebar
  • Improved light and dark themes
  • Unified overall UI style and interaction design
  • Redesigned many application icons
  • Improved modal opening and closing animations
  • Removed floating sidebar mode

Task Management and Settings

  • Task detail file tables now automatically fill available bottom space

  • Improved standalone task progress window:

    • Enhanced piece progress visualization
    • Improved UI layout
    • Moved category switching controls to the bottom action area
  • Removed task status indicator from the top-left area of task details

  • Removed refresh task list button from the top toolbar

  • Removed the "Edit aria2.conf" button and related editor dialog from developer settings

  • Changed engine selector from a dropdown menu to read-only display

  • Added ED2K settings category

  • Moved Tracker server settings into BT settings

  • Changed Tracker server creation dialog into a local modal


Performance Improvements

  • Improved Tracker and peer table performance
  • Added tracker website icons next to tracker addresses
  • Optimized tracker and peer table rendering
  • Improved overall application responsiveness

  • If you feel that LinkCore has helped you solve a problem, you can help more people discover it