-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
<h3>0.24.0</h3> | ||
<h3>0.24.0 (03/01/2025)</h3> | ||
<p>Thirty-eighth alpha release.</p> | ||
<p>This release contains the following changes:</p> | ||
<p>This release contains the following fixes and refactorings:</p> | ||
<ul> | ||
<li>TBD</li> | ||
<li>Do not swallow ProcessCanceledException (<a href="https://github.com/lppedd/idea-conventional-commit/issues/143">#143</a>)</li> | ||
<li>Synchronize the registration of commit inspections (<a href="https://github.com/lppedd/idea-conventional-commit/issues/146">#146</a>)</li> | ||
<li>Use the IntelliJ Platform Plugin v2 (<a href="https://github.com/lppedd/idea-conventional-commit/commit/89f6eb758d28533dcbc633d5c6c91f74fff11770">89f6eb7</a>)</li> | ||
<li>Replace some usages of deprecated APIs (<a href="https://github.com/lppedd/idea-conventional-commit/commit/979a8a9f0e4ff2e4769c7dcb8e33e07b82f063af">979a8a9</a>)</li> | ||
<li>Attempt to further alleviate WSL/Gateway issues (<a href="https://github.com/lppedd/idea-conventional-commit/commit/dc777084ebd13115c96cb564e20dbfdeab89ac2c">dc77708</a> and <a href="https://github.com/lppedd/idea-conventional-commit/commit/8530dabf33e014fb6badf345789463205044d4ba">8530dab</a>)</li> | ||
</ul> | ||
<p>Note that the minimum required IDEA version is now 233.11799.</p> |