Skip to content

Commit

Permalink
SLI-1810 Update change notes (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel authored Jan 21, 2025
1 parent 9039a80 commit bf10c9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public CLionAnalyzerConfiguration(@NotNull Project project) {
}

public ConfigurationResult getConfiguration(VirtualFile file) {

var configuration = computeReadActionSafelyInSmartMode(file, project, () -> getConfigurationAction(file));
return configuration != null ? configuration : ConfigurationResult.skip("The file is invalid or the project is being closed");
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<change-notes><![CDATA[
<ul>
<li>10.15 - 1 new QuickFix for Java. Fixed a performance regression on Python. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.15 - 1 new QuickFix for Java. Fix of a performance regression on Python. Fixed an issue where SonarQube for IDE would appear as a Java program in the menu bar on macOS. Fix a noisy log error. Avoid symbol errors on CLion. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.14.1 - Fix unwanted loading bar appearance for computing branch information. Fix connection issue for SonarQube Server versions 10.0 - 10.4.</li>
<li>10.14 - Support analysis of Jupyter Notebook files. Increase JS/TS analysis speed and fix an issue where many temporary files would be created. Drop support for username/password authentication.</li>
<li>10.13.1 - Include a transparent and dark version of the plugin icon. Fix a noisy log error about a missing ProgressIndicator. Improve the tool window icon behavior to reflect the current number of issues in the file.</li>
Expand Down

0 comments on commit bf10c9d

Please sign in to comment.