Update version to 2.2.3

This commit is contained in:
Jiaxin Peng
2024-02-19 20:51:47 +00:00
parent 9e15044f6a
commit ee5aada1b9
5 changed files with 14 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
[//]: # ([![Github all releases](https://img.shields.io/github/downloads/jxpeng98/obsidian-to-NotionNext/total.svg)](https://GitHub.com/jxpeng98/obsidian-to-NotionNext/releases/))
[中文文档](README-zh.md)
**Now, support both NotionNext and General databases with customised properties.**
@@ -15,13 +16,18 @@
## TODO List
- [x] Support custom properties for Notion General database. 支持自定义属性
- [ ] Modify the Edit function for the custom properties. 改进自定义属性的编辑功能
- [ ] Support group upload with one click 支持一键多数据库上传
- [x] Support custom properties for Notion General database. 支持自定义属性
- [x] Support preview for database details in plugin settings. 支持预览数据库详情
- [x] Support edit for database details in plugin settings. 支持编辑数据库详情
## Update
### 2.2.3
- Fix a bug that 'text' property cannot be synchronized. 修复了一个无法同步'text'属性的bug。
### 2.2.2
- Fix the setting description of database. 修复数据库设置的描述错误。