You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MARKETPLACE_SUBMISSION.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,20 @@ Status: release metadata for version `@PLUGIN_VERSION@`; generated from Gradle's
33
33
34
34
Edit Markdown pipe tables directly in JetBrains IDEs: align with Tab, sort rows, convert CSV/TSV, insert tables by size, and manage rows or columns without leaving the editor.
35
35
36
+
## Marketplace update text
37
+
38
+
Use this for the JetBrains Marketplace version notes for `@PLUGIN_VERSION@` if the upload flow asks for release text:
39
+
40
+
```html
41
+
<ul>
42
+
<li>Added localized action names, menu text, dialogs, and user messages for 20 popular locales.</li>
43
+
<li>Improved large-table performance by reducing table parsing, display-width, and formatting overhead.</li>
44
+
<li>Added release-blocking Java/C++ core performance benchmarks to CI.</li>
45
+
<li>Preserved Java/C++ core parity for trimmed pipe rows, escaped pipes, Unicode/CJK width, CSV/TSV conversion, sorting, and row/column edits.</li>
46
+
<li>Kept the non-conflicting Tab plus Ctrl+Alt+Shift shortcut scheme from 9.0.0.</li>
0 commit comments