Skip to content

Commit 19f2e1f

Browse files
committed
release 1.6.0
1 parent 5860b49 commit 19f2e1f

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.6.0] - 2021-03-14
11+
### Added
512
- 增强“预览匹配结果”按钮功能,显示名改为“检查图源匹配情况”,可以用它检查文件匹配(之前只在勾选“按顺序匹配图片”时可用),改用一个可滚动的文本框以显示大量内容
613
- 执行导入前,先检查图源、模板文件是否全部存在,有缺失则不继续执行,避免在运行过程中才发现错误
714
### Changed

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.5.0";
2+
export const VERSION: string = "1.6.0";
33
}

0 commit comments

Comments
 (0)