Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.8.2
What's Changed
- Add User Feedback buttons by @christian-byrne in #2275
- Add issue report dialog service by @christian-byrne in #2284
- refine locales/ko by @ltdrdata in #2296
- Fix .cursorrules typo by @huchenlei in #2298
- [Cleanup] Remove explicit prettier plugin call by @huchenlei in #2299
- [Desktop] Fix unnecessary setting update by @webfiltered in #2301
- [Refactor] Move type extensions out of LG (SoC) by @webfiltered in #2303
- [Style] Use import/export icons for colour palette by @webfiltered in #2300
- Add Comfy Forum (forum.comfy.org) to Help menu by @christian-byrne in #2305
- [chore] Update primevue to 4.2.5 by @huchenlei in #2304
- [Desktop] Report execution complete events by @huchenlei in #2306
- 1.8.2 by @huchenlei in #2307
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- [Desktop] Ctrl+w to close workflow tab by @huchenlei in #2282
- [Refactor] improve type safety in dialog service by @christian-byrne in #2283
- [chore] Update electron-types to 0.4.11 by @webfiltered in #2291
- [DevExperience] Tailwind rules by @webfiltered in #2292
- [Desktop] Add electron types update script by @webfiltered in #2290
- Update Russian localization: refine terminology for "node", "hook", "… by @Hikari-Fox in #2289
- [Desktop] Add quit command by @webfiltered in #2286
- Prevent Enter Key from Triggering Selection During IME Composition in AutoCompletePlus by @shinshin86 in #2285
- 1.8.0 by @huchenlei in #2293
- 1.8.1 by @huchenlei in #2295
New Contributors
- @Hikari-Fox made their first contribution in #2289
Full Changelog: v1.7.14...v1.8.1
v1.7.14
What's Changed
- Caching brush settings in mask editor by @benceruleanlu in #2271
- [chore] Update electron-types to 0.4.9 by @huchenlei in #2276
- [Desktop] Loading screen by @webfiltered in #2274
- Add .cursorrules by @huchenlei in #2277
- [BrowserTest] Fix flaky gallery test by @christian-byrne in #2150
- Move queueStore update from QueueSidebarTab to GraphView by @huchenlei in #2278
- [Desktop] Report completed generation status by @huchenlei in #2279
- Add consent prompt view by @christian-byrne in #2268
- [Desktop] Add privacy policy link to install view about dialog by @huchenlei in #2280
- 1.7.14 by @huchenlei in #2281
Full Changelog: v1.7.13...v1.7.14
v1.7.13
What's Changed
- Hotfix scoped --sidebar-width uasges in maskeditor.ts by @benceruleanlu in #2269
- Fix collapsed node textarea causes UI inconsistency by @webfiltered in #2267
- 1.7.13 by @huchenlei in #2270
Full Changelog: v1.7.12...v1.7.13
v1.7.12
What's Changed
- Add work dir to i18n-node-defs.yaml by @huchenlei in #2255
- Update locales for node definitions by @comfy-pr-bot in #2256
- Don't prompt unsaved when there is no unsaved workflow on window close by @huchenlei in #2257
- [Settings] Enable Comfy.Window.UnloadConfirmation by default by @huchenlei in #2258
- [CodeHealth] Convert useAutoSize to kwargs by @huchenlei in #2259
- Apply min col on logs terminal for colab by @huchenlei in #2260
- [Desktop] Add install screen stepper change metrics by @huchenlei in #2261
- [CodeHealth] Use scoped CSS in views by @huchenlei in #2262
- [Style] Fix root CSS selector by @huchenlei in #2263
- [CodeHealth] Use scoped CSS for SideToolbar by @huchenlei in #2264
- 1.7.12 by @huchenlei in #2265
New Contributors
- @comfy-pr-bot made their first contribution in #2256
Full Changelog: v1.7.11...v1.7.12
v1.7.11
What's Changed
- Fix prettier output in CI does not match IDE by @webfiltered in #2243
- [Refactor] Remove old workarounds by @webfiltered in #2242
- Fix
execution_interrupted
by @gremlation in #2244 - Fix type error in BaseViewTemplate by @christian-byrne in #2245
- [Desktop] Add clarification of migration from existing install by @huchenlei in #2249
- Allow parent component to pass tags to issue report panel by @christian-byrne in #2247
- 1.7.11 by @huchenlei in #2250
Full Changelog: v1.7.10...v1.7.11
v1.7.10
What's Changed
- [CI] Fix vite config condition by @christian-byrne in #2235
- [Desktop] Mark window style setting as experimental by @huchenlei in #2236
- [Desktop] Add user journey events to the metrics collection list (UI) by @huchenlei in #2237
- [Style] Update workflow template cards style by @christian-byrne in #2239
- Restore all open workflows on load by @christian-byrne in #2238
- 1.7.10 by @huchenlei in #2241
Full Changelog: v1.7.9...v1.7.10
v1.7.9
What's Changed
- Disable i18n on PRs from forked repo by @huchenlei in #2225
- [Desktop] Fix server start view layout by @huchenlei in #2226
- Add bookmark option in workflow tab context menu by @christian-byrne in #2231
- Add optional report feature to error dialog by @christian-byrne in #2229
- [3d] use threejs native viewHelper by @jtydhr88 in #2230
- [Style] Visual improvements to WorkflowTabs by @benceruleanlu in #2232
- 1.7.9 by @huchenlei in #2234
New Contributors
- @benceruleanlu made their first contribution in #2232
Full Changelog: v1.7.8...v1.7.9
v1.7.8
What's Changed
- [Desktop] Set window action buttons style by @huchenlei in #2214
- [Desktop] Native window virtual menu bar by @huchenlei in #2215
- [Desktop] Native window in graph view by @huchenlei in #2216
- [Style] Reduce opacity on workflow tabs scrollbar by @huchenlei in #2220
- Allow Ctrl + C to send interrupt in terminal by @webfiltered in #2221
- [Desktop] Allow dragging window on empty titlebar by @huchenlei in #2222
- [Style] Set topbar height to 2.5rem (40px) by @huchenlei in #2224
- 1.7.8 by @huchenlei in #2223
Full Changelog: v1.7.7...v1.7.8
v1.7.7
What's Changed
- [Docs] Extract comfy workflow zod schema as json schema by @huchenlei in #2206
- Explicitly add zod-to-json-schema as dev dependency by @huchenlei in #2207
- [BrowserTest] Replace ComfyPage.reload with ComfyPage.setup by @huchenlei in #2208
- [Style] Set fixed top menu bar height by @huchenlei in #2209
- [Style] Replace px with rem in sidebar width by @huchenlei in #2210
- [BrowserTest] Disable flaky test by @huchenlei in #2211
- [Desktop] Add window style setting by @huchenlei in #2212
- 1.7.7 by @huchenlei in #2213
Full Changelog: v1.7.6...v1.7.7