Skip to content

Commit 887eb60

Browse files
committed
Update update-instruction
1 parent dba9ff6 commit 887eb60

File tree

4 files changed

+61
-46
lines changed

4 files changed

+61
-46
lines changed
Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,41 @@
11
# Update Announcement
22

3-
Ladies and gentlemen, hello everyone
3+
[toc]
44

5-
Received donations from several individuals, fisher、最爱喝兽奶、π、深山老林、ᨳິ 🦋 ദິ🥀 [direct jump](sponsor?tabs=sponsorList)
5+
Hello, knights
66

7-
Also, thank you 572 * * * 168 for their long article suggestions on this application
7+
Thank you to several heroes such as **俊, 小睡侠, 流浪者, 无名侠客, **for their donations and encouragement. Special thanks
88

9-
There are not many updates in this issue, mainly focusing on fixing and optimizing the previous version
9+
The development of the project cannot be separated from everyone's support. Interested friends can support it by [going to donate](sponsor)
10+
11+
This project has received its first PR submitted by other contributors, and we would like to express our special thanks to [Memoyu](https://github.com/Memoyu )
12+
13+
The focus of this issue is the update of privacy mode. Originally, privacy mode only supported diaries, but now it supports diaries, tags, files, locations, and more.
1014

1115
## New addition
1216

13-
* After the search results jump to the search page, automatically open the keyword highlight search [click try](search)
14-
* Support parsing the sharing links of decks for Hearthstone Box, NetEase Dashen, and Travel Mage Campsite [click view](#Example-of-Deck-Sharing-Link)
15-
* Backup includes settings
17+
* Desktop image preview supports mouse scroll zoom (from [Memoyu](https://github.com/Memoyu) the contribution)
18+
* Add table button to toolbar
19+
* Add audio and video auto play option [direct jump](diarySetting)
20+
* Desktop add outline option [direct jump](outlineSetting)
21+
* Privacy mode supports diary, tag, file, location [direct jump](privicyMode)
1622

1723
## Repair
1824

19-
* Username and signature display errors
20-
* Rename input box with no content
21-
* When the content contains HTML tags, there is an abnormality in the highlighted search of keywords on the reading page
22-
* Cannot jump correctly when the URL Scheme contains query parameters
23-
* When the anchor link is not in English, it cannot be jump
25+
* Cannot add files in formats such as. flac. mkv. gifv
26+
* Clicking on the avatar incorrectly redirects to user settings
27+
* The pop-up verification containing the form has failed
28+
* The modification of displaying weather mood text did not take effect immediately in other pop ups
29+
* Incorrect cursor position after inserting media file
30+
* When in plain text mode, receiving files from shared sources generates an error message
31+
* After adding tags and locations, they are not immediately displayed
32+
* Export order error
33+
* When restoring a backup, the old avatar may not have been deleted
34+
* Incorrect writing to default settings during backup recovery
35+
* Local area network transmission sequence error
2436

2537
## Optimization
2638

27-
* Prevent unexpected sliding
28-
* Move the switch for displaying text when selecting weather and mood to the selection pop-up window
29-
* Hide unsupported features in the results of feature search
30-
* Partial text description is more accurate
31-
32-
## Example of Deck Sharing Link
33-
34-
A very interesting Mill Warlock
35-
36-
https://www.iyingdi.com/share/deck/deck.html?game=hearthstone&id=9493595
39+
* Update the icons of some buttons in the toolbar
40+
* CSS styles related to the status bar take effect faster
41+
* Ignore settings that may affect security when backing up or restoring backups
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.3.8"
1+
"1.6.3"
Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,41 @@
11
# 更新公告
22

3+
[toc]
4+
35
各位侠客们,大家好
46

5-
收到 fisher、最爱喝兽奶、π、深山老林、ᨳິ 🦋 ദິ🥀 几位侠客的捐助和鼓励,特别感谢 [直接跳转](sponsor?tabs=sponsorList)
7+
感谢 **俊、小睡侠、流浪者、无名侠客、**亮 等几位侠客的捐助和鼓励,特别感谢
8+
9+
项目的发展离不开大家的支持,感兴趣的朋友可以支持一下 [去捐助](sponsor)
610

7-
另外,感谢 572***168 对本应用的长文建议
11+
此项目迎来了第一个由其他贡献者提交的pr,特别感谢 [Memoyu](https://github.com/Memoyu)
812

9-
本期更新内容不多,主要是对上个版本的修复和优化
13+
本期的重点是隐私模式的更新,原本隐私模式只支持日记,现在已经支持日记、标签、文件、位置等等。
1014

1115
## 新增
1216

13-
* 搜索页面搜索结果跳转后,自动打开关键词高亮搜索 [点击尝试](search)
14-
* 支持解析炉石盒子、网易大神、旅法师营地的卡组分享链接 [点击查看](#卡组分享链接示例)
15-
* 备份包含设置
17+
* 桌面端图片预览支持鼠标滚轮缩放(来自 [Memoyu](https://github.com/Memoyu) 的贡献)
18+
* 工具栏增加表格按钮
19+
* 增加音视频自动播放选项 [直接跳转](diarySetting)
20+
* 桌面端增加大纲选项 [直接跳转](outlineSetting)
21+
* 隐私模式支持日记、标签、文件、位置 [直接跳转](privacyMode)
1622

1723
## 修复
1824

19-
* 用户名和签名显示错误
20-
* 重命名输入框无内容
21-
* 内容包含html标签时,阅读页面关键词高亮搜索出现异常
22-
* UrlScheme包含查询参数时,无法正确跳转
23-
* 锚点链接不是英文时,无法跳转
25+
* 不能添加.flac .mkv .gifv等格式的文件
26+
* 点击头像错误的跳转到用户设置
27+
* 包含表单的弹窗验证失效
28+
* 显示天气心情文本的修改在其他弹窗没有立即生效
29+
* 插入媒体文件后,光标位置不正确
30+
* 纯文本模式时,接收来自分享的文件报错
31+
* 添加标签、位置后,没有立即显示出来
32+
* 导出顺序错误
33+
* 恢复备份时,旧的头像可能未被删除
34+
* 恢复备份时,错误的写入默认设置
35+
* 局域网传输顺序错误
2436

2537
## 优化
2638

27-
* 阻止出现意外的滑动
28-
* 天气、心情选择时显示文本的开关的位置移动到选择弹窗上
29-
* 功能搜索的结果隐藏不支持的功能
30-
* 部分文本描述更准确
31-
32-
## 卡组分享链接示例
33-
34-
一套很有意思的疲劳术
35-
36-
https://www.iyingdi.com/share/deck/deck.html?game=hearthstone&id=9493595
39+
* 更新工具栏部分按钮的图标
40+
* 状态栏相关的css样式更快的生效
41+
* 备份或恢复备份时,忽略可能影响安全的设置

src/SwashbucklerDiary.Rcl/wwwroot/json/sponsor/sponsor-list.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[
1+
[
22
"墨子赋",
33
"***欣",
44
"闲野",
@@ -9,5 +9,10 @@
99
"最爱喝兽奶",
1010
"π",
1111
"深山老林",
12-
"ᨳິ 🦋 ദິ🥀"
12+
"ᨳິ 🦋 ദິ🥀",
13+
"**俊",
14+
"小睡侠",
15+
"流浪者",
16+
"无名侠客",
17+
"**亮"
1318
]

0 commit comments

Comments
 (0)