File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 1.3.0] - August 4, 2019
4
6
### Added
5
7
* Cylinder support!
6
8
* (Waiting to be enabled on Roblox's end.)*
70
72
* All settings will now be saved and will use the same value when relaunching Studio.
71
73
* Selection Box will now glow green or red depending if it is able to be converted the part selected or not.
72
74
73
- [ Unreleased ] : https://github.com/mkargus/PartToTerrain/compare/1.2.2...master
75
+ [ Unreleased ] : https://github.com/mkargus/PartToTerrain/compare/1.3.0...master
76
+ [ 1.3.0 ] : https://github.com/mkargus/PartToTerrain/compare/1.2.2...1.3.0
74
77
[ 1.2.2 ] : https://github.com/mkargus/PartToTerrain/compare/1.2.1...1.2.2
75
78
[ 1.2.1 ] : https://github.com/mkargus/PartToTerrain/compare/1.2.0...1.2.1
76
79
[ 1.2.0 ] : https://github.com/mkargus/PartToTerrain/compare/1.1.0...1.2.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if not plugin then
3
3
error (' Part to Terrain has to be ran as a plugin.' )
4
4
end
5
5
6
- local version = ' 1.2.2 '
6
+ local version = ' 1.3.0 '
7
7
8
8
-- Services
9
9
local mouse = plugin :GetMouse ()
You can’t perform that action at this time.
0 commit comments