Releases: mkargus/PartToTerrain
Releases · mkargus/PartToTerrain
1.3.1
1.3.0
Added
- Cylinder support!
- Simplified Chinese localization!
- Follows Studio's language settings.
- New setting: Ignore locked parts. (Default set to false)
- Parts with their Locked property set to true will not be converted.
- A error message will now show up if the plugin is ran as a non-plugin.
Changed
- Each setting's description box no longer has a fixed height.
- Tooltip is slightly taller and now has a shadow.
- Simplified description for 'Check for updates' and 'Delete part when converted' settings.
- Moved the error message down to not block the Navbar.
- Reduced the minimum height the plugin widget.
Removed
- Rojo 0.4.x support
Fixed
- PluginMouse firing events when the plugin is closed.
- Check for updates will no longer run if the user is testing their games.
Full Changelog: 1.2.2...1.3.0
1.2.2
Fixed
- Fixed
attempt to index upvalue 'Terrain' (a nil value)
error.- Thanks to Roblox users MrPedro_1, brandonbrady1, EastCoastLaw for reporting the bug.
Full Changelog: 1.2.1...1.2.2
1.2.1
Fixed
- Tooltip showing up on the top left when hovering over the Navbar.
Full Changelog: 1.2.0...1.2.1
1.2.0
Added
- Rojo 0.5.x support
Changed
- Navbar (formerly "Bottom Bar") is now the top of the widget and has a new look
- Material image buttons no longer have a gray background behind them
- Air's image is now a blue trash can
- Scrollbar uses a different image and color combo
- Settings has a new look and a expand button to read the what the setting does rather than hovering over
- Tooltip no longer covers the image buttons and will move with your mouse.
Removed
- uiBuilder: Functions
CreateSettingBtn
andCreateGrid
Fixed
- Tooltip's
MouseEnter
andMouseLeave
state being overwritten. - Scrolling frames no longer show the scrollbar if its contents can be seen without scrolling.
Full Changelog: 1.1.0...1.2.0
1.1.0
- Added the ability to disable or enable the SelectionBox overlay when hovering over a part.
- Material and Setting tab frame will no longer show the scrollbar if all the items are already shown without needing to scroll.
- Fixed a bug when plugins get reloaded, Part to terrain would stay active and made a second SelectionBox.
- Various changes on update checker & notice:
- Checker: In case Roblox servers go down, the plugin will no longer throw an HTTP error.
- Made the font size slightly smaller.
- Now shows what version is the latest.
- Various changes on Settings tab:
- Added a description for each setting item when hovered over.
- Smaller list layout padding (3px -> 1px)
- Changed color style
Full Changelog: 1.0.0...1.1.0