From b417c9964038f2bf2dfcbee4e36814e472bd646b Mon Sep 17 00:00:00 2001 From: Beta Date: Thu, 3 Sep 2026 03:45:55 +0800 Subject: [PATCH] chore(main): release 0.86.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ clients/tauri/package.json | 2 +- clients/tauri/src-tauri/Cargo.toml | 2 +- clients/tauri/src-tauri/tauri.conf.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/server/package.json | 2 +- packages/web/package.json | 2 +- 9 files changed, 25 insertions(+), 8 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b7e1f866..1f573a83 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.85.0" + ".": "0.86.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fc8e62..ab472ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.86.0](https://github.com/atbeta/notefast/compare/v0.85.0...v0.86.0) (2026-09-02) + + +### Features + +* **web:** image edit popover with replace/library/view actions ([81b6189](https://github.com/atbeta/notefast/commit/81b6189e95a7c0cd7a1c080421d9e9c036f8ccbb)) +* **web:** show AI title generator only while editing ([f0b8890](https://github.com/atbeta/notefast/commit/f0b8890a1973b28a513051df425f200030cf4165)) +* **web:** tooltip on mermaid expand button ([885939f](https://github.com/atbeta/notefast/commit/885939f5c4563c25f12cffa171b574294965a327)) +* **web:** view mermaid diagrams full size from the editor ([f03a2e6](https://github.com/atbeta/notefast/commit/f03a2e68a2b0b58dbbe330a93efb06837fab4ab1)) + + +### Bug Fixes + +* **clients:** disable WebView2 general autofill on Windows ([ef77a50](https://github.com/atbeta/notefast/commit/ef77a50dda05ddae8155f393f5a86184d0039030)) +* **web:** unify document header icon cluster ([9028cf9](https://github.com/atbeta/notefast/commit/9028cf92288b1d9051d3c6e9dc3bc14e89336bcd)) +* **web:** use engine-appropriate autocomplete token ([c5f1a13](https://github.com/atbeta/notefast/commit/c5f1a13a59d4415e407ad43dd3cee3917987e5bd)) + ## [0.85.0](https://github.com/atbeta/notefast/compare/v0.84.0...v0.85.0) (2026-09-01) diff --git a/clients/tauri/package.json b/clients/tauri/package.json index d62898ea..724822bf 100644 --- a/clients/tauri/package.json +++ b/clients/tauri/package.json @@ -1,6 +1,6 @@ { "name": "@notefast/tauri-client", - "version": "0.85.0", + "version": "0.86.0", "private": true, "scripts": { "dev": "tauri dev", diff --git a/clients/tauri/src-tauri/Cargo.toml b/clients/tauri/src-tauri/Cargo.toml index ed98ba79..6a3934ea 100644 --- a/clients/tauri/src-tauri/Cargo.toml +++ b/clients/tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notefast-tauri" -version = "0.85.0" +version = "0.86.0" description = "NoteFast Windows 桌面客户端(Tauri 壳 + 内嵌 server engine)" edition = "2021" rust-version = "1.77.2" diff --git a/clients/tauri/src-tauri/tauri.conf.json b/clients/tauri/src-tauri/tauri.conf.json index 593b8660..bb36a765 100644 --- a/clients/tauri/src-tauri/tauri.conf.json +++ b/clients/tauri/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "NoteFast", - "version": "0.85.0", + "version": "0.86.0", "identifier": "com.notefast.desktop", "build": { "frontendDist": "../ui" diff --git a/package.json b/package.json index 63d8ed8f..d580f5b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notefast", - "version": "0.85.0", + "version": "0.86.0", "private": true, "workspaces": [ "packages/core", diff --git a/packages/core/package.json b/packages/core/package.json index 6d1835f5..8c67c12f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@notefast/core", - "version": "0.85.0", + "version": "0.86.0", "private": true, "type": "module", "main": "./src/index.ts", diff --git a/packages/server/package.json b/packages/server/package.json index a5bf1926..7fba6d91 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@notefast/server", - "version": "0.85.0", + "version": "0.86.0", "private": true, "type": "module", "scripts": { diff --git a/packages/web/package.json b/packages/web/package.json index 2d1ca33d..cc925110 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@notefast/web", - "version": "0.85.0", + "version": "0.86.0", "private": true, "type": "module", "scripts": {