Skip to content

Commit fd42ab2

Browse files
committed
1.6.2
1 parent 7553843 commit fd42ab2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [1.6.2] - November 24, 2023
6+
This update is mostly internal UI cleanup and adoption of roact-hooks.
7+
### Fixed
8+
* Fixed missing Cylinder (Part using CylinderMesh) outline.
9+
510
## [1.6.1] - July 14, 2023
611
### Added
712
* Added support to `Part.Shape = Wedge`
@@ -172,7 +177,9 @@
172177
* All settings will now be saved and will use the same value when relaunching Studio.
173178
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.
174179

175-
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.6.0...main
180+
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.6.2...main
181+
[1.6.2]: https://github.com/mkargus/PartToTerrain/compare/1.6.1...1.6.2
182+
[1.6.1]: https://github.com/mkargus/PartToTerrain/compare/1.6.0...1.6.1
176183
[1.6.0]: https://github.com/mkargus/PartToTerrain/compare/1.5.4...1.6.0
177184
[1.5.4]: https://github.com/mkargus/PartToTerrain/compare/1.5.3...1.5.4
178185
[1.5.3]: https://github.com/mkargus/PartToTerrain/compare/1.5.2...1.5.3

src/Util/Constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(229, 57, 53)
1313
-- Update Checking
1414
----------------------------------------
1515
Constants.IS_DEV_CHANNEL = false
16-
Constants.VERSION = '1.6.1'
16+
Constants.VERSION = '1.6.2'
1717
Constants.UPDATE_CHECKER_ID = 261634767
1818
Constants.DEV_UPDATE_CHECKER_ID = 4685764627
1919

wally.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "mkargus/parttoterrain"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
registry = "https://github.com/UpliftGames/wally-index"
55
realm = "shared"
6+
private = true
67

78
[dependencies]
89
Roact = "roblox/roact@=1.4.4"

0 commit comments

Comments
 (0)