Skip to content

Commit 750ffd1

Browse files
committed
release 1.5.0
1 parent 8ef982e commit 750ffd1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44
### Added
5+
### Changed
6+
### Fixed
7+
### Removed
8+
9+
10+
## [1.5.0] - 2020-05-19
11+
### Added
512
- 增加PS文档模板功能:使用模板可以方便地实现一些格式设置,以替代之前一部分需要录制动作的操作
613
- PS文档功能UI选项:“自动”——根据当前系统语言自动选择模板;“不使用模板”——保持以前脚本的行为;“自定义模板”
714
- PS文档功能支持为每个标签分组自定义文本图层的样式,只需在模板文档中添加与分组同名的图层

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
namespace LabelPlus {
2-
export const VERSION: string = "1.4.1";
2+
export const VERSION: string = "1.5.0";
33
}

0 commit comments

Comments
 (0)