Skip to content

Releases: Blarc/gitlab-template-lint-plugin

v1.8.0

23 Apr 18:15
1520116
Compare
Choose a tag to compare

Added

  • Hints for better understanding of settings.
  • Rename settings labels to be more inline with Gitlab terminology.

v1.7.0

20 Apr 15:52
5139681
Compare
Choose a tag to compare

Added

  • Exclusion globs for excluding files from linting.
  • Gitlab yaml file type and icon.
  • Update file icons after updating file globs.

v1.6.0

31 Mar 17:23
4161e4d
Compare
Choose a tag to compare

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

29 Mar 06:43
b73b741
Compare
Choose a tag to compare

Added

  • Refactor null checking in FileListener.

Fixed

  • Plugin should not have until build number.

v1.5.2

31 Jan 17:48
eb87645
Compare
Choose a tag to compare

Fixed

  • Remotes are now property saved after updating Gitlab url or remote id.

v1.5.1

22 Jan 20:08
Compare
Choose a tag to compare

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

15 Jan 16:23
Compare
Choose a tag to compare

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

06 Dec 21:25
Compare
Choose a tag to compare

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

18 Nov 18:24
Compare
Choose a tag to compare

Fixed

  • Notification section is now openable and shows notification settings correctly.

v1.2.1

17 Nov 15:31
Compare
Choose a tag to compare

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.