Skip to content

Commit

Permalink
🚀 new version and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Sep 9, 2024
1 parent 80c09af commit e50bdac
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2024-09-09] v1.6.7

- 🐛 fix: 修复打开日记却没有正确插入预约块的问题

## [2024-06-08] v1.6.6

- ✨ feat: 为 Reservation Tree Item 添加 popover icon
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-dailynote-today",
"version": "1.6.7",
"version": "1.6.8",
"description": "",
"main": ".src/index.js",
"keywords": [],
Expand Down
16 changes: 13 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"en_US": "Daily Note Today"
},
"url": "https://github.com/frostime/siyuan-dailynote-today",
"version": "1.6.7",
"version": "1.6.8",
"minAppVersion": "3.0.0",
"description": {
"zh_CN": "自动创建日记 + 快速打开日记 + 日程 TODO 管理 + 移动块功能",
Expand All @@ -28,5 +28,15 @@
"https://afdian.net/a/frostime"
]
},
"keywords": ["dailynote", "diary", "日记", "笔记", "日程", "TODO", "待办", "预约", "reservation"]
}
"keywords": [
"dailynote",
"diary",
"日记",
"笔记",
"日程",
"TODO",
"待办",
"预约",
"reservation"
]
}
9 changes: 4 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,22 @@
*/
"allowJs": true,
"checkJs": true,
"moduleDetection": "force",
"types": [
"node",
"vite/client",
"svelte"
],
"baseUrl": "./src",
"paths": {
"@/*": ["*"],
"@/components/*": ["components/*"],
"@/*": ["./src/*"],
"@/components/*": ["./src/components/*"],
}
},
"include": [
"tools/**/*.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
"src/**/*.svelte"
],
"references": [
{
Expand Down

0 comments on commit e50bdac

Please sign in to comment.