mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #368] [CLOSED] v0.19.3 #728
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#728
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/368
Author: @codexu
Created: 7/9/2025
Status: ❌ Closed
Base:
release← Head:dev📝 Commits (10+)
d92d2bffeat: add title extraction to searchable articles (#256)ba3f40aMerge branch 'dev' of github.com:codexu/note-gen into dev8d4620brefactor: 移除 md-editor-rt 改为 markdown-ita0122a0fix(#265): windows 由于滚动条自定义样式导致表格无法正常滑动77a7509fix(#262, #278): 写入数据库时使用 encode 导致特殊字符报错53bd180fix(#275): 回收站图标替换为 Trash201da79ffix(#274): 开启 RAG 前进行嵌入模型检测7e82f2efix(#263): 未同步时由于仓库为空提示错误,并且修复首次打开时多次获取历史记录,导致历史记录展示错误。1b6f849docs: update contributing guidelines with PR template and code style requirements3ba8e1efix(#261): 深层级的目录文件未正确递归获取,导致计算向量数据库未正确计算📊 Changes
143 files changed (+5025 additions, -3272 deletions)
View changed files
📝
.github/CONTRIBUTING.md(+2 -2)📝
.github/README.ja.md(+60 -29)📝
.github/README.zh.md(+79 -34)📝
README.md(+30 -23)📝
messages/en.json(+97 -17)📝
messages/ja.json(+97 -12)📝
messages/zh.json(+107 -14)📝
package.json(+4 -3)📝
pnpm-lock.yaml(+24 -706)📝
src-tauri/Cargo.lock(+224 -2)📝
src-tauri/Cargo.toml(+3 -0)📝
src-tauri/capabilities/default.json(+3 -0)➕
src-tauri/src/fuzzy_search.rs(+148 -0)➕
src-tauri/src/keywords.rs(+56 -0)📝
src-tauri/src/main.rs(+8 -1)📝
src-tauri/src/webdav.rs(+19 -0)📝
src-tauri/tauri.conf.json(+1 -1)📝
src/app/core/article/custom-footer/history.tsx(+5 -10)📝
src/app/core/article/custom-footer/primary-sync.tsx(+2 -1)📝
src/app/core/article/custom-footer/sync.tsx(+2 -2)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.