chore: bump version to 3.0.1 and update plugin documentation

This commit is contained in:
2026-04-07 22:58:32 +07:00
parent 186c729ece
commit da049ea016
3 changed files with 52 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "com.sdk.dynform.tools"
version = "2.1.2"
version = "3.0.1"
repositories {
mavenCentral()
@@ -39,6 +39,19 @@ intellijPlatform {
}
changeNotes = """
<h2>[3.0.1]</h2>
<ul>
<li><strong>Rebranding:</strong> Renamed plugin to "Dynamic Form Helper" (DynamicFormTools) to better reflect its expanding capabilities.</li>
<li><strong>I18n Support:</strong> Added comprehensive tools for internationalization:
<ul>
<li>Inlay hints and code folding for i18n keys in Java, XML, and JavaScript.</li>
<li>Auto-completion and reference navigation for keys defined in <code>message.xml</code>.</li>
<li>Support for multiple message file locations and naming patterns.</li>
</ul>
</li>
<li><strong>DynForm Support:</strong> Introduced dedicated support for <code>.frml</code> files, including file type recognition and specialized completion helpers.</li>
<li><strong>Architecture Refactoring:</strong> Complete package reorganization to <code>com.sdk.dynform.tools</code> for better modularity.</li>
</ul>
<h2>[2.1.2]</h2>
<ul>
<li>Feature: Grouped database actions into a single "Generate Action Models" popup menu.</li>