Changes
- Chat moved to the left sidebar: the left column now has
AssetsandChattabs, 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
exporttool 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 thefile://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