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 ad85bcd commit dd7dca7Copy full SHA for dd7dca7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [Unreleased]
4
+### Added
5
+### Changed
6
+### Fixed
7
+### Removed
8
+
9
10
## [1.6.1] - 2021-09-17
11
### Fixed
12
- 修复涂白功能在高DPI图片下可能将对话框的边缘覆盖的问题
src/version.ts
@@ -1,3 +1,3 @@
namespace LabelPlus {
- export const VERSION: string = "1.6.0";
+ export const VERSION: string = "1.6.1";
}
0 commit comments