Releases: likemuuxi/obsidian-modal-opener
Releases · likemuuxi/obsidian-modal-opener
Release list
1.3.3
1.3.2
v1.3.2
优化
- 优化设置修改后的重载流程,避免重启整个插件
- 新增
reloadHandlers方法,用于重新加载插件设置、样式与处理器 - 替换原本通过禁用/启用插件实现的粗暴重载方式
CI / Workflow
- 注释掉 release workflow 中旧的 zip 上传步骤
Improvements
- Optimized the reload flow after settings changes to avoid restarting the entire plugin
- Added a new
reloadHandlersmethod to reload plugin settings, styles, and handlers - Replaced the previous brute-force reload approach that relied on disabling and re-enabling the plugin
CI / Workflow
- Commented out the old zip upload step in the release workflow
1.3.1
1.3.0
- add menu options as commands
- adapt Bases items
- remove broken immersive translation
- Change the dark mode to default enabled
- 菜单选项添加为命令
- 适配 Bases 条目
- 移除失效的沉浸式翻译功能
- 黑暗模式修改为默认开启
1.2.9
1.2.8
1.2.7
- 调整按钮样式,统一间距与对齐。
- 目录弹窗改为基于按钮相对位置定位,跨主题显示一致。
- Adjust button styles, unify spacing and alignment.
- The directory pop-up window has been changed to be positioned based on the relative position of the button, and the display is consistent across themes.
1.2.6
1.2.5
- 修改设置描述:更新设置页面的描述文字,使说明更清晰。
- 优化关闭 Modal 窗口刷新:仅当模态窗口文件与当前标签页存在链接关系时刷新视图,以更新文件嵌入缩略图。
- Modify setting description: Updated the description text in the settings page for clarity.
- Improve modal close refresh: only refresh views when the modal file is linked to the active tab, updating embedded file thumbnails.
1.2.4
修复:通过右键菜单新建 Canvas 时,路径未按照设置的路径生成的问题。
新增:双击从预览模式进入编辑模式
Fix: When creating a new Canvas via the right-click menu, the path did not follow the configured setting.
New: Double-click to enter editing mode from preview mode.