mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
12 KiB
12 KiB
IntelliJ Platform Plugin Template Changelog
[Unreleased]
Changed
- Update
platformVersionto2021.1.3for compatibility with Apple M1 - Change since/until build to
211-213.*(2021.1 - 2021.3) - Upgrade Gradle Wrapper to
7.4 - Dependencies - upgrade
org.jetbrains.intellijto1.4.0 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actionto4.2.5
[1.1.1]
Changed
- GitHub Actions - fixed duplicated
.zipextension in artifact file's name of the build flow - Upgrade Gradle Wrapper to
7.3.3 - Dependencies - upgrade
org.jetbrains.intellijto1.3.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.6.10 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actionto4.2.3 - Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.7
[1.1.0]
Added
- GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts
Changed
- Dependencies - upgrade
org.jetbrains.intellijto1.3.0 - Dependencies - upgrade
org.jetbrains.changelogto1.3.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.6.0 - Dependencies (GitHub Actions) - upgrade
jtalk/url-health-check-actionto2 - Dependencies (GitHub Actions) - upgrade
actions/checkoutto2.3.5 - GitHub Actions general performance refactoring
- GitHub Actions - prepare plugin archive content to be archived once
- GitHub Actions - patch changelog only if change notes are provided
- Update
pluginUntilBuildto include213.*(2021.3.*) - Upgrade Gradle Wrapper to
7.3
Fixed
- Fixed passing change notes from
CHANGELOG.mdto the Release Draft - Fixed passing updated change notes from the Release Draft to
patchChangelogGradle task - Fixed
QODANA_SHOW_REPORTenvironment variable resolving for Gradle6.x
Removed
- Removed the
pluginVerifierIdeVersionsconfiguration to use default IDEs list provided by thelistProductsReleasestask forrunPluginVerifier - Removed
platformDownloadSourcesfrom Gradle configuration to use default value - Removed
updateSinceUntilBuild.set(true)from Gradle configuration to use default value
[1.0.0]
Added
- Plugin Signing
- Qodana integration
- Functional tests
- Compatibility with Java 11
Run QodanaandRun IDE for UI Testsrun configurations- Use Gradle
wrappertask to handle Gradle updates - JVM compatibility version extracted to
gradle.propertiesfile - Suppress
UnusedPropertyinspection for thekotlin.stdlib.default.dependencyingradle.properties
Changed
- GitHub Actions: Use Java 11
- GitHub Actions: Update Build and Release flows
- GitHub Actions: Use Gradle cache provided with
actions/setup-java - Update
pluginVerifierIdeVersionsto2020.3.4, 2021.1.3, 2021.2.1 - Change since/until build to
203-212.* - Upgrade Gradle Wrapper to
7.2 - Gradle – Changelog plugin configuration update
- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.5.30 - Dependencies - upgrade
org.jetbrains.changelogto1.3.0 - Dependencies - upgrade
org.jetbrains.intellijto1.1.6 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifacttov2.2.4
Fixed
- Use
DynamicBundleinstead ofAbstractBundleinMyBundle.kt
Removed
- Removed
detekt/ktlintintegration
[0.10.1]
Added
- Introduced
nextbranch in the root repository to makemainalways a stable one
Changed
- Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.6 - Trigger GitHub Actions
Buildworkflows only on pushes tomainbranch or pull request to avoid duplicated checks
[0.10.0]
Changed
- Remove reference to the
jcenter()from Gradle configuration file - Update
pluginVerifierIdeVersionsto2020.2.4, 2020.3.4, 2021.1.2 - Update
pluginUntilBuildto include211.*(2021.1.*) - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.5.10 - Dependencies - upgrade
detekt-formatting fromto1.17.1 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.17.1 - Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.5 - Dependencies (GitHub Actions) - upgrade
actions/checkouttov2.3.4 - Dependencies (GitHub Actions) - upgrade
actions/upload-release-assettov1.0.2 - Dependencies (GitHub Actions) - upgrade
actions/create-releasetov1.1.4 - Upgrade Gradle Wrapper to
7.0.2
[0.9.0]
Added
propertiesshorthand function for accessinggradle.propertiesin a cleaner way- Dependabot check for GitHub Actions used in workflow files
Changed
- Dependencies - upgrade
detekt-formatting fromto1.16.0 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.16.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.32 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifacttov2.2.2 - Dependencies (GitHub Actions) - upgrade
actions/cachetov2.1.4
Fixed
- Fix
README.mdfile resolution in thebuild.gradle.kts
[0.8.3]
Changed
- Dependencies - upgrade
org.jetbrains.intellijto0.7.2 - Dependencies - upgrade
org.jlleitschuh.gradle.ktlintto10.0.0 - Update
platformVersionto2020.2.4for compatibility with macOS Big Sur - Upgrade Gradle Wrapper to
6.8.3
[0.8.2]
Changed
- Use
-bindistribution of the Gradle Wrapper - Upgrade Gradle Wrapper to
6.8.2 - Update
pluginVerifierIdeVersionsingradle.propertiesfiles - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.30 - Dependencies - upgrade
org.jetbrains.changelogto1.1.1 - Configure the
changelogGradle plugin
[0.8.1]
Added
- README: Dependencies management section
Changed
- Upgrade Gradle Wrapper to
6.8 - Dependencies - upgrade
org.jetbrains.changelogto1.0.0
Fixed
- Template Cleanup: Escape GitHub username to avoid incorrect characters in class package name
- Template Cleanup: Run
ktlintFormattask to fix imports order - GitHub Actions: Use the correct property in the "Upload artifact" step
[0.8.0]
Added
- Dependabot integration
- Show
idea.loglogs of the run IDE in the Run console - README: FAQ section
Changed
build.gradle.kts: simpler syntax for configuringKotlinCompile- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.21 - Dependencies - upgrade
detekt-formattingto1.15.0 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.15.0 - README: Clarify the Java usage in the project
pluginVerifierIdeVersions- upgrade to2020.1.4, 2020.2.3, 2020.3.1
Fixed
- Return
Supplier<@Nls String>instead ofStringinMyBundle.messagePointer
[0.7.1]
Changed
- Upgrade Gradle Wrapper to
6.7.1 - Dependencies - upgrade
org.jetbrains.intellijto0.6.5 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.20 - Update the base platform version to 2020.1
- Change since/until build to
201-203.*
[0.7.0]
Added
- Predefined Run/Debug Configurations
- Project icon for development purposes
Changed
- Dependencies - upgrade
org.jetbrains.intellijto0.6.3
[0.6.1]
Added
- GitHub Actions - use hash based on
pluginVerifierIdeVersionsinSetup Plugin Verifier IDEs Cachestep
Changed
- Use Kotlin extension function to retrieve the
MyProjectServicein theMyProjectManagerListener - Dependencies - upgrade
org.jetbrains.intellijto0.6.2 - Update
pluginVerifierIdeVersionsin thegradle.propertiesfiles
[0.6.0]
Added
- Integration with IntelliJ Plugin Verifier through the Gradle IntelliJ Plugin
runPluginVerifiertask - Cache downloaded IDEs used by Plugin Verifier for the verification
Changed
- Switch Gradle Wrapper to
-allto improve the IntelliSense - Update detekt config to be in line with IJ settings
- Dependencies - upgrade
io.gitlab.arturbosch.detektto1.14.2 - Dependencies - upgrade
org.jetbrains.intellijto0.6.1 - GitHub Actions -
gradleValidationupdate togradle/wrapper-validation-action@v1.0.3 - GitHub Actions -
releaseDraftupdate toactions/download-artifact@v2
Removed
- Remove Third-party IntelliJ Plugin Verifier GitHub Action
[0.5.1]
Added
- Missing properties in the
gradle.propertiestemplate file
Changed
- Upgrade Gradle Wrapper to
6.7 - Dependencies - upgrade
org.jetbrains.changelogto0.6.2
[0.5.0]
Added
- Introduced
platformPluginsproperty ingradle.propertiesfor configuring dependencies to bundled/external plugins
Changed
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
- Dependencies - upgrade
org.jetbrains.intellijto0.5.0 - Dependencies - upgrade
org.jetbrains.changelogto0.6.1 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.14.1 - Dependencies - upgrade
org.jlleitschuh.gradle.ktlintto9.4.1 - Remove LICENSE file during the Template Cleanup workflow
[0.4.0]
Added
- Fix default to opt-out of bundling Kotlin standard library in plugin distribution
Changed
- GitHub Actions: allow releasing plugin even for the base project
- Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.10 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.13.1
Fixed
pluginNamevariable name collision withintellijclosure getter in Gradle configuration #29
[0.3.2]
Changed
- Simplify and optimize GitHub Actions
- Gradle Wrapper upgrade to
6.6.1 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.4.0 - Dependencies - upgrade
org.jetbrains.intellijto0.4.22 - Dependencies - upgrade
org.jetbrains.changelogto0.5.0 - Dependencies - upgrade
io.gitlab.arturbosch.detektto1.12.0 - Dependencies - upgrade
org.jlleitschuh.gradle.ktlintto9.4.0 - Rename
masterbranch tomain
Fixed
- GitHub Actions - cache Gradle dependencies and wrapper separately
[0.3.1]
Added
- Better handling of the Gradle plugin description extraction from the README file
- GitHub Actions - cache Gradle Wrapper
Changed
- Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size
- Dependencies - bump ktlint to
9.3.0 - GitHub Actions - make Update Changelog job dependent on the Publish Plugin
- GitHub Actions - run plugin verifier against
2019.32020.12020.2
Fixed
- Resolve ktlint reports
- GitHub Actions - Plugin Verifier broken for artifacts with whitespaces in name
[0.3.0]
Added
- Set publish channel depending on the plugin version, i.e.
1.0.0-beta->betachannel
Changed
- Update
org.jetbrains.changelogdependency tov0.3.3 - Update Gradle Wrapper to
v6.5.1 - Run GitHub Actions Release workflow on
prereleasedevent - GitHub Actions - Release - separate changelog related job from the release
Fixed
- Remove vendor website from
plugin.xml - Update Template Cleanup workflow test to avoid running it on forks
[0.2.0]
Added
- JetBrains Plugin badges and TODO list for the end users
ktlintintegration
Changed
pluginUntilBuildset to the correct format:201.*- Bump detekt dependency to
1.10.0
Fixed
- GitHub Actions - Template Cleanup - fixed adding files to git
- Update Template plugin name on cleanup
- Set
buildUponDefaultConfig = truein detekt configuration
[0.1.0]
Added
settings.gradle.ktsfor the performance purposes#REMOVE-ON-CLEANUP#token to mark content to be removed with Template Cleanup workflow
Changed
- README proofreading
- GitHub Actions - Update IDE versions for the Plugin Verifier
- Update platformVersion to
2020.1.2
[0.0.2]
Added
- Gradle Changelog Plugin integration
Changed
- Bump Detekt version
- Change pluginSinceBuild to 193
[0.0.1]
Added
- Initial project scaffold
- GitHub Actions to automate testing and deployment
- Kotlin support