Skip to content

Releases: haierkeys/fast-note-sync-service

2.11.3

02 Apr 08:26

Choose a tag to compare

新增分享路径增量同步接口
Added new sharing path incremental synchronization interface

What's Changed

  • feat: 新增分享路径增量同步接口 share-changes by @chenxiccc in #190

Full Changelog: 2.11.2...2.11.3

2.11.1

01 Apr 23:48

Choose a tag to compare

修复数据测试问题 和 存储库无法查看显示密码的问题
Fixed the problem of data testing and the problem that the repository cannot view the displayed password

Full Changelog: 2.11.0...2.11.1

2.11.0

31 Mar 16:59

Choose a tag to compare

优化系统设置 WebGUI 显示
新增数据库增强, 支持添加 PostgreSQL / MySQL 数据库的支持, 优化数据并发性能
Optimize system settings WebGUI display
New database enhancements are added to support PostgreSQL/MySQL databases and optimize data concurrency performance.

Full Changelog: 2.10.2...2.11.0

2.10.2

28 Mar 00:50

Choose a tag to compare

为MCP 新增默认笔记库设置
修复因为一次性加载大笔记库导致的 导致OOM问题
Added default note library settings for MCP
Fix the OOM problem caused by loading a large note library at once

What's Changed

  • 为文件和笔记仓储接口添加分页支持,并在 Git 同步服务中实现批量处理,解决大仓库容易导致OOM问题 by @qxj in #178

New Contributors

  • @qxj made their first contribution in #178

Full Changelog: 2.10.1...2.10.2

2.10.1

27 Mar 00:21

Choose a tag to compare

修复 WebGUI 的报错问题
Fix the error reporting problem of WebGUI

Full Changelog: 2.10.0...2.10.1

2.10.0

27 Mar 00:04

Choose a tag to compare

FNS 现已原生支持 MCP (Model Context Protocol)。
您可以将 FNS 作为 MCP 服务端直接接入 Cherry Studio、Cursor 等兼容的 AI 客户端。接入后,AI 即可具备读写私人笔记和附件的能力。同时,所有由 MCP 产生的修改,都会通过 WebSocket 实时同步到您的各个设备终端。
FNS now supports MCP (Model Context Protocol) natively.
You can use FNS as an MCP server to directly connect to compatible AI clients such as Cherry Studio and Cursor. Once connected, AI will have the ability to read and write private notes and attachments. At the same time, all modifications generated by MCP will be synchronized to each of your device terminals in real time through WebSocket.

What's Changed

  • perf(note): 大幅提升笔记列表页首屏加载速度 by @chenxiccc in #174

Full Changelog: 2.9.3...2.10.0

2.9.3

24 Mar 15:37

Choose a tag to compare

修复"分享中"计数不准确的问题
Fixed the problem of inaccurate counting of "Sharing"

What's Changed

Full Changelog: 2.9.2...2.9.3

2.9.2

24 Mar 12:57

Choose a tag to compare

修复短链开启隐藏原地址,显示标题为空的问题
Fixed the problem of hiding the original address and displaying an empty title when the short link is turned on

What's Changed

  • 修复短链标题为空问题,短链接生成时传入笔记标题作为页面 ogTitle by @chenxiccc in #171

Full Changelog: 2.9.1...2.9.2

2.9.1

24 Mar 07:01

Choose a tag to compare

修复短链跳转错误以及重复生成的问题
Fix short link jump errors and repeated generation problems

What's Changed

Full Changelog: 2.9.0...2.9.1

2.9.0

23 Mar 23:50

Choose a tag to compare

分享管理页面 和 笔记管理合并分享页面管理优化
分享页面新增密码功能
分享页面新增短链生成
Sharing management page and note management are merged and shared page management is optimized.
Added password function to sharing page
Added short link generation for sharing page

What's Changed

  • 修复新创建队列已关闭 by @bebound in #167
  • 重构了分享管理功能,直接在笔记管理里实现分享管理。更简洁,更好用 by @chenxiccc in #168

New Contributors

Full Changelog: 2.8.0...2.9.0