- Set 2022.3 as baseline
- Upgrade to Java 17
- Set 2022.2.3 as baseline
- Added support for IntelliJ 2022.2
- Added support for IntelliJ 2022.1
- Align Qodana step with upstream
- Removed detekt config
- Support platform version 213
- Migrate getResource usage to reference current classloader
- Migrate getIcon usage to reference current classloader
- Override getDisplayName for custom file types
- Add support for IDEA platform 212
- Upgrade
io.gitlab.arturbosch.detekt
to 1.18.1 - Upgrade
org.jlleitschuh.gradle.ktlint
to 10.2.0 - Fix Ktlint issue
- Add support for IDEA platform 211
- Update gradle-intellij plugin to 0.7.2
- Use 2020.3.3 for plugin verifier
- Remove support for 203 platform
- Add test case for json schema validation
- Modify do-step schema to be type array
- Add support for top level keys
groups
and `display_config
- Create distinct file types to detect pipeline and task files
- Add new file actions and templates
- add
in_parallel
schema
- Do not verify on 201 anymore
- Build with 202 to avoid compatibility issues
- new baseline for compatibility is 2020.2
- migrate line marker providers to new parent signature
- add custom plugin icon
- Recognize concourse pipeline files by top level yaml keys
- Remove "IntelliJ" from plugin name
- add references to Inputs and Outputs to enable completion and jump-to-definition
- add Concourse JSON Schema Provider for schema validation
- Initial scaffold created from IntelliJ Platform Plugin Template
- Inspections for missing resources and missing resource types
- autocompletion for resources and resource types
- Input and Output indexing