diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ece754..43890ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,52 +2,9 @@ ## [Unreleased] -## [1.61] +## [1.61.0] ### Changed - Added support for IJ-2023.2 and dropped support for IJ-2021.2. - Updated the plugin configuration to be based on the intellij-platform-plugin-template - Updated GitHub Actions integration to build and validate the plugin. - Removed unnecessary project dependencies. - -## 1.60 -### Changed -- Added support for IJ-2023.1. - -## 1.59 -- Upgraded plugin to support IJ-2022.3. -- Dropped plugin to support IJ-2021.1. -- Upgraded kotlin and gradle-intellij-plugin versions. -- Improved the appearance of the Story file structure view. - -## 1.58 -- Upgraded plugin to support IJ-2022.2. -- Added some run configurations for plugin development. - -## 1.57 -- Added structure view for .story files that can be triggered via Ctrl+12 or similar shortcut. - -## 1.56 -- Upgraded plugin to support IJ-2022.1. -- Upgraded gradle, gradle-intellij-plugin and JUnit versions. - -## 1.55 -- Upgraded plugin to work with IJ-2021.3. - -# 1.54a -- Fixed packaging of the plugin. - -## 1.54 -Important note: This version is no longer available for IntelliJ version prior to 2021.1. - -- Upgraded plugin to work with IJ-2021.2. -- Fixed spellchecking support for .story files. -- Upgraded gradle to 7.1.1 -- Upgraded kotlin library version to 1.4.32 - -## 1.53 -- Some small bug fixes to prevent errors - -## 1.5 -- Ability to find usages of a step method -- Inspections speed has been increased -- JBehave icon has been updated diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md new file mode 100644 index 0000000..e804205 --- /dev/null +++ b/CHANGELOG_OLD.md @@ -0,0 +1,44 @@ +# Release notes - old + +## 1.60 +### Changed +- Added support for IJ-2023.1. + +## 1.59 +- Upgraded plugin to support IJ-2022.3. +- Dropped plugin to support IJ-2021.1. +- Upgraded kotlin and gradle-intellij-plugin versions. +- Improved the appearance of the Story file structure view. + +## 1.58 +- Upgraded plugin to support IJ-2022.2. +- Added some run configurations for plugin development. + +## 1.57 +- Added structure view for .story files that can be triggered via Ctrl+12 or similar shortcut. + +## 1.56 +- Upgraded plugin to support IJ-2022.1. +- Upgraded gradle, gradle-intellij-plugin and JUnit versions. + +## 1.55 +- Upgraded plugin to work with IJ-2021.3. + +# 1.54a +- Fixed packaging of the plugin. + +## 1.54 +Important note: This version is no longer available for IntelliJ version prior to 2021.1. + +- Upgraded plugin to work with IJ-2021.2. +- Fixed spellchecking support for .story files. +- Upgraded gradle to 7.1.1 +- Upgraded kotlin library version to 1.4.32 + +## 1.53 +- Some small bug fixes to prevent errors + +## 1.5 +- Ability to find usages of a step method +- Inspections speed has been increased +- JBehave icon has been updated diff --git a/build.gradle.kts b/build.gradle.kts index f4122bf..7cb3e9f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,6 @@ intellij { changelog { groups.set(emptyList()) repositoryUrl.set(properties("pluginRepositoryUrl")) - headerParserRegex.set("\\d+\\.\\d+(\\.\\d+)?") } tasks { diff --git a/gradle.properties b/gradle.properties index 157f7e7..7f174ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.kumaraman21.intellijbehave pluginName = JBehave Support pluginRepositoryUrl = https://github.com/witspirit/IntelliJBehave # SemVer format -> https://semver.org -pluginVersion = 1.61 +pluginVersion = 1.61.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213