v0.0.19
Retracted
Please use https://github.com/nthykier/IDEA-debpkg/releases/tag/v0.0.20 instead.
Added
- Add support for IDEA 2023.1
- Add support for apt deb822-based sources files.
- Add
needs-sudo
as known restriction fordebian/tests/control
. (Closes: #112) - Add basic syntax highlighting of APT's
.list
sources file. (Closes: #114)
Fixed
- Avoid assertion error on creating a new (blank)
debian/control
and the first field typed is notSource:
. (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
Changed
- Avoid parse errors on empty fields as some deb822 files allow them. It will trigger a warning or an error
depending on the file (via an inspection). - Compile the plugin with Java 11.
- Migrate away from deprecated
FilenameIndex.getFilesByName
method for making file names ind/changelog
references to the file. - Internal/Chore: Update dependency on
snakeyaml
. - Internal/Chore: Update build time dependency on
gradle-intellij-plugin
andlombok
. - Internal/Chore: Update the CI dependency on
gradle/wrapper-validation-action
.
Removed
- Remove support for IDEA 2020.2.4 and 2020.3.2.
- Remove upper bound on IDEA supported version.