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 d2d2720 commit a30fd5cCopy full SHA for a30fd5c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [Unreleased]
4
+### Added
5
+### Changed
6
+### Fixed
7
+### Removed
8
+
9
10
## [1.7.1] - 2021-09-23
11
### Changed
12
- 改进涂白功能填充颜色的精准度,之前取的点的颜色只采样单点,容易受文字附近的噪点干扰,已改为采样区域颜色
src/version.ts
@@ -1,3 +1,3 @@
namespace LabelPlus {
- export const VERSION: string = "1.7.0";
+ export const VERSION: string = "1.7.1";
}
0 commit comments