Skip to content

Commit

Permalink
Mark IDEA 2023.3 as supported
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Thykier <[email protected]>
  • Loading branch information
nthykier committed Dec 10, 2023
1 parent 81fb985 commit ec63728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Unreleased

### Added

- Add support for IDEA 2023.3

### Fixed

- Apply spell-checker and improved the wording of the online documentation provided by the plugin. (Closes: #134)
Expand Down Expand Up @@ -43,7 +47,7 @@
### Fixed
- Avoid assertion error on creating a new (blank) `debian/control` and the first field typed is *not* `Source:`. (Closes: #107)
- Avoid assertion error in DEP-5 copyright files when directory is specified rather than a file in `Files:`. (Closes: #109)
- Avoid a deprecation warning with IDEA 2023.1 related to FoldingDescriptor.EMPTY
- Avoid a deprecation warning with IDEA 2023.1 related to `FoldingDescriptor.EMPTY`

### Changed
- Avoid parse errors on empty fields as some deb822 files allow them. It will trigger a warning or an error
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = com.github.nthykier.debpkg
pluginName = debpkg
pluginVersion = 0.0.21
pluginSinceBuild = 212
pluginUntilBuild = 232.*
pluginUntilBuild = 233.*

platformType = IC
# Reminder: Must be aligned with `pluginSinceBuild` to ensure backwards
Expand All @@ -14,6 +14,6 @@ platformVersion = 2021.2
platformDownloadSources = true

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
pluginVerifierIdeVersions = 2021.2, 2022.3, 2023.2
pluginVerifierIdeVersions = 2021.2, 2022.3, 2023.3
gradleVersion=8.2.1
javaVersion=11

0 comments on commit ec63728

Please sign in to comment.