Releases: Blarc/gitlab-template-lint-plugin
Releases · Blarc/gitlab-template-lint-plugin
v1.8.0
Added
- Hints for better understanding of settings.
- Rename settings labels to be more inline with Gitlab terminology.
v1.7.0
Added
- Exclusion globs for excluding files from linting.
- Gitlab yaml file type and icon.
- Update file icons after updating file globs.
v1.6.0
Added
- Run linting on startup if the opened file matches the glob patterns.
- Update lint status widget whenever the file changes, so it properly shows whether the file is linted or not.
Changed
- Replace StatusBarWidgetSettings by controlling the widget visibility in LintStatusPresentation.
Fixed
- Null value for gitlab token preventing saving settings.
v1.5.3
Added
- Refactor null checking in FileListener.
Fixed
- Plugin should not have until build number.
v1.5.2
Fixed
- Remotes are now property saved after updating Gitlab url or remote id.
v1.5.1
Added
- Option for setting file path glob patterns for linting.
Changed
- Refactor settings ui.
- Move remotes table to separate tab.
Fixed
- Refresh actions now properly runs on currently opened file.
- File listener waits for project to be initialized.
v1.4.0
Added
- Basic implementation of editor with merged preview.
- Setting for enabling/disabling merged preview.
- Option for running lint on file selection change.
Changed
- Updated plugin icon and description.
Fixed
- Force HTTPS setting is now properly validated and saved.
v1.3.0
Added
- Lint frequency setting.
- Support for 223.* IDE builds.
Changed
- Update github-actions set-output command
- Update github-actions dependencies versions
- Update dependencies in build.gradle.kts
- Rename Gitlab URL to Gitlab API url
- Rename Remote ID to Project ID
v1.2.2
Fixed
- Notification section is now openable and shows notification settings correctly.
v1.2.1
Added
- More context to error notifications.
- Separate Gitlab url and token table.
- Enables edit of gitlab urls and token used for authentication.
Fixed
- Do not duplicate notifications on start up.
- NumberFormatException when remote id is empty string.