Skip to content

v0.205.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Sep 07:51
· 2 commits to main since this release

Changes

  • Chat moved to the left sidebar: the left column now has Assets and Chat tabs, and the inspector stays visible on the right while you talk to the agent. The chat column is a little wider (340 px), and the assets search field shows the item count of the current folder.
  • Chat polish: a chat opens scrolled to its latest message, attachments sit above the message as outlined chips, and a message with only attachments no longer renders an empty bubble.
  • Canvas edits always reach the source: dragging or editing a prop in the editor now overwrites whatever the JSX held for it, an expression (x={MARGIN}) included. Before, those edits were skipped and the element moved back on the next open or export.
  • Caption placement inside sequences: captions nested in a <sequence> are positioned against the nearest spatial parent, instead of a sequence frame that still measured 0.
  • Back goes where you came from: leaving the editor returns to the dashboard view the project was opened from, rather than always the home view.
  • Export analytics: exports started from the app or by an agent through the export tool report started, completed, and failed events. In the desktop app, product events are now sent from the main process, since the Umami script is inert on the file:// origin.
  • Docs: the fallback brand is now described as the house style, and the brand references are trimmed accordingly.

Infrastructure

  • The Homebrew cask bump refuses tags that are not vX.Y.Z (a draft's placeholder tag) and retries the DMG download while the release upload is still finishing.

Full Changelog: v0.205.1...v0.205.2