We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707e9d5 commit ac9aa40Copy full SHA for ac9aa40
CHANGELOG.md
@@ -7,6 +7,12 @@
7
### Removed
8
9
10
+## [1.7.2] - 2022-07-27
11
+修复怨声载道的脚本崩溃问题...
12
+### Fixed
13
+- 修复若不存在PS动作却保存了配置,脚本有可能崩溃的问题
14
+- 修复如果配置中存有当前系统不存在的字体,脚本崩溃的问题,问题很严重且高发,因为配置会自动储存、启动时装载,很多时候表现为启动时崩溃
15
+
16
## [1.7.1] - 2021-09-23
17
### Changed
18
- 改进涂白功能填充颜色的精准度,之前取的点的颜色只采样单点,容易受文字附近的噪点干扰,已改为采样区域颜色
src/version.ts
@@ -1,3 +1,3 @@
1
namespace LabelPlus {
2
- export const VERSION: string = "1.7.1";
+ export const VERSION: string = "1.7.2";
3
}
0 commit comments