Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkargus committed Sep 24, 2024
1 parent 0ecd6f5 commit 4eb6f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.7.0] - September 24. 2024
### Added
* Added Deutsch and Vietnamese localization
### Changed
Expand Down Expand Up @@ -183,7 +185,8 @@ This update is mostly internal UI cleanup and adoption of roact-hooks.
* 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.6.2...main
[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.7.0...main
[1.7.0]: https://github.com/mkargus/PartToTerrain/compare/1.6.2...1.7.0
[1.6.2]: https://github.com/mkargus/PartToTerrain/compare/1.6.1...1.6.2
[1.6.1]: https://github.com/mkargus/PartToTerrain/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/mkargus/PartToTerrain/compare/1.5.4...1.6.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(211, 47, 47)
-- Update Checking
----------------------------------------
Constants.IS_DEV_CHANNEL = false
Constants.VERSION = '1.6.2'
Constants.VERSION = '1.7.0'
Constants.UPDATE_CHECKER_ID = 261634767
Constants.DEV_UPDATE_CHECKER_ID = 4685764627

Expand Down

0 comments on commit 4eb6f8e

Please sign in to comment.