Skip to content

Commit

Permalink
🔖 Release v3.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 10, 2024
1 parent 61623d3 commit 5129ad9
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/appx/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity Name="89C2A984.SiYuan"
ProcessorArchitecture="x64"
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
Version="3.1.14.0"/>
Version="3.1.15.0"/>
<Properties>
<DisplayName>SiYuan</DisplayName>
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
Expand Down
53 changes: 53 additions & 0 deletions app/changelogs/v3.1.15/v3.1.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
## Overview

This version supports use on the HarmonyOS NEXT system.

## Changelogs

Below are the detailed changes in this version.

### Enhancement

* [Improve Alt+M hiding/showing windows](https://github.com/siyuan-note/siyuan/issues/12656)
* [Improve database cell positioning and editing input box size](https://github.com/siyuan-note/siyuan/issues/12708)
* [Support HarmonyOS NEXT system](https://github.com/siyuan-note/siyuan/issues/13184)
* [Remove the collapsed state of the collapsed heading on paste](https://github.com/siyuan-note/siyuan/issues/13232)
* [Support the year in the database date field is less than 4 digits](https://github.com/siyuan-note/siyuan/issues/13252)
* [Improve interaction with database descriptions](https://github.com/siyuan-note/siyuan/issues/13262)
* [Improve document tag adding interaction](https://github.com/siyuan-note/siyuan/issues/13311)
* [Improve tooltip](https://github.com/siyuan-note/siyuan/pull/13326)
* [Improve exporting block ref](https://github.com/siyuan-note/siyuan/issues/13331)
* [Improve search highlighting](https://github.com/siyuan-note/siyuan/issues/13343)
* [Improve template search](https://github.com/siyuan-note/siyuan/issues/13348)
* [Improve code block paging when exporting to PDF](https://github.com/siyuan-note/siyuan/issues/13349)
* [Improve HTML clipping](https://github.com/siyuan-note/siyuan/issues/13355)
* [Improve system font loading](https://github.com/siyuan-note/siyuan/issues/13356)
* [Generating block reference with a block that has ' character is causing weird behaviour](https://github.com/siyuan-note/siyuan/issues/13358)
* [Simplify document block paths in search results](https://github.com/siyuan-note/siyuan/issues/13364)
* [The browser clipping extension adds some experimental features](https://github.com/siyuan-note/siyuan/issues/13366)
* [Attribute panel - Database supports removing the current block](https://github.com/siyuan-note/siyuan/issues/13375)
* [Support flac audio asset playback](https://github.com/siyuan-note/siyuan/issues/13386)
* [Cannot double-click to preview them when image url include `%`](https://github.com/siyuan-note/siyuan/issues/13388)
* [Using the middle button to close a tab triggers pasting on Linux](https://github.com/siyuan-note/siyuan/pull/13395)
* [Improve setting appearance priority](https://github.com/siyuan-note/siyuan/issues/13404)

### Bugfix

* [The document in the mobile data history will be closed when you slide down](https://github.com/siyuan-note/siyuan/issues/13347)
* [No results found after clicking on the inline tag](https://github.com/siyuan-note/siyuan/issues/13351)
* [HTML tag search escaping issue](https://github.com/siyuan-note/siyuan/issues/13354)
* [The sequence number of the ordered list exported to .docx is incorrect](https://github.com/siyuan-note/siyuan/issues/13365)
* [File names ending with `.` will be considered as missing assets](https://github.com/siyuan-note/siyuan/issues/13368)
* [Full manual sync mode causes data conflicts](https://github.com/siyuan-note/siyuan/issues/13387)

### Development

* [Improve the operation of `Backspace` `Delete` `Tab` `Shift+Tab` after selecting a block or table cell](https://github.com/siyuan-note/siyuan/issues/13027)
* [Add a kernel API `/api/filetree/moveDocsByID`](https://github.com/siyuan-note/siyuan/issues/13247)
* [Remove editor input console log](https://github.com/siyuan-note/siyuan/issues/13346)
* [Add `disable`, `enable` method to Protyle](https://github.com/siyuan-note/siyuan/issues/13391)

## Download

* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
53 changes: 53 additions & 0 deletions app/changelogs/v3.1.15/v3.1.15_zh_CHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
## 概述

這個版本支持了鴻蒙系統。

## 變更記錄

以下是此版本中的詳細變更。

### 改進功能

* [改進 Alt+M 隱藏/顯示視窗](https://github.com/siyuan-note/siyuan/issues/12656)
* [改進資料庫單元格定位和編輯輸入框大小](https://github.com/siyuan-note/siyuan/issues/12708)
* [支援鴻蒙系統](https://github.com/siyuan-note/siyuan/issues/13184)
* [貼上時移除折疊標題的折疊狀態](https://github.com/siyuan-note/siyuan/issues/13232)
* [支援資料庫日期欄位少於 4 位元的年份](https://github.com/siyuan-note/siyuan/issues/13252)
* [改進資料庫描述的互動](https://github.com/siyuan-note/siyuan/issues/13262)
* [改進文件標籤添加互動](https://github.com/siyuan-note/siyuan/issues/13311)
* [改進工具提示](https://github.com/siyuan-note/siyuan/pull/13326)
* [改進導出區塊引用](https://github.com/siyuan-note/siyuan/issues/13331)
* [改進搜尋高亮](https://github.com/siyuan-note/siyuan/issues/13343)
* [改進範本搜尋](https://github.com/siyuan-note/siyuan/issues/13348)
* [改進匯出為 PDF 時的程式碼區塊分頁](https://github.com/siyuan-note/siyuan/issues/13349)
* [改進 HTML 剪藏](https://github.com/siyuan-note/siyuan/issues/13355)
* [改進系統字體載入](https://github.com/siyuan-note/siyuan/issues/13356)
* [產生包含 ' 字元的區塊引用時導致奇怪的行為](https://github.com/siyuan-note/siyuan/issues/13358)
* [簡化搜尋結果中的文件區塊路徑](https://github.com/siyuan-note/siyuan/issues/13364)
* [瀏覽器剪藏擴充功能加入了一些實驗性功能](https://github.com/siyuan-note/siyuan/issues/13366)
* [屬性面板 - 資料庫支援移除目前區塊](https://github.com/siyuan-note/siyuan/issues/13375)
* [支援 flac 音訊資源播放](https://github.com/siyuan-note/siyuan/issues/13386)
* [當圖像 URL 包含 `%` 時無法雙擊預覽](https://github.com/siyuan-note/siyuan/issues/13388)
* [在 Linux 上使用滑鼠中鍵關閉標籤頁會觸發貼上](https://github.com/siyuan-note/siyuan/pull/13395)
* [改進設定外觀優先權](https://github.com/siyuan-note/siyuan/issues/13404)

### 修復缺陷

* [行動端資料歷史中的文件在下滑時會關閉](https://github.com/siyuan-note/siyuan/issues/13347)
* [點選行級標籤後找不到結果](https://github.com/siyuan-note/siyuan/issues/13351)
* [HTML 標籤搜​​尋轉義問題](https://github.com/siyuan-note/siyuan/issues/13354)
* [匯出至 .docx 的有序列表序號不正確](https://github.com/siyuan-note/siyuan/issues/13365)
* [`.` 結尾的檔案名稱會被視為缺失資源](https://github.com/siyuan-note/siyuan/issues/13368)
* [完全手動同步模式導致資料衝突](https://github.com/siyuan-note/siyuan/issues/13387)

### 開發者

* [改進選擇區塊或表格儲存格後 `Backspace` `Delete` `Tab` `Shift+Tab` 的操作](https://github.com/siyuan-note/siyuan/issues/13027)
* [新增內核 API `/api/filetree/moveDocsByID`](https://github.com/siyuan-note/siyuan/issues/13247)
* [移除編輯器輸入控制台日誌](https://github.com/siyuan-note/siyuan/issues/13346)
* [為 Protyle 新增 `disable``enable` 方法](https://github.com/siyuan-note/siyuan/issues/13391)

## 下載

* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
53 changes: 53 additions & 0 deletions app/changelogs/v3.1.15/v3.1.15_zh_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
## 概述

该版本支持了鸿蒙系统。

## 变更记录

以下是此版本中的详细变更。

### 改进功能

* [改进 Alt+M 隐藏/显示窗口](https://github.com/siyuan-note/siyuan/issues/12656)
* [改进数据库单元格定位和编辑输入框大小](https://github.com/siyuan-note/siyuan/issues/12708)
* [支持鸿蒙系统](https://github.com/siyuan-note/siyuan/issues/13184)
* [粘贴时移除折叠标题的折叠状态](https://github.com/siyuan-note/siyuan/issues/13232)
* [支持数据库日期字段少于 4 位的年份](https://github.com/siyuan-note/siyuan/issues/13252)
* [改进数据库描述的交互](https://github.com/siyuan-note/siyuan/issues/13262)
* [改进文档标签添加交互](https://github.com/siyuan-note/siyuan/issues/13311)
* [改进工具提示](https://github.com/siyuan-note/siyuan/pull/13326)
* [改进导出块引用](https://github.com/siyuan-note/siyuan/issues/13331)
* [改进搜索高亮](https://github.com/siyuan-note/siyuan/issues/13343)
* [改进模板搜索](https://github.com/siyuan-note/siyuan/issues/13348)
* [改进导出为 PDF 时的代码块分页](https://github.com/siyuan-note/siyuan/issues/13349)
* [改进 HTML 剪藏](https://github.com/siyuan-note/siyuan/issues/13355)
* [改进系统字体加载](https://github.com/siyuan-note/siyuan/issues/13356)
* [生成包含 ' 字符的块引用时导致奇怪的行为](https://github.com/siyuan-note/siyuan/issues/13358)
* [简化搜索结果中的文档块路径](https://github.com/siyuan-note/siyuan/issues/13364)
* [浏览器剪藏扩展添加了一些实验性功能](https://github.com/siyuan-note/siyuan/issues/13366)
* [属性面板 - 数据库支持移除当前块](https://github.com/siyuan-note/siyuan/issues/13375)
* [支持 flac 音频资源播放](https://github.com/siyuan-note/siyuan/issues/13386)
* [当图像 URL 包含 `%` 时无法双击预览](https://github.com/siyuan-note/siyuan/issues/13388)
* [在 Linux 上使用鼠标中键关闭标签页会触发粘贴](https://github.com/siyuan-note/siyuan/pull/13395)
* [改进设置外观优先级](https://github.com/siyuan-note/siyuan/issues/13404)

### 修复缺陷

* [移动端数据历史中的文档在下滑时会被关闭](https://github.com/siyuan-note/siyuan/issues/13347)
* [点击行级标签后未找到结果](https://github.com/siyuan-note/siyuan/issues/13351)
* [HTML 标签搜索转义问题](https://github.com/siyuan-note/siyuan/issues/13354)
* [导出到 .docx 的有序列表序号不正确](https://github.com/siyuan-note/siyuan/issues/13365)
* [`.` 结尾的文件名会被视为缺失资源](https://github.com/siyuan-note/siyuan/issues/13368)
* [完全手动同步模式导致数据冲突](https://github.com/siyuan-note/siyuan/issues/13387)

### 开发者

* [改进选择块或表格单元格后 `Backspace` `Delete` `Tab` `Shift+Tab` 的操作](https://github.com/siyuan-note/siyuan/issues/13027)
* [添加内核 API `/api/filetree/moveDocsByID`](https://github.com/siyuan-note/siyuan/issues/13247)
* [移除编辑器输入控制台日志](https://github.com/siyuan-note/siyuan/issues/13346)
* [为 Protyle 添加 `disable``enable` 方法](https://github.com/siyuan-note/siyuan/issues/13391)

## 下载

* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
"version": "3.1.14",
"version": "3.1.15",
"description": "Refactor your thinking",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
Expand Down
2 changes: 1 addition & 1 deletion kernel/util/working.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
var Mode = "prod"

const (
Ver = "3.1.14"
Ver = "3.1.15"
IsInsider = false
)

Expand Down

0 comments on commit 5129ad9

Please sign in to comment.