Releases
v0.0.20
Added
Add support for IDEA 2023.1
Add support for apt deb822-based sources files.
Add needs-sudo
as known restriction for debian/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 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
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 in d/changelog
references to the file.
Internal/Chore: Update dependency on snakeyaml
.
Internal/Chore: Update build time dependency on gradle-intellij-plugin
and lombok
.
Internal/Chore: Update the CI dependency on gradle/wrapper-validation-action
.
Removed
Remove support for IDEA 2020.2.4, 2020.3.2, and 2021.1.
You can’t perform that action at this time.