Releases: Zuoqiu-Yingyi/utools-siyuan
Releases · Zuoqiu-Yingyi/utools-siyuan
utools-siyuan v0.1.3
v0.1.3/2023-12-15
- v0.1.2 ... v0.1.3
- #7 支持在 uTools 窗口中打开搜索结果 | Support opening search results in uTools window.
- 改进配置切换交互 | Improve configuration switching interaction.
utools-siyuan v0.1.2
v0.1.2/2023-05-14
- v0.1.1 ... v0.1.2
- 支持在设置界面中设置打开搜索结果的方案 | Support setting the scheme to open the search results in the settings interface.
- 桌面端 | Desktop
- 浏览器 | Browser
- 渐进式网络应用 | Progressive Web Application (PWA)
- #5 修复块类型过滤选项保存问题 | Fix the issue of block type filter option save.
- #4 支持在插件配置界面设置每次搜索时加载的搜索结果分页数量 | Support setting the number of search results pages loaded each time in the plugin configuration interface.
utools-siyuan v0.1.1
v0.1.1/2023-05-07
- v0.1.0 ... v0.1.1
- 升级环境依赖 | Upgrade environment dependencies.
- #2 构建时禁用最小化混淆 | Disable minification during build.
utools-siyuan v0.1.0
v0.1.0/2023-02-11
- 初始化项目 | Init project
- 添加项目依赖
utools-api-types
与utools-helper
| Add dependenciesutools-api-types
andutools-helper
. - 创建功能
config
| Create a featureconfig
. - 配置 vite 生产环境打包选项 | Config vite production build options.
- 实现插件应用配置页面 | Implement plugin application configuration page.
- 实现插件应用配置数据持久化 | Implement plugin application configuration data persistence.
- 实现搜索功能 | Implement search feature.
- 将 vite 生产环境打包选项设置为
commonjs
| Set vite production build options tocommonjs
. preload.js
与index.html
分别构建 | Buildpreload.js
andindex.html
separately.- 优化搜索功能 | Optimize search feature.
- 搜索输入框为空时显示最近打开的文档 | Display the most recently opened document when the search input box is empty.
- 修复搜索目录树选择器图标问题 | Fix search directory tree selector icon problem.
- 完善项目文档 | Improve project documentation.