Skip to content

Commit

Permalink
chore: prepare release 1.4.1 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-sh authored Jan 16, 2025
1 parent 2b41f70 commit ca323ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
archiveName = cds-intellij.zip
pluginRepositoryUrl = https://github.com/cap-js/cds-intellij
# SemVer format -> https://semver.org
pluginVersion = 1.4.0
pluginVersion = 1.4.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242
Expand Down
19 changes: 4 additions & 15 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,12 @@ The set of features will grow with future releases, aligned with the development
/>
</applicationListeners>

<change-notes><![CDATA[ <h3>Added</h3>
<change-notes><![CDATA[ <h3>Changed</h3>
<ul>
<li>CDS Formatting Options can now be configured under Settings > Editor > Code Style > CDS.
<ul>
<li>A .cdsprettier.json file in the project root is kept in sync with the options for consumption by the cds-lsp server.
<li>Options depending on a switched-off option are disabled.
</ul>
</li>
<li>Only formatting settings differing from the default or previously contained in .cdsprettier.json are now stored in that file.
</ul>
<h3>Changed</h3>
<h3>Fixed</h3>
<ul>
<li>include @sap/cds-lsp 8.5.1 with the following changes since 8.4.3:
<ul>
<li>enabling `newParser` via `cds.env` will no longer interfere with language server
<li>improved telemetry messages
<li>With `@sap/cds 8.5.0` one of the default locations for translation folders (`assets/i18n`) was removed
</ul>
</li>
<li>The TextMate bundle for syntax highlighting is now correctly unregistered when the plugin is disabled or uninstalled.
</ul> ]]></change-notes>
</idea-plugin>

0 comments on commit ca323ca

Please sign in to comment.