mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #14] [CLOSED] release: 0.5.8 #692
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#692
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/14
Author: @codexu
Created: 12/11/2024
Status: ❌ Closed
Base:
release← Head:dev📝 Commits (10+)
9a90fdefix: 文件名过长时导致图标被挤压84fd2b5feat: AI 描述生成选项a29fe7cfix: 错误的 API KEY 将提示报错45917e6docs: 📝快速上手75fd841fix: 文本记录特殊字符导致报错ead2315release: 0.5.73d38897feat: 文章同步d33abc0fix: md-editor-code 过长导致页面变形5ca7c02feat: 使用 jsdelivr 加速图床2cffe57fix: 文章文件名存在空格时,同步 Github 命名错误📊 Changes
25 files changed (+542 additions, -296 deletions)
View changed files
📝
README.md(+15 -13)📝
src-tauri/Cargo.lock(+1 -1)📝
src-tauri/Cargo.toml(+1 -1)📝
src-tauri/tauri.conf.json(+1 -1)➕
src/app/core/article/custom-toolbar/ai.tsx(+31 -0)➕
src/app/core/article/custom-toolbar/history.tsx(+75 -0)➕
src/app/core/article/custom-toolbar/index.tsx(+22 -0)➕
src/app/core/article/custom-toolbar/optimize.tsx(+25 -0)➕
src/app/core/article/custom-toolbar/sync.tsx(+63 -0)➕
src/app/core/article/custom-toolbar/translation.tsx(+43 -0)📝
src/app/core/article/file/file-item.tsx(+1 -1)📝
src/app/core/article/md-editor.tsx(+24 -17)➖
src/app/core/article/md-toolbar.tsx(+0 -224)📝
src/app/core/note/mark/clipboard-image.tsx(+15 -5)📝
src/app/core/note/mark/control-image.tsx(+14 -3)📝
src/app/core/note/mark/control-scan.tsx(+9 -2)📝
src/app/core/note/mark/control-text.tsx(+2 -1)📝
src/app/core/note/note/index.tsx(+1 -1)📝
src/app/core/note/note/note-footer.tsx(+22 -11)📝
src/app/core/setting/config.tsx(+3 -3)...and 5 more files
📄 Description
Feature
Bug Fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.