-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from pontem-network/1.31.1
1.32.0
- Loading branch information
Showing
124 changed files
with
1,344 additions
and
1,879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# INTELLIJ MOVE CHANGELOG: 1.32.0 | ||
|
||
13 Dec 2023 | ||
|
||
## Fixes | ||
|
||
* Remove bundled `aptos-cli` for MacOS. | ||
|
||
* Fix endless loop if project is opened in an invalid Aptos root. | ||
|
||
* Remove "New Project" functionality in Intellij IDEA, it never worked correctly. | ||
|
||
## Internal | ||
|
||
* Add support for 2023.3. | ||
|
||
* Drop 2022.3. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||
# for insight into build numbers and IntelliJ Platform versions. | ||
pluginSinceBuild = 223 | ||
pluginUntilBuild = 223.* | ||
pluginSinceBuild = 233 | ||
pluginUntilBuild = 233.* | ||
|
||
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties | ||
platformType = PC | ||
platformVersion = 2022.3 | ||
platformVersion = 2023.3 | ||
|
||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html | ||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 | ||
platformPlugins = org.toml.lang | ||
verifierIdeVersions = PC-2022.3 | ||
verifierIdeVersions = PC-2023.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.