Skip to content

Commit 123f977

Browse files
committed
chore: bump version to 1.2.0
1 parent 2b5a2d4 commit 123f977

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88
### Added
9-
- Implement color channel selector.
10-
- Implement brush hardness.
11-
- Implement brush strength.
12-
- Implement brush density.
139

1410
### Changed
15-
- Change min opacity of the view.
1611

1712
### Deprecated
1813

@@ -22,6 +17,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2217

2318
### Security
2419

20+
## [1.2.0] - 2025-08-30
21+
### Added
22+
- Implement color channel selector.
23+
- Implement brush hardness.
24+
- Implement brush strength.
25+
- Implement brush density.
26+
27+
### Changed
28+
- Change min opacity of the view.
29+
2530
## [1.1.0] - 2025-07-22
2631
### Added
2732
- Add overloads to check editing texture.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.nekobako.mask-texture-editor",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"displayName": "Mask Texture Editor",
55
"description": "A tool to draw mask textures in Unity Editor",
66
"unity": "2022.3",
@@ -9,5 +9,5 @@
99
"url": "https://nekobako.net"
1010
},
1111
"license": "MIT",
12-
"url": "https://github.com/nekobako/MaskTextureEditor/releases/download/1.1.0/net.nekobako.mask-texture-editor-1.1.0.zip"
12+
"url": "https://github.com/nekobako/MaskTextureEditor/releases/download/1.2.0/net.nekobako.mask-texture-editor-1.2.0.zip"
1313
}

0 commit comments

Comments
 (0)