Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus committed Jul 11, 2020
1 parent d8313ba commit 3b1fbae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Changelog

## [Unreleased]

## [1.4.0] - July 11, 2020
### Added
* Korean localization
### Changed
* Deafult material when launched is now grass rather than air.
* Wedges now use Roblox's `FillWedge` function which allows for a full wedge shape rather than only converting the top part of the wedge.
* Adjusted padding for cylinders so that large converted cylinders will be larger than expected.
#### UI
* Rewritten to use Roact.
* Settings now has a proper toggle button reather than a checkbox.
* Items in settings will now have a "Enabled" or "Disabled" text next to the toggle buttons.
* Update notifier no longer uses a orange background

### Fixed
* Missing selected image when material is selected

## [1.3.1] - August 24, 2019
### Fixed
* Cylinders using the wrong orientation when being converted.
Expand Down Expand Up @@ -87,7 +90,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.3.1...master
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.4.0...master
[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
[1.3.0]: https://github.com/mkargus/PartToTerrain/compare/1.2.2...1.3.0
[1.2.2]: https://github.com/mkargus/PartToTerrain/compare/1.2.1...1.2.2
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Constants.OUTLINE_COLOR_GREEN = Color3.fromRGB(67, 160, 71)
Constants.OUTLINE_COLOR_RED = Color3.fromRGB(229, 57, 53)

Constants.IS_DEV_CHANNEL = false
Constants.VERSION = '1.3.1'
Constants.VERSION = '1.4.0'
Constants.UPDATE_CHECKER_ID = 2673110695
Constants.DEV_UPDATE_CHECKER_ID = 4685764627

Expand Down

0 comments on commit 3b1fbae

Please sign in to comment.