diff --git a/CHANGELOG.md b/CHANGELOG.md index 549fbc2..990c756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ > ## Feature > - feat: [PRO] support export csv when using table view and filter in table; > - feat: [PRO] support thino mobile navbar button for quick access to thino editor; +> - feat: [PRO] support always show status text when enable date-picker; +> - feat: [PRO] support create new query based on current query when using inline query filter; +> ## Fixes +> - style: fix image width issue; > [!note]- 中文 > ## 特性 > - 特性:[PRO] 在表格视图筛选后中支持导出 csv; > - 特性:[PRO] 支持 Thino 移动端导航栏按钮,用于快速访问 Thino 编辑器; +> - 特性:[PRO] 在启用日期选择器时始终显示状态文本; +> - 特性:[PRO] 在使用顶部检索式按钮时支持基于当前检索式创建新的检索式; +> ## 修复 +> - 样式:修复图片宽度问题; # 2.4.33 diff --git a/manifest-beta.json b/manifest-beta.json index 3cd4037..4f8d314 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { "id": "obsidian-memos", "name": "Thino", - "description": "Capturing ideas and save them into daily notes.", + "description": "Capturing ideas and save them into daily notes. (Closed source)", "version": "2.4.33", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, "minAppVersion": "1.0.0" -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index 3cd4037..4f8d314 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-memos", "name": "Thino", - "description": "Capturing ideas and save them into daily notes.", + "description": "Capturing ideas and save them into daily notes. (Closed source)", "version": "2.4.33", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, "minAppVersion": "1.0.0" -} \ No newline at end of file +}