Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus committed Aug 4, 2021
1 parent 734aff1 commit a96f466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [1.5.1] - August 4, 2021
### Changed
* Parts with a Mesh parent will now take into account the mesh's `Scale` and `Offset` properties
### Fixed
Expand All @@ -9,8 +11,6 @@
* Spam clicking the plugin will no longer error out and hang. (This is because the `MarketplaceService::GetProductInfo` ratelimit and yielding nature)
* Plugin should no longer have a tiny delay when closing. (Same reason as above)



## [1.5.0] - June 24, 2021
### Added
* Preserving already existing terrain.
Expand Down Expand Up @@ -118,7 +118,8 @@
* All settings will now be saved and will use the same value when relaunching Studio.
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.

[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.0...main
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.1...main
[1.5.1]: https://github.com/mkargus/PartToTerrain/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/mkargus/PartToTerrain/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/mkargus/PartToTerrain/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/mkargus/PartToTerrain/compare/1.3.0...1.3.1
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(229, 57, 53)
-- Update Checking
----------------------------------------
Constants.IS_DEV_CHANNEL = false
Constants.VERSION = '1.5.0'
Constants.VERSION = '1.5.1'
Constants.UPDATE_CHECKER_ID = 261634767
Constants.DEV_UPDATE_CHECKER_ID = 4685764627

Expand Down

0 comments on commit a96f466

Please sign in to comment.