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 91886b7 commit 89e059dCopy full SHA for 89e059d
CHANGELOG.md
@@ -7,6 +7,10 @@
7
### Removed
8
9
10
+## [1.7.4] - 2024-09-21
11
+### Changed
12
+- 兼容翻译文本编码格式UTF-8 with BOM或UTF-8,增强与其他兼容的工具导出的文本的兼容性,原先似乎与操作系统相关,win下为UTF-8 with BOM
13
+
14
## [1.7.3] - 2022-09-12
15
### Fixed
16
- 修复载入字体配置功能失效的问题
src/version.ts
@@ -1,3 +1,3 @@
1
namespace LabelPlus {
2
- export const VERSION: string = "1.7.3";
+ export const VERSION: string = "1.7.4";
3
}
0 commit comments