From 43c781fd74bd465d0d9a072960cdd4e76c659bf2 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 8 Apr 2020 01:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 17aae4d..62e0bb0 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,3 @@ -#### 基于 V1.1.0 修复了哪些内容 - -- 文本输出窗口一闪就消失的 bug -- PHP 模式下无法输入 ` 执行`复制`动作 -> 获取相应变量 -> 打开插件继续运行, -但程序响应有延迟,导致窗口闪一下就消失了。 - -分支 [removeCopy](https://github.com/dofy/uTools-QuickerCommand/tree/removeCopy) 实现了一个舍弃 `copy` 动作的版本(也因为 `copy` 动作会污染用户剪贴板)。 - -但仍可以: 获取浏览器当前地址(通过 uTools API),文件路径需要用户先主动执行复制动作,暂时去掉了当前选中文本和 -Windows 下的 `pwd` 变量。 - # 快捷命令 V1.1.0 ## 简介 @@ -24,6 +6,16 @@ Windows 下的 `pwd` 变量。 ### 更新 +#### v1.1.1 + +- 新增`发送系统通知`的输出模式 By [imxiny](https://github.com/imxiny) +- 修复 php 无法输入