Skip to content

TLD

v2.2.6 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-skill c4model claude-code-plugin diagram diagramming-as-code diagramming-tool
+10 more
drawio eraser-io excalidraw gliffy icepanel lucidchart mermaid miro reactflow structurizr

Summary

AI summary

Adds canvas keyboard navigation in frontend, bulk Mermaid copy in view-editor, and open‑in‑editor support for markdown in vscode.

Changes in this release

Feature Low

Add Copy as Mermaid bulk action to SelectionBulkBar in view editor.

Add Copy as Mermaid bulk action to SelectionBulkBar in view editor.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add open‑in‑editor support for markdown with toolbar button in VSCode extension.

Add open‑in‑editor support for markdown with toolbar button in VSCode extension.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add bulk merge UI and handler to SelectionBulkBar.

Add bulk merge UI and handler to SelectionBulkBar.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add bypass_noise_gate support for elements.

Add bypass_noise_gate support for elements.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add desktop UpdateSettings panel and show it in TopMenuBar.

Add desktop UpdateSettings panel and show it in TopMenuBar.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add noise gate slider and visibility override handling.

Add noise gate slider and visibility override handling.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add stylus pressure support and freehand stroke rendering.

Add stylus pressure support and freehand stroke rendering.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add viewportHeight util and use --app-viewport-height CSS variable.

Add viewportHeight util and use --app-viewport-height CSS variable.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Display dynamic TLD version in TopMenuBar.

Display dynamic TLD version in TopMenuBar.

Source: llm_adapter@2026-06-02

Confidence: high

Feature Low

Add canvas keyboard navigation and NoiseGateIcon to frontend.

Add canvas keyboard navigation and NoiseGateIcon to frontend.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Feature Low

Add view noise gate initialization flow and editor controls.

Add view noise gate initialization flow and editor controls.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Feature Low

Add view selection clipboard helpers and tests.

Add view selection clipboard helpers and tests.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Feature Low

Render canvas grid in screen space, shift with pan, and adapt to theme.

Render canvas grid in screen space, shift with pan, and adapt to theme.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Bugfix Medium

Add migration checks for element_noise_gate_bypass in SQLite and Postgres databases.

Add migration checks for element_noise_gate_bypass in SQLite and Postgres databases.

Source: llm_adapter@2026-06-02

Confidence: high

Bugfix Low

Prevent auto‑enabling elements when overrides exist; preserve explicit bypasses.

Prevent auto‑enabling elements when overrides exist; preserve explicit bypasses.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Bugfix Low

Render pending label input via Portal to preserve caret and focus.

Render pending label input via Portal to preserve caret and focus.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Refactor Low

Replace visibility override level_delta with noise_gate_level.

Replace visibility override level_delta with noise_gate_level.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Refactor Low

Resolve connector drop target via point hit-testing with event fallback.

Resolve connector drop target via point hit-testing with event fallback.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Refactor Low

Add size prop to SVG icons and standardize icon buttons.

Add size prop to SVG icons and standardize icon buttons.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Refactor Low

Invert noise gate switch, hide slider when bypassed, adjust UI labels/tests.

Invert noise gate switch, hide slider when bypassed, adjust UI labels/tests.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Refactor Low

Remove keyboard shortcut hints and handlers from TopMenuBar.

Remove keyboard shortcut hints and handlers from TopMenuBar.

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Other Low

Refine SelectionBulkBar popover styling (panel background, blur, colors).

Refine SelectionBulkBar popover styling (panel background, blur, colors).

Source: granite4.1:30b@2026-06-02-audit

Confidence: low

Full changelog

Changelog

  • d49412f80ff1ad97a5f906b5628491acb4009366 Merge pull request #63 from Mertcikla/dev/density-refactor
  • f06599ee03091a8b311ca139a4905e50edcce061 Merge pull request #64 from Mertcikla/dev/copy-clipboard
  • c6f7bf20288f1b10ea77887a66d2b6315f473724 Merge pull request #65 from Mertcikla/dev/bulk-merge-ui
  • c6910ceefea3100057be9f83b9bf5f4e60baef2b Merge pull request #66 from Mertcikla/dev/freehand
  • 63d5654314120b031014587b488c5822ce6042dd Merge remote-tracking branch 'origin/main' into dev/copy-clipboard
  • aebf938048322a7ed90a1d6e86122be5f6fda225 chore: bump buf-generated proto packages to 20260530 versions
  • b0462ed2b62664f3405ed67d470c794324803860 chore: bump version to v2.2.5 [skip ci]
  • 6be9ab4632c17c23bd3dd24193491ef994ff9df7 ci: use Start-Process and ExitCode in Windows workflow and add test
  • 65e66db125c75bc92def69c0676074a549ced9c9 feat(frontend): add canvas keyboard navigation and NoiseGateIcon
  • 8af28b351dd20e4dbdcc4e59a47853e5a02e8869 feat(view-editor): add Copy as Mermaid bulk action to SelectionBulkBar
  • e91e1f7e433243240fccdd0fb4114417d2ce6479 feat(vscode): add open-in-editor support for markdown with toolbar button
  • a65924a1c78125c8be8b5296e14401ad3562ce47 feat: add ExportIcon and replace chakra DownloadIcon in floating menu
  • d2589652c62236cb8a8af06e1d819a1743ccb5a4 feat: add bulk merge UI and handler to SelectionBulkBar
  • 0231c7ce8656a7b5dff419ce1572d406ccfa7c40 feat: add bypass_noise_gate support for elements
  • 6c0deb77ed342933f137e30c0fb1c13829cf89b9 feat: add desktop UpdateSettings panel and show in TopMenuBar
  • a3a0b01e329cc7998f0def4f7ca116395438696b feat: add noise gate slider and visibility override handling
  • 6a032c823c85dee8ae8cf8d9fbacbb23bdfcb98c feat: add stylus pressure support and freehand stroke rendering
  • fa120287da152853f3c28c517750d63514c0e495 feat: add view noise gate initialization flow and editor controls
  • 9f91cd25317594aae1557fef305e4c377f1636a4 feat: add view selection clipboard helpers and tests
  • f363b0fae60421ec94413de728481db291261807 feat: add viewportHeight util and use --app-viewport-height var
  • 638de9758cdb39f95d589c483ca78b6e3689a1b5 feat: display dynamic tld version in top menu bar
  • fdcb6ae1352303ba8ee3910dc90f1121f4eca62f feat: include placement bypass flag and view labels in GetWorkspace
  • 725e4ece179287514eb20e2e8dfd9244e38f7845 feat: render canvas grid in screen space, shift with pan and adapt to theme
  • d113831bcec1142d416d0f0ea605bc8a2570876e feat: replace visibility override level_delta with noise_gate_level
  • c1677175b35bcdf9c5d774f813259484a3bde9a3 feat: resolve connector drop target via point hit-testing with event fallback
  • 05ae3cbe88c936067fe6d69475877d4eb1002a28 fix: add migration checks for element_noise_gate_bypass (SQLite/Postgres)
  • 8474ee8cc2ff26a9f1854cc7df599a8326018fab fix: don't auto-enable elements when overrides exist; preserve explicit bypasses
  • cf6202936499a9b9f684c4be080bf95e3f3742ca fix: prevent focus trap for modeless panels without backdrop
  • 317484b7328843a1245505ddd7b58638d701259b fix: render pending label input via Portal to preserve caret and focus
  • 898793be734f57d6c9a490e11730197b0b5d0284 refactor: add size prop to SVG icons and standardize icon buttons
  • 5eb6022e0d579a84bd5ee9326d58ba727307db69 refactor: invert noise gate switch, hide slider when bypassed and adjust UI labels/tests
  • d4e53d58f9504950bede30bcd4048a4cac7cb0fb refactor: remove keyboard shortcut hints and handlers from TopMenuBar
  • 5ad9038b0a83efbf6c896eeaf481b2628b39e5b7 style: refine SelectionBulkBar popover styling (panel bg, blur, colors)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track TLD

Get notified when new releases ship.

Sign up free

Related context

Beta — feedback welcome: [email protected]