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 5860b49 commit 19f2e1fCopy full SHA for 19f2e1f
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
### Added
5
+### Changed
6
+### Fixed
7
+### Removed
8
+
9
10
+## [1.6.0] - 2021-03-14
11
+### Added
12
- 增强“预览匹配结果”按钮功能,显示名改为“检查图源匹配情况”,可以用它检查文件匹配(之前只在勾选“按顺序匹配图片”时可用),改用一个可滚动的文本框以显示大量内容
13
- 执行导入前,先检查图源、模板文件是否全部存在,有缺失则不继续执行,避免在运行过程中才发现错误
14
### Changed
src/version.ts
@@ -1,3 +1,3 @@
1
namespace LabelPlus {
- export const VERSION: string = "1.5.0";
+ export const VERSION: string = "1.6.0";
}
0 commit comments