Skip to content

Commit

Permalink
🔀 Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Sep 9, 2024
2 parents c1016c8 + e50bdac commit 38f7d4e
Show file tree
Hide file tree
Showing 16 changed files with 612 additions and 443 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
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"name": "siyuan-dailynote-today",
"version": "1.6.6",
"version": "1.6.8",
"description": "",
"main": ".src/index.js",
"keywords": [],
"author": "frostime",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"make-link": "node ./scripts/make_dev_link.js",
"replace-plugin": "node ./scripts/replace_plugin.js",
"make-link": "node --no-warnings ./scripts/make_dev_link.js",
"make-link-win": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File ./scripts/elevate.ps1 -scriptPath ./scripts/make_dev_link.js",
"dev": "vite build --watch",
"build": "vite build"
"build": "vite build",
"update-version": "node --no-warnings ./scripts/update_version.js",
"make-install": "vite build && node --no-warnings ./scripts/make_install.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^20.11.29",
"chrono-node": "^2.6.3",
Expand All @@ -24,8 +26,8 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.72.0",
"siyuan": "0.9.9",
"svelte": "^4.2.17",
"siyuan": "1.0.2",
"svelte": "^4.2.19",
"sy-plugin-changelog": "^0.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
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.6",
"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"
]
}
Loading

0 comments on commit 38f7d4e

Please sign in to comment.