Skip to content

Releases: krotname/IdeaMarkdownTableEditor

Markdown Table Editor 11.0.1

19 Jun 20:01

Choose a tag to compare

Builds / Downloads

What's Changed

  • Hardened GitHub Actions permissions, dependency review, CodeQL, Scorecard, and release checks after repository audit.
  • Refreshed the Gradle wrapper and build baseline used for the JetBrains IDE plugin package.
  • Rebuilt the plugin ZIP with SHA-256 sums and provenance-ready release assets.

Validation

  • GitHub Actions release build completed with smoke tests, coverage checks, baseline Plugin Verifier, and core performance benchmarks.

Markdown Table Editor 11.0.0

13 Jun 05:17

Choose a tag to compare

Builds / Downloads

What's Changed

  • Added Narrow Column and Widen Column commands with Ctrl+Alt+Shift+, and Ctrl+Alt+Shift+. shortcuts.
  • Kept Java/C++ wrapping behavior in sync for manual column resizing, long-cell continuation rows, protected Markdown links, code spans, and narrow-width hard wrapping.
  • Improved table fitting so continuation rows are rejoined before a table is fitted to a wider editor window.
  • Added bottom-left IDE status bar buttons for Light Auto Align and Power Auto Fit modes.
  • Preserved alignment, sorting, CSV/TSV conversion, escaped pipes, UTF-8/CJK width handling, caret placement, and row/column edits.
  • Built the JetBrains IDE plugin package on GitHub Actions.
  • Included SHA-256 sums for release verification.

Validation

  • GitHub Actions release build completed with smoke tests, coverage checks, baseline Plugin Verifier, and core performance benchmarks.

Markdown Table Editor 10.0.0

09 Jun 09:53

Choose a tag to compare

Builds / Downloads

What's Changed

  • Supersedes 9.0.0 as the current stable release.
  • Added localized action names, menu text, dialogs, and user messages for 20 popular locales.
  • Improved large-table performance by reducing table parsing, display-width, and formatting overhead.
  • Added release-blocking Java/C++ core performance benchmarks to CI.
  • Preserved Java/C++ core parity for trimmed pipe rows, escaped pipes, Unicode/CJK width, CSV/TSV conversion, sorting, and row/column edits.
  • Kept the non-conflicting Tab plus Ctrl+Alt+Shift shortcut scheme from 9.0.0.
  • Built the JetBrains IDE plugin package on GitHub Actions.
  • Included SHA-256 sums for release verification.

Validation

  • GitHub Actions release build completed with smoke tests, coverage checks, baseline Plugin Verifier, and core performance benchmarks.

Markdown Table Editor 9.0.0

09 Jun 07:27

Choose a tag to compare

Builds / Downloads

What's Changed

  • Supersedes 8.5.0 as the current stable release.
  • Use one non-conflicting default shortcut scheme across JetBrains IDEs and Notepad++: Tab plus Ctrl+Alt+Shift command shortcuts.
  • Built the JetBrains IDE plugin package on GitHub Actions.
  • Convert CSV/TSV directly from the current multi-line block when there is no selection.
  • Avoid converting adjacent plain text, single comma notes, quoted comma-only cells, and plain multi-line text as CSV.
  • Reject pipe-only separator rows while still accepting dash and equals Markdown separator rules.
  • Added shared Java/C++ golden fixture coverage for escaped JSON Unicode, multilingual width, and emoji cluster alignment.
  • Included SHA-256 sums for release verification.

Validation

  • GitHub Actions release build completed with smoke tests.

Markdown Table Editor 8.5.0

08 Jun 22:12

Choose a tag to compare

Builds / Downloads

What's Changed

  • Built the JetBrains IDE plugin package on GitHub Actions.
  • Convert CSV/TSV directly from the current multi-line block when there is no selection.
  • Avoid converting adjacent plain text, single comma notes, quoted comma-only cells, and plain multi-line text as CSV.
  • Reject pipe-only separator rows while still accepting dash and equals Markdown separator rules.
  • Added shared Java/C++ golden fixture coverage for escaped JSON Unicode, multilingual width, and emoji cluster alignment.
  • Included SHA-256 sums for release verification.

Validation

  • GitHub Actions release build completed with smoke tests.

Markdown Table Editor 0.8.0

08 Jun 19:01

Choose a tag to compare

Builds / Downloads

What's Changed

  • Improved Markdown table alignment for Unicode text, CJK wide characters, emoji clusters, variation selectors, combining marks, keycaps, flags, and zero-width joiner sequences.
  • Made row sorting deterministic for Unicode text by comparing code points after shared case folding and accent handling.
  • Declared compatibility with IntelliJ Platform 2022.3 and newer Java 17 based JetBrains IDEs.
  • Consolidated IDEA CI into one main workflow with clean non-cached checks, coverage threshold, buildPlugin, and baseline verifyPlugin.

Validation

  • clean check verifyPlugin buildPlugin passed locally and in branch CI.
  • Core coverage: 667/735 = 90.75%.
  • Plugin Verifier baseline: IC-223.8836.41 compatible.

SHA-256 for the plugin ZIP:

49654500cdcc17210330a92cfaa9b3d41d00511d3c9fcfb255ac513980c8e34d  MarkdownTableEditorIdea-0.8.0.zip

Markdown Table Editor 0.7.0

08 Jun 12:24

Choose a tag to compare

What's Changed

  • Declared platform-only compatibility for JetBrains IDEs based on IntelliJ Platform 2024.2 and newer.
  • Verified compatibility against the recommended JetBrains IDE matrix through 2026.2 builds.
  • Fixed table actions so adjacent pipe-looking text around a table is not included in edited table blocks.
  • Updated Marketplace metadata and screenshots.

Validation

  • Gradle clean/check/buildPlugin completed locally.
  • Plugin Verifier: 11 IDEs compatible.
  • Line coverage: 92.23%.

Markdown Table Editor 5.5.0

07 Jun 20:19

Choose a tag to compare

What's Changed

  • Built the JetBrains IDE plugin package on GitHub Actions.
  • Updated plugin metadata for version 5.5.0.
  • Included SHA-256 sums for release verification.

Validation

  • GitHub Actions release build completed with smoke tests.

Markdown Table Editor 0.6.0

07 Jun 22:34

Choose a tag to compare

Markdown Table Editor 0.6.0

  • Unified Java and C++ core behavior, including stable row targeting and UTF-aware sorting coverage.
  • Keeps Markdown table alignment, row/column operations, CSV/TSV conversion, sorting, and Tab handling covered by smoke tests.
  • Built with Gradle clean check buildPlugin.

SHA256:
723E8F8D547D8C0E9A54F3550A65DEA957A83B12DE15F6E5D0EBEC44DD632F4F MarkdownTableEditorIdea-0.6.0.zip

Markdown Table Editor 0.5.0

07 Jun 19:40

Choose a tag to compare

What's Changed

  • Added a dedicated Tab alignment action and documented default shortcuts.
  • Improved CSV/TSV conversion from selection or the current block.
  • Improved caret placement, unwrapped table formatting, sorting stability, and regression coverage.
  • Added English README, refreshed demo assets, and updated Marketplace metadata.

Validation

  • ./build.ps1 passed: scenario unit tests, editor integration scenarios, and core smoke tests.