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 8ef982e commit 750ffd1Copy full SHA for 750ffd1
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
### Added
5
+### Changed
6
+### Fixed
7
+### Removed
8
+
9
10
+## [1.5.0] - 2020-05-19
11
+### Added
12
- 增加PS文档模板功能:使用模板可以方便地实现一些格式设置,以替代之前一部分需要录制动作的操作
13
- PS文档功能UI选项:“自动”——根据当前系统语言自动选择模板;“不使用模板”——保持以前脚本的行为;“自定义模板”
14
- PS文档功能支持为每个标签分组自定义文本图层的样式,只需在模板文档中添加与分组同名的图层
src/version.ts
@@ -1,3 +1,3 @@
1
namespace LabelPlus {
- export const VERSION: string = "1.4.1";
+ export const VERSION: string = "1.5.0";
}
0 commit comments