Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLI-1810 Update change notes #1284

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading