Skip to content

Commit

Permalink
Added 2023.2 Build Support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Aug 27, 2023
1 parent d759ad7 commit 7736087
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# AMII Changelog

## [1.1.8]

### Added

- Initial 2023.2 Build Support


## [1.1.7] (they put the mamsnrhbr chehfde in the soder)

### Fixed
Expand Down
8 changes: 2 additions & 6 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
### Fixed
### Added

- Migrated to newer platform APIs.

### Changed

- Raised the lowest supported version to 2021.3
- Initial 2023.2 Build Support

8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@

pluginGroup = io.unthrottled
pluginName_ = Anime Memes
pluginVersion = 1.1.7
pluginVersion = 1.1.8
pluginSinceBuild = 213
pluginUntilBuild = 231.*
pluginUntilBuild = 232.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2021.3,2022.1

platformType = IU
platformVersion = 2022.3.2
platformVersion = 2023.2
platformDownloadSources = true
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java,com.jetbrains.php:203.4449.22
platformPlugins = io.acari.DDLCTheme:88.3-1.8.0,NodeJS,Dart:223.8888,io.flutter:72.1.4
platformPlugins = NodeJS,Dart:232.8660.129,io.flutter:75.0.4

idePath=
#idePath=/Users/alexsimons/Library/Application Support/JetBrains/Toolbox/apps/Rider/ch-0/231.8109.48/Rider EAP.app/Contents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ private fun buildUpdateMessage(updateAsset: String): String =
"""
What's New?<br>
<ul>
<li>Migrated to new platform APIs</li>
<li>Raised the lowest supported platform version to 2021.3</li>
<li>Added 2023.2 build support</li>
</ul>
<br>See the <a href="https://github.com/ani-memes/AMII#documentation">documentation</a> for features, usages, and configurations.
<br>The <a href="https://github.com/ani-memes/AMII/blob/master/CHANGELOG.md">changelog</a> is available for more details.
Expand Down

0 comments on commit 7736087

Please sign in to comment.