update to 1.3.4

This commit is contained in:
Ted 2025-11-03 17:46:29 +08:00
parent 8c4294f9fa
commit e4a21c4f5a
8 changed files with 35 additions and 6 deletions

View file

@ -43,6 +43,9 @@ You can even use random browsing to meet your past selves from different periods
## How to Use
### Note Panel - Browse Card Notes
- You can setup a directory for the pulguin. The plugin only manages notes in this directory.
- The structure of notes and subdirectories in this directory is not important.
- Migrated notes to this directory will be managed by this plugin.
- Click the icon in the left sidebar, or use `Ctrl/Cmd + P` command to open the note panel
### Add New Notes

View file

@ -43,6 +43,9 @@
## 怎么用?
### 笔记面板,浏览卡片笔记
- 用户可以设置笔记目录,本插件只会管理该目录下的所有笔记。
- 该目录下笔记和子目录存放结构不再紧要。
- 已有笔记迁移到该目录之下,即可受本插件管理。
- 点击左边栏的图标,或通过`Ctrl/Cmd + P`命令,打开笔记面板
### 添加新笔记

View file

@ -1,6 +1,17 @@
### Changelog
#### 1.3.3 Changelog
#### 1.3.4
Improvements
- Added the banyan_config directory and moved the editor placeholder file here.
- Improved the description of the notes directory in the settings.
Fix
- Fixed the issue where notes added by the clipper plugin had no ID, which previously caused new notes to be improperly managed by this plugin.
#### 1.3.3
Improvements

View file

@ -1,5 +1,16 @@
### 更新日志
#### 1.3.4
优化
- 新增`banyan_config`目录,把编辑占位文件移到此处。
- 优化设置项中对笔记目录的描述。
修复
- 解决剪藏插件添加的笔记没有ID问题这曾导致新增笔记无法被本插件正确管理。
#### 1.3.3
优化

View file

@ -1,7 +1,7 @@
{
"id": "banyan",
"name": "Banyan",
"version": "1.3.3",
"version": "1.3.4",
"minAppVersion": "1.8.0",
"description": "A card-based homepage to browse, organize, and navigate notes effortlessly with multi-tag filtering.",
"author": "ratiger",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "banyan",
"version": "1.3.3",
"version": "1.3.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "banyan",
"version": "1.3.3",
"version": "1.3.4",
"license": "GPL-3.0-only",
"dependencies": {
"cal-heatmap": "^4.2.4",

View file

@ -1,6 +1,6 @@
{
"name": "banyan",
"version": "1.3.3",
"version": "1.3.4",
"description": "A card-based homepage to browse, organize, and navigate notes effortlessly with multi-tag filtering.",
"main": "main.js",
"scripts": {

View file

@ -14,5 +14,6 @@
"1.3.0": "1.8.0",
"1.3.1": "1.8.0",
"1.3.2": "1.8.0",
"1.3.3": "1.8.0"
"1.3.3": "1.8.0",
"1.3.4": "1.8.0"
}