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 a4aed87 commit 87b8bedCopy full SHA for 87b8bed
CHANGELOG.md
@@ -7,6 +7,10 @@
7
### Removed
8
9
10
+## [1.4.1] - 2020-01-16
11
+### Fixed
12
+- 修复“执行动作组”功能,保存配置项失效的问题
13
+
14
## [1.4.0] - 2020-01-12
15
### Changed
16
- 发布时不再区分中、英文版本,由Photoshop中设置的语言自动切换
src/version.ts
@@ -1,3 +1,3 @@
1
namespace Global {
2
- export const VER: string = "1.4.0";
+ export const VER: string = "1.4.1";
3
}
0 commit comments