登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
【大赛通知】开源中国「2026上海开源软件应用创新大赛」火热报名中,百万奖池等你的项目
代码拉取完成,页面将自动刷新
开源项目
>
程序开发
>
Markdown工具包
&&
应用工具
>
文本编辑
&&
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
60
Star
469
Fork
114
GVP
VNoteX
/
vnote
代码
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
发行版
标签 (Tag)
全部
全部
正式版
预览版
发行版列表
v4.5.0
最新版
v4.4.3
v4.4.2
v4.5.0
最新版
对比
tamlok
2026-08-17 22:29
v4.5.0
e92f2de
A feature release that adds shared-folder import, two paper themes, movable dashboard stickers and a batch of export fixes on top of VNote 4.4.3: * **Import a shared folder** (Notebook explorer › Import Folder): the other half of 4.4.3's **Share Folder** * A bundle produced by Share Folder is imported with its notes' ids, dates, tags and attachments intact, so a folder can travel between notebooks without losing its history; importing an ordinary folder from disk still generates fresh ids and timestamps * The bundle is validated before anything is copied, the copy is verified before it is published, and a cancelled or failed import leaves the notebook exactly as it was * Refuses symbolic links, junctions and reparse points, detects duplicate node ids and names that would collide on a case-insensitive filesystem, and declines to re-import a folder that is already in the notebook rather than overwriting it * **Two new themes: LaTeX Light and LaTeX Dark.** A paper-and-ink look for the Markdown viewer, editor and export — serif body text with a capped line measure, weight-led headings, booktabs-style tables (no vertical rules, no zebra stripes) and a boxed blockquote. No fonts are bundled: the stylesheets fall back to Times/Georgia and Consolas, and installing Latin Modern (plus Noto Serif CJK for Chinese) gives the intended look. Inspired by [typora-latex-theme](https://github.com/Keldos-Li/typora-latex-theme); independently authored, with nothing copied from it. * **Editor** * The cursor position is now restored when a buffer is reloaded from disk * In-place previews (images, diagrams, formulas) zoom together with the editor * The source of a previewed fenced-code, display-math or table block is folded automatically when its preview appears; unfolding it by hand is respected * The interactive table in-place preview is enabled by default: tables can be edited in place as a real rich-text sheet, with syntax-highlighted cells, row/column/alignment operations from its Table menu, and Enter in the last cell appending a row; its preview sheet no longer draws a stray frame and background * Block quotes continue automatically on Enter, including nested and lazily-continued ones * The default input mode for the text editor is now **VSCode**, where `Ctrl+Shift+[` and `Ctrl+Shift+]` fold and unfold at the cursor * The drag-and-drop cursor is shown at the drop target instead of at the pointer (#2249) * Snippet date placeholders `%MMM%`, `%MMMM%`, `%ddd%` and `%dddd%` follow VNote's language instead of the system locale * **Notes & templates** * **New Note** proposes an available default name, and remembers a default template per file type * A built-in `title.md` template ships out of the box * **Open as Detached** was added to the notebook explorer context menu * **Open V3 Notebook** moved into the Open Notebook dialog * **Export** * Mermaid diagrams are rasterized at the printed size and 384 dpi, so they are no longer blurry in PDFs * CJK text and Mermaid labels render correctly in wkhtmltopdf PDFs, with a clear warning when no CJK-capable font can be loaded * A file opened from outside any notebook can be exported * wkhtmltopdf process failures are reported instead of failing silently, wkhtmltopdf-only PDF options are disabled when it is not used, and the **Complete page** option has an explanatory tooltip * **Export** was added to the Markdown read-mode context menu * **Dashboard**: stickers can be moved and resized by direct manipulation — drag the centre to move or an edge to resize, with arrow keys (and Shift with arrow keys) as the keyboard equivalent * **Interface** * The notebook tree scrolls horizontally when labels overflow * The dock separator is more visible across themes * The Home tab closes automatically when a file is opened * The main window's fixed 800x600 minimum size was removed, and the PDF navigation pane is hidden by default * Dialog form labels dropped their trailing colons * **Fixes** * Image hosts are persisted when the settings are saved, and remote images that are still referenced elsewhere are no longer deleted * A cleared quick access list is persisted, Reset no longer leaves a stale selection on the Appearance page, reloading File Associations no longer keeps a stale Add Program button pointer, and reloading image-host settings while a test is pending no longer risks a crash * Note move failures report the underlying vxcore error detail (#2729) * **Windows 7 build (`win64-windows7`) fixes** * **Search now works.** Content, file and tag searches silently returned nothing on this build: every search result was discarded before it could reach the UI. The same defect also stopped image-host uploads from ever starting. * **Network/HTTPS now works.** Checking for updates and uploading to an image host failed with "TLS initialization failed" because the bundled OpenSSL could not be loaded. VNote now ships an OpenSSL that actually loads (1.1.1w, built from source), together with its licence notice, and logs a clear message if TLS is ever unavailable. * **Build**: Qt was bumped to 6.10.3 on all platforms * **Translations**: Simplified Chinese and Japanese catalogs updated for the new strings
最后提交信息为:
[Release] VNote 4.5.0
v4.4.3
对比
tamlok
2026-08-10 10:33
v4.4.3
9984db4
A maintenance release that drops the built-in updater, adds folder sharing and a window pin on top of VNote 4.4.2: * **Share Folder** (Notebook explorer context menu): export a folder as a self-contained, movable bundle you can hand to someone else or drop into another notebook * Notes you currently have open are saved first, so the bundle always carries their latest content * The copy is verified before it is published, and a failed export leaves nothing half-written behind * Refuses to follow symbolic links, junctions and reparse points, and warns up front when two names would collide on a case-insensitive destination filesystem * **Stay on Top**: detached view windows now have a pin so a window can be kept above the others * **The built-in updater has been removed.** VNote no longer downloads or installs anything, and never modifies its own installation directory. It simply checks for a newer release and, when one exists, tells you and offers to open the **release page**, where you download and install the new version yourself. * Fixes VNote failing to start from a read-only or non-writable installation directory (`/usr/bin`, `Program Files` for a standard user, a read-only DMG), where the old updater's startup lease could not be created (issue #2728). Per-machine MSI installs were affected on Windows too. * The **Update source** setting (Settings › General) still selects GitHub or Gitee. **New installations now default to Gitee**; an existing installation keeps whatever it already had, and no setting is migrated. * If you used the in-app updater before, you can safely delete the leftover `.vnote-old` and `.vnote-update` folders next to `vnote.exe`. VNote no longer creates or reads them. * **Translations**: Simplified Chinese and Japanese catalogs updated for the new strings
最后提交信息为:
[Release] VNote 4.4.3
v4.4.2
对比
tamlok
2026-08-07 17:35
v4.4.2
6954ee1
A feature release that adds a built-in updater, a reworked PDF viewer, detachable view windows, and a Gitee release mirror on top of VNote 4.3.0: * **In-app updates** (new, Windows x64, Qt 6 build): VNote can now update itself * Downloads only what changed — a release publishes a signed file manifest plus an optional delta package, and the client resolves a delta chain before falling back to the full package * Every manifest is verified against a compiled-in Ed25519 key; an unsigned or unverifiable release is refused (fail-closed), and hosts are allow-listed per release source * Files are staged inside the install directory and swapped in under a durable write-ahead journal **at exit**, with automatic rollback and crash recovery on the next launch * A machine-wide lease serializes updates across sessions; Microsoft Store and Program Files installs are detected and directed to their own update channel * Surfaces as an **Update** dialog (Update / Skip This Version / Later / Restart Now) and a startup notification with inline progress * **Update source** setting (Settings › General) to fetch updates from either GitHub or Gitee * The Windows 7 (Qt 5.15) build publishes no update packages; there the check simply points at the release page * **PDF viewer** * Upgraded the bundled pdf.js from 3.1.81 to **3.11.174** (the last v3 release; v4+ requires Chrome 125+, which the Qt 5.15 / Windows 7 build cannot provide), and vendored the previously-missing `web/standard_fonts/` so PDFs relying on non-embedded Helvetica/Times/Courier render correctly * The PDF's embedded outline (bookmarks) now populates the **Outline** dock and a new per-window Outline toolbar popup, with click-to-jump * Fix the external file path not resolving for drag-and-dropped PDFs * **Views & windows** * **Detach** a view window into a separate top-level window from the tab context menu * New `--detached-view` CLI option to open files directly in a detached split * `Ctrl+G, X` closes the focused dock or, when the editor has focus, the current tab * The Console dock activation shortcut is now configurable * **Notifications**: attention routing, incident de-duplication, and a toast surface, so repeated failures (image upload, auto-save, sync) collapse into one actionable entry with a **Details** view * **Editor & Markdown** * Offer to migrate a note's legacy `vx_images` pictures into its assets folder, with an inline banner and a **Don't Ask Again** choice * Edit-mode **Copy Link** action for headings * **United Entry**: new `task` entry to find and run tasks, a popup sized from the UI font and clamped to the screen, and a readable selected task row * **Settings**: a Quick Note scheme can now use a note template * **macOS**: capture selected text from any app as a note through a system Service * **Tags**: `Esc` clears the selection in the Tags explorer * **Fixes** * Recover from a partially-installed bundled resource set instead of leaving stale data behind * Keep the frameless title bar out of Qt's menu-bar slot eviction * Fix the export dialog not remembering the last-used theme (#2389) * Fix enable-sync failing on macOS when opening a remote notebook (#2718) * Stop duplicating legacy attachments during VNote3 migration * UTF-8-safe `.vswp` backup path (#2721) * Bundle the MSVC CRT for toolsets newer than CMake's redistributable list * Use Git Bash explicitly in `init.cmd` instead of relying on WSL bash * Remove the version-specific config override logic * **Internals** * `core_services` no longer links VTextEdit or Qt Widgets * Inline chrome is themed through the stylesheet instead of hardcoded colors, with a test gate that fails the build on literal colors in `setStyleSheet()` * **Infrastructure**: code and releases are mirrored to Gitee, keeping the two most recent releases * **Packaging (Windows)**: the release ZIP is now flat — `VNote-<ver>-win64/vnote.exe` instead of `VNote-<ver>-win64/bin/vnote.exe`. The `bin/` level was unintended (`src/CMakeLists.txt` asked for a flat install, but a submodule's `include(GNUInstallDirs)` seeded the CMake cache first) and it is incompatible with the incremental updater, which strips exactly one level from a full package * **Translations**: updated Simplified Chinese and Japanese translations
最后提交信息为:
[Release] VNote 4.4.2
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C++
1
https://gitee.com/vnotex/vnote.git
git@gitee.com:vnotex/vnote.git
vnotex
vnote
vnote
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册