Bläddra i källkod

Merge remote-tracking branch 'origin/dev' into dev

Vanessa 2 år sedan
förälder
incheckning
94a8ce6de0

+ 2 - 2
app/appearance/langs/en_US.json

@@ -1,8 +1,8 @@
 {
   "commandEmpty": "No command yet, click to go to the market to download more plugins",
   "commandPanel": "Command Palette",
-  "cloudRegionNorthAmerica": "LiuYun (Data Center in North America)",
-  "cloudRegionChina": "LianDi (Data Center in Mainland China)",
+  "cloudRegionNorthAmerica": "LiuYun (North America data center)",
+  "cloudRegionChina": "LianDi (Mainland China data center)",
   "currentKernel": "Current kernel",
   "otherOnlineKernels": "Other online kernels",
   "syncPerception": "⚗\uFE0F Sync perception",

+ 2 - 2
app/appearance/langs/es_ES.json

@@ -1,8 +1,8 @@
 {
   "commandEmpty": "Sin comando todavía, haga clic para ir al mercado para descargar más complementos",
   "commandPanel": "Paleta de comandos",
-  "cloudRegionNorthAmerica": "LiuYun (Centro de datos en América del Norte)",
-  "cloudRegionChina": "LianDi (Centro de datos en China continental)",
+  "cloudRegionNorthAmerica": "LiuYun (Centro de datos de América del Norte)",
+  "cloudRegionChina": "LianDi (Centro de datos de China continental)",
   "currentKernel": "Núcleo actual",
   "otherOnlineKernels": "Otros núcleos en línea",
   "syncPerception": "⚗\uFE0F Percepción de sincronización",

+ 2 - 2
app/appearance/langs/fr_FR.json

@@ -1,8 +1,8 @@
 {
   "commandEmpty": "Aucune commande pour le moment, cliquez pour aller sur le marché pour télécharger plus de plugins",
   "commandPanel": "Palette de commandes",
-  "cloudRegionNorthAmerica": "LiuYun (centre de données en Amérique du Nord)",
-  "cloudRegionChina": "LianDi (centre de données en Chine continentale)",
+  "cloudRegionNorthAmerica": "LiuYun (Centre de données d'Amérique du Nord)",
+  "cloudRegionChina": "LianDi (Centre de données de Chine continentale)",
   "currentKernel": "Noyau actuel",
   "otherOnlineKernels": "Autres noyaux en ligne",
   "syncPerception": "⚗\uFE0F Perception de la synchronisation",

+ 63 - 0
app/changelogs/v2.9.3/v2.9.3.md

@@ -0,0 +1,63 @@
+## Overview
+
+We have started to support paid subscriptions for users in non-mainland China. If you need to use cloud data sync service in non-mainland China, please follow the steps below:
+
+1. [Signup LiuYun Account](https://liuyun.io/register)
+2. Select `LiuYun (North America data center)` when signin at SiYuan - Settings - Account
+3. After signed in, you can click the trial subscription button to start a 7-day free trial
+4. If you need a paid subscription, please visit the [Subscribe page](https://liuyun.io/subscribe/siyuan)
+
+### 🔥 Lifetime subscription campaign
+
+We provide a limited number of lifetime subscriptions, that is, after a one-time payment of $148, you can use the cloud data sync service feature for life. The quota is limited and first come first served.
+
+For more details, please visit [SiYuan Lifetime Subscription is now on sale, seats are limited](https://liuyun.io/article/1687355154445).
+
+Please note that this event is only for LiuYun (North America data center) accounts.
+
+## Changelogs
+
+Below are the detailed changes in this version.
+
+### Enhancement
+
+* [Improve emoji on the mobile](https://github.com/siyuan-note/siyuan/issues/8484)
+* [Add plugin with setting to top bar plugin menu](https://github.com/siyuan-note/siyuan/issues/8486)
+* [Support one-click enable/disable of all downloaded plugins](https://github.com/siyuan-note/siyuan/issues/8523)
+* [Command Palette for plugins](https://github.com/siyuan-note/siyuan/issues/8526)
+* [Support LiuYun account login](https://github.com/siyuan-note/siyuan/issues/8578)
+* [Support non-mainland China subscription](https://github.com/siyuan-note/siyuan/issues/8584)
+* [Improve data sync stability](https://github.com/siyuan-note/siyuan/issues/8591)
+* [When disable/enable plugin, the setting icon needs to be hidden/shown](https://github.com/siyuan-note/siyuan/issues/8592)
+* [Support directly access `data/public/*` contents via URL link](https://github.com/siyuan-note/siyuan/issues/8593)
+* [Smoother launch screen on desktop](https://github.com/siyuan-note/siyuan/issues/8596)
+* [Set the default workspace path to `~/SiYuan/` on the desktop end](https://github.com/siyuan-note/siyuan/issues/8602)
+* [Convert `[[wikilink]]` and `#Tag` syntax when importing Markdown](https://github.com/siyuan-note/siyuan/issues/8603)
+* [Update slogan `Refactor your thinking`](https://github.com/siyuan-note/siyuan/issues/8608)
+* [Disable code block bold in the mobile](https://github.com/siyuan-note/siyuan/issues/8613)
+* [Improve the default theme color](https://github.com/siyuan-note/siyuan/issues/8616)
+* [Click the notification message item to close it](https://github.com/siyuan-note/siyuan/issues/8622)
+
+### Abolishment
+
+* [macOS systems prior to `10.15` are no longer supported](https://github.com/siyuan-note/siyuan/issues/8604)
+
+### Bugfix
+
+* [Breadcrumbs are escaped multiple times](https://github.com/siyuan-note/siyuan/issues/8580)
+* [Export Markdown does not include .md file](https://github.com/siyuan-note/siyuan/issues/8587)
+* [Blocks created via template update time earlier than creation time](https://github.com/siyuan-note/siyuan/issues/8607)
+* [Importing markdown files that include `<kbd>` freezes](https://github.com/siyuan-note/siyuan/issues/8611)
+
+### Refactor
+
+* [Upgrade Electron](https://github.com/siyuan-note/siyuan/issues/8597)
+
+### Development
+
+* [Add plugin API protyle](https://github.com/siyuan-note/siyuan/issues/8445)
+* [Add  `ICommand.langText` for  plugin](https://github.com/siyuan-note/siyuan/pull/8589)
+* [Add `reload` and `insert` method to `Protyle`](https://github.com/siyuan-note/siyuan/issues/8598)
+* [Add `protyleSlash` to the plugin](https://github.com/siyuan-note/siyuan/issues/8599)
+* [After invoking kernel API `setBlockAttrs` then auto refresh dynamic anchor text of block refs](https://github.com/siyuan-note/siyuan/issues/8605)
+* [Improve kernel API `/api/convert/pandoc`](https://github.com/siyuan-note/siyuan/issues/8619)

+ 56 - 0
app/changelogs/v2.9.3/v2.9.3_zh_CHT.md

@@ -0,0 +1,56 @@
+## 概述
+
+我們開始支持非中國大陸地區用戶進行付費訂閱了,如果你需要在非中國大陸地區使用雲端數據同步,請按照以下步驟操作:
+
+1. [註冊流雲賬號](https://liuyun.io/register)
+2. 在 思源 - 設置 - 賬號 登錄時選擇 `流雲(北美數據中心)`
+3. 登錄後可以點擊試用訂閱按鈕,開啟為期 7 天的免費試用
+4. 如果需要付費訂閱,請訪問[訂閱頁面](https://liuyun.io/subscribe/siyuan)
+
+### 🔥 終身訂閱活動
+
+我們提供了有限數量的終身訂閱名額,即一次性付費 $148 後即可終身使用雲端數據同步特性,名額有限,先到先得。
+
+更多細節請訪問 [SiYuan Lifetime Subscription is now on sale, seats are limited](https://liuyun.io/article/1687355154445)。
+
+請注意,該活動僅針對流雲(北美數據中心)賬號。
+
+## 變更記錄
+
+以下是此版本中的詳細變更。
+
+### 改進功能
+
+* [導出預覽模式下支持通過大綱面板定位標題](https://github.com/siyuan-note/siyuan/issues/3059)
+* [支持 Dvorak 鍵盤佈局快捷鍵](https://github.com/siyuan-note/siyuan/issues/7115)
+* [改進 `保存查詢條件` 和 `移除查詢條件` 功能入口](https://github.com/siyuan-note/siyuan/issues/8412)
+* [數據同步支持多內核在線時同步感知](https://github.com/siyuan-note/siyuan/issues/8518)
+* [搜索對話框和文檔樹面板支持通過 `Alt+.`  向右分屏打開](https://github.com/siyuan-note/siyuan/issues/8528)
+* [添加 OpenAI GPT 模型 `gpt-3.5-turbo-16k`](https://github.com/siyuan-note/siyuan/issues/8530)
+* [改進 iOS 端導出圖片渲染](https://github.com/siyuan-note/siyuan/issues/8532)
+* [導出 data.zip 後再導入不再改變文件時間](https://github.com/siyuan-note/siyuan/issues/8540)
+* [當插入文件歷史索引失敗時自動重建文件歷史數據索引](https://github.com/siyuan-note/siyuan/issues/8543)
+* [不選擇時也可以使用 `清除行級元素`](https://github.com/siyuan-note/siyuan/issues/8546)
+* [降低數據倉庫創建快照和恢復快照時的內存佔用](https://github.com/siyuan-note/siyuan/issues/8551)
+* [在狀態欄顯示數據同步進度](https://github.com/siyuan-note/siyuan/issues/8552)
+* [在瀏覽器端添加編輯器右鍵菜單 `粘貼為純文本`](https://github.com/siyuan-note/siyuan/issues/8553)
+* [改進啟用數據同步時的啟動速度](https://github.com/siyuan-note/siyuan/issues/8555)
+* [改進數據同步嚮導](https://github.com/siyuan-note/siyuan/issues/8556)
+* [導出 Data 壓縮包名稱加入工作空間名](https://github.com/siyuan-note/siyuan/issues/8560)
+* [Android 端啟動界面更平滑](https://github.com/siyuan-note/siyuan/issues/8561)
+* [指定工作空間路徑的情況下不再創建 Documents/SiYuan/](https://github.com/siyuan-note/siyuan/issues/8566)
+* [改進以 `file://` 開頭的鏈接在使用 `網絡圖片轉換為本地圖片` 時的處理](https://github.com/siyuan-note/siyuan/issues/8567)
+* [改進數據同步文件時間比較](https://github.com/siyuan-note/siyuan/issues/8573)
+* [添加複制 PNG 快捷鍵 `Ctrl+Shift+C`](https://github.com/siyuan-note/siyuan/issues/8576)
+
+### 修復缺陷
+
+* [集市默認排序失效](https://github.com/siyuan-note/siyuan/issues/8529)
+* [某些情況下 Pandoc 未初始化](https://github.com/siyuan-note/siyuan/issues/8533)
+* [取消拖拽移動列表項後數據丟失](https://github.com/siyuan-note/siyuan/issues/8548)
+* [FlowChart 在導出預覽模式下未渲染](https://github.com/siyuan-note/siyuan/issues/8568)
+* [導出預覽模式無法切換回編輯模式](https://github.com/siyuan-note/siyuan/issues/8569)
+
+### 開發者
+
+* [通過自定義協議鏈接打開自定義頁簽](https://github.com/siyuan-note/siyuan/issues/8544)

+ 63 - 0
app/changelogs/v2.9.3/v2.9.3_zh_CN.md

@@ -0,0 +1,63 @@
+## 概述
+
+我们开始支持非中国大陆地区用户进行付费订阅了,如果你需要在非中国大陆地区使用云端数据同步,请按照以下步骤操作:
+
+1. [注册流云账号](https://liuyun.io/register)
+2. 在 思源 - 设置 - 账号 登录时选择 `流云(北美数据中心)`
+3. 登录后可以点击试用订阅按钮,开启为期 7 天的免费试用
+4. 如果需要付费订阅,请访问[订阅页面](https://liuyun.io/subscribe/siyuan)
+
+### 🔥 终身订阅活动
+
+我们提供了有限数量的终身订阅名额,即一次性付费 $148 后即可终身使用云端数据同步特性,名额有限,先到先得。
+
+更多细节请访问 [SiYuan Lifetime Subscription is now on sale, seats are limited](https://liuyun.io/article/1687355154445)。
+
+请注意,该活动仅针对流云(北美数据中心)账号。
+
+## 变更记录
+
+以下是此版本中的详细变更。
+
+### 改进功能
+
+* [改进移动端输入 Emoji 交互](https://github.com/siyuan-note/siyuan/issues/8484)
+* [添加插件时将该插件设置到顶栏插件菜单中](https://github.com/siyuan-note/siyuan/issues/8486)
+* [支持一键启用/禁用所有已下载插件](https://github.com/siyuan-note/siyuan/issues/8523)
+* [插件命令面板](https://github.com/siyuan-note/siyuan/issues/8526)
+* [支持流云(北美数据中心)账号登录](https://github.com/siyuan-note/siyuan/issues/8578)
+* [支持非中国大陆地区付费订阅](https://github.com/siyuan-note/siyuan/issues/8584)
+* [改进数据同步稳定性](https://github.com/siyuan-note/siyuan/issues/8591)
+* [禁用/启用插件时设置按钮需要被隐藏/显示](https://github.com/siyuan-note/siyuan/issues/8592)
+* [支持通过 URL 链接直接访问 `data/public/*`](https://github.com/siyuan-note/siyuan/issues/8593)
+* [桌面端启动界面更平滑](https://github.com/siyuan-note/siyuan/issues/8596)
+* [桌面端默认工作空间路径设置为 `~/SiYuan/`](https://github.com/siyuan-note/siyuan/issues/8602)
+* [导入 Markdown 时支持转换 `[[wikilink]]` 和 `#Tag`](https://github.com/siyuan-note/siyuan/issues/8603)
+* [更新宣传标语 `重构你的思维`](https://github.com/siyuan-note/siyuan/issues/8608)
+* [移动端禁止在代码块中加粗](https://github.com/siyuan-note/siyuan/issues/8613)
+* [改进默认主题配色](https://github.com/siyuan-note/siyuan/issues/8616)
+* [点击通知消息后关闭该条通知](https://github.com/siyuan-note/siyuan/issues/8622)
+
+### 移除功能
+
+* [不再支持 `10.15` 之前的 macOS 系统](https://github.com/siyuan-note/siyuan/issues/8604)
+
+### 修复缺陷
+
+* [面包屑多次转义](https://github.com/siyuan-note/siyuan/issues/8580)
+* [导出 Markdown 未生成 .md 文件](https://github.com/siyuan-note/siyuan/issues/8587)
+* [通过模板创建的块更新时间早于创建时间](https://github.com/siyuan-note/siyuan/issues/8607)
+* [导入 Markdown 时包含 `<kbd>` 导致无响应](https://github.com/siyuan-note/siyuan/issues/8611)
+
+### 开发重构
+
+* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/8597)
+
+### 开发者
+
+* [添加插件 API Protyle](https://github.com/siyuan-note/siyuan/issues/8445)
+* [插件注册快捷键支持自定义文本 `ICommand.langText`](https://github.com/siyuan-note/siyuan/pull/8589)
+* [为 `Protyle` 添加 `reload` 和 `insert` 方法](https://github.com/siyuan-note/siyuan/issues/8598)
+* [插件开发支持斜杆菜单 `protyleSlash`](https://github.com/siyuan-note/siyuan/issues/8599)
+* [调用内核 API `setBlockAttrs` 后自动刷新相关动态锚文本](https://github.com/siyuan-note/siyuan/issues/8605)
+* [改进内核 API `/api/convert/pandoc`](https://github.com/siyuan-note/siyuan/issues/8619)