Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.4.4
What's Changed
- Bind Ctrl+s to Comfy.SaveWorkflow by @huchenlei in #1599
- Show confirm dialog on workflow path conflict (Save As) by @huchenlei in #1590
- Fix always snap to grid by @huchenlei in #1604
- [Electron] Add missing i18n items by @huchenlei in #1605
- better support for animation by @jtydhr88 in #1606
- Update litegraph 0.8.30 by @huchenlei in #1607
- 1.4.4 by @huchenlei in #1608
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Add jest set/has pointer capture mocks by @webfiltered in #1581
- Use Litegraph Snap everything to grid by @webfiltered in #1572
- Update Litegraph: Canvas Pointer by @webfiltered in #1556
- Fix load crash when graph or config unset by @webfiltered in #1587
- Fix vue warning on unnecessary defineEmits import by @huchenlei in #1588
- Fix id on terminal hotkey by @pythongosssss in #1589
- Filter cached/canceled results by @pythongosssss in #1586
- Disable slow jest tests by @huchenlei in #1591
- [Electron] Fix initial default install location validation by @huchenlei in #1592
- [chore] npm audit fix by @huchenlei in #1593
- [Electron] Add Comfy-Desktop.SendStatistics setting by @huchenlei in #1594
- maskeditor fix: light mode issues, add: select color up to mask option by @trsommer in #1596
- Run pre-commit type check only for TypeScript by @webfiltered in #1597
- 1.4.3 by @huchenlei in #1598
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Fix Vue console warning flood on settings open by @webfiltered in #1571
- Apply group padding in context menu commands by @webfiltered in #1570
- Add new top level setting category 'LiteGraph' and 'Appearance' by @huchenlei in #1573
- Remove deprecated setting Comfy.NodeSearchBoxImpl.LinkReleaseTrigger by @huchenlei in #1574
- Only persist workflow on workflow change/switch by @huchenlei in #1576
- Disable debug logic in changeTracker by @huchenlei in #1577
- [Electron] Terminal commands by @pythongosssss in #1531
- add load 3d node support by @jtydhr88 in #1563
- add preview 3d node and up_direction parameter by @jtydhr88 in #1579
- New Mask Editor by @trsommer in #1284
- 1.4.2 by @huchenlei in #1580
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Allow decimal places typed in settings by @webfiltered in #1566
- Fix husky pre-commit for winnt clients II by @webfiltered in #1564
- feat: Adding download count badge to sidebar by @oto-ciulis-tt in #1552
- Minor: change adjustMenuPosition style to single side anchor and scale proportionally by @yoland68 in #1567
- Show download percentage only if it's over 10% by @oto-ciulis-tt in #1539
- 1.4.1 by @huchenlei in #1568
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Update litegraph 0.8.27 by @huchenlei in #1542
- Add option to disable ctrl + shift + zoom by @webfiltered in #1545
- Revert "Fix husky pre-commit & type check only staged" by @huchenlei in #1550
- Remove canvas border rendering by @huchenlei in #1549
- Fix husky pre-commit for winnt clients by @webfiltered in #1551
- Fix change tracker count desync on error by @webfiltered in #1555
- Fix install location path picker by @huchenlei in #1557
- Allow remote dev to be switched on/off by @webfiltered in #1558
- Use tailwind class in NodeSearchBox by @huchenlei in #1559
- Disable flaky group node test by @huchenlei in #1560
- Fix node search box filter test by @huchenlei in #1561
- 1.4.0 by @huchenlei in #1562
Full Changelog: v1.3.44...v1.4.0
v1.3.44
What's Changed
- Fix tree explorer y-axis padding by @huchenlei in #1540
- 1.3.44 by @huchenlei in #1541
Full Changelog: v1.3.43...v1.3.44
v1.3.43
What's Changed
- Flaky tests and observable state by @webfiltered in #1526
- Touch support bug fixes by @Iemand005 in #1527
- Allow access of dev server in LAN for touch device testing by @huchenlei in #1528
- [skip ci] Update README.md by @huchenlei in #1529
- Lazy load setting dialog tabs by @huchenlei in #1530
- Fix reverse proxy by @huchenlei in #1532
- Update Template copy & paste by @webfiltered in #1533
- Replace electron API mocks with actual electron API impl by @huchenlei in #1535
- 1.3.43 by @huchenlei in #1536
Full Changelog: v1.3.42...v1.3.43
v1.3.42
What's Changed
- Litegraph Reroute Beta by @webfiltered in #1421
- Move DOMClippingEnabled to coreSettings.ts by @huchenlei in #1516
- Type DOMWidget and DOMWidgetOptions by @huchenlei in #1517
- Improved touch support by @Iemand005 in #1519
- feat: Add download progress to sidebar by @oto-ciulis-tt in #1490
- Fix queue button overlaped by pysssss.ImageFeed by @huchenlei in #1520
- Fix loading of model library in non-electron env by @huchenlei in #1521
- Decouple group node from Litegraph copy & paste by @webfiltered in #1522
- Fix sidebar splitter state by @huchenlei in #1523
- 1.3.42 by @huchenlei in #1524
New Contributors
- @Iemand005 made their first contribution in #1519
Full Changelog: v1.3.41...v1.3.42
v1.3.41
What's Changed
- Fix rename open/bookmark workflow by @huchenlei in #1507
- Fix welcome page welcome text selection by @huchenlei in #1508
- Manage widget definitions with Pinia store by @huchenlei in #1510
- Less padding on sidebar tabs for small screens by @huchenlei in #1511
- Fix multiline text input alignment & clipping by @webfiltered in #1513
- [Reland] Enable New UI by default by @huchenlei in #1515
- 1.3.41 by @huchenlei in #1514
Full Changelog: v1.3.40...v1.3.41
v1.3.40
What's Changed
- Re-enable multiple-undo test by @huchenlei in #1483
- Revert "Re-enable multiple-undo test" by @huchenlei in #1498
- Reland "Re-enable multiple-undo test" by @huchenlei in #1499
- Add back/forwards compatibility to schema validation by @webfiltered in #1501
- [Electron] ComfyUI Desktop install wizard by @huchenlei in #1503
- Add settings option: Keep links on delete by @webfiltered in #1504
- 1.3.40 by @huchenlei in #1506
Full Changelog: v1.3.39...v1.3.40