Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Releases: codiga/jetbrains-plugin

v1.8.7

12 Dec 20:16
Compare
Choose a tag to compare

Fixed

v1.8.6

09 Dec 14:18
6a6c0af
Compare
Choose a tag to compare

Added

  • #213: Added support for Jupyter Notebook (.ipynb) files.

Changed

Deprecated

Removed

Fixed

Security

v1.8.4

29 Nov 14:57
ab3700c
Compare
Choose a tag to compare

Fixed

Adding new data in the code analysis.

v1.8.3

22 Nov 07:14
d1b6769
Compare
Choose a tag to compare

Fixed

  • rule cache refresh

v1.8.2

09 Nov 14:40
47ae80c
Compare
Choose a tag to compare

Added

  • #191: Users can now navigate from codiga.yml to the rulesets on Codiga Hub
    via Ctrl + clicking on ruleset names.
  • #189: Added an inspection to mark rulesets in codiga.yml when they either
    doesn't exist on Codiga Hub or they exist but contain no rule.

Changed

Deprecated

Removed

Fixed

Security

v1.8.1

04 Nov 21:39
9b31355
Compare
Choose a tag to compare

Added

  • #177: Added a notification popup, when we detect that the project contains Python module(s),
    to give users the option to create a Codiga config file with default Python rulesets.

Changed

  • Improved the performance of editor tab switches when the Snippet Search tool window is closed.

Deprecated

Removed

Fixed

Security

v1.8.0

29 Oct 15:44
Compare
Choose a tag to compare
  • Update plugin description

v1.7.22

27 Oct 19:56
23650bd
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

Security

v1.7.21

27 Oct 14:49
0d7f10e
Compare
Choose a tag to compare

Added

  • Added JSON/YAML schema provider for the codiga.yml config file, so that code completion and automatic validation in that file is performed automatically.

Changed

  • Improved the plugin's settings UI.

Deprecated

Removed

Fixed

  • Fixed a UI issue on the plugin's settings page that the checkboxes did not reflect Codiga's disabled state.
  • Fixed the issue that the status bar icon's tooltip text did not update upon enabling/disabling Codiga.

Security

v1.7.20

25 Oct 15:42
643935a
Compare
Choose a tag to compare

Added

  • #158: Added a quick fix for Rosie violations, to disable Rosie analysis for a specific row.

Changed

  • #160: Inline completion is no longer triggered with comments containing the todo or fixme keywords