Skip to content

Commit

Permalink
Merge pull request #53 from mdddj/2.1.0
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
mdddj committed Aug 17, 2024
2 parents 614c925 + 2bacba0 commit 365e584
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [2.0.7] -2024-08-17
## [2.1.0] -2024-08-17

- Upgrade compatibility for 2024.2 (IU)
- Fixed the problem of salvo api blank list in some scenarios
Expand Down
12 changes: 7 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "shop.itbug"
version = "2.0.8"
version = "2.1.0"

repositories {
mavenCentral()
Expand All @@ -27,12 +27,14 @@ repositories {
//rustRover("2024.1.5")
//bundledPlugins("JavaScriptBase","com.jetbrains.rust","org.toml.lang")
// IDEA
//intellijIdeaUltimate("2024.2")
//plugins("com.jetbrains.rust:242.20224.309")
//bundledPlugins("org.toml.lang","JavaScript")

dependencies {
intellijPlatform {
intellijIdeaUltimate("2024.2")
plugins("com.jetbrains.rust:242.20224.309")
bundledPlugins("org.toml.lang","JavaScript")
rustRover("2024.1.5")
bundledPlugins("JavaScriptBase","com.jetbrains.rust","org.toml.lang")
zipSigner()
instrumentationTools()
}
Expand Down Expand Up @@ -77,7 +79,7 @@ tasks {


patchPluginXml {
sinceBuild.set("242.20000")
sinceBuild.set("241.17890")
untilBuild.set("242.*")
changeNotes.set(myChangeLog)
pluginDescription.set(descText)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<vendor email="hlxsmail@gmail.com" url="https://itbug.shop">梁典典</vendor>
<depends>com.intellij.modules.platform</depends>
<depends>com.jetbrains.rust</depends>
<depends>JavaScript</depends>
<depends>JavaScriptBase</depends>
<depends>org.toml.lang</depends>
<resource-bundle>messages.pluginBundle</resource-bundle>
<projectListeners>
Expand Down

0 comments on commit 365e584

Please sign in to comment.