Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus committed Feb 4, 2022
1 parent 9c225b8 commit 2af2df4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [1.5.3] - February 4, 2022
### Changed
* Material buttons will now only re-render itself if it's been selected or needs to be deselected
* Tooltip is no longer created immediately in the background.
Expand Down Expand Up @@ -137,7 +139,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.2...main
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.3...main
[1.5.3]: https://github.com/mkargus/PartToTerrain/compare/1.5.2...1.5.3
[1.5.2]: https://github.com/mkargus/PartToTerrain/compare/1.5.1...1.5.2
[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
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(229, 57, 53)
-- Update Checking
----------------------------------------
Constants.IS_DEV_CHANNEL = false
Constants.VERSION = '1.5.2'
Constants.VERSION = '1.5.3'
Constants.UPDATE_CHECKER_ID = 261634767
Constants.DEV_UPDATE_CHECKER_ID = 4685764627

Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mkargus/parttoterrain"
version = "1.5.2"
version = "1.5.3"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

Expand Down

0 comments on commit 2af2df4

Please sign in to comment.