Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.5.10
What's Changed
- [i18n] Translate node categories by @huchenlei in #1842
- [i18n]
g
global namespace by @huchenlei in #1843 - Fix Comfy-Desktop.Reinstall command label by @huchenlei in #1844
- Add support for korea translation by @huchenlei in #1830
- Fix korea translation activation by @huchenlei in #1845
- Replace window.prompt with custom prompt impl by @huchenlei in #1847
- Fix group node playwright tests by @huchenlei in #1849
- Rename EditAttention to EditTokenWeight by @huchenlei in #1848
- 1.5.10 by @huchenlei in #1850
Full Changelog: v1.5.9...v1.5.10
v1.5.9
What's Changed
- Fix missing titles during desktop installation by @webfiltered in #1831
- Add code owners by @huchenlei in #1832
- Update CODEOWNER matching rule by @huchenlei in #1836
- Require confirmation for desktop reinstall by @webfiltered in #1835
- [i18n] Safe fallback to original string by @huchenlei in #1838
- Use i18n keys for workflow tree type labels by @shinshin86 in #1839
- 1.5.9 by @huchenlei in #1840
Full Changelog: v1.5.8...v1.5.9
v1.5.8
What's Changed
- Properly implement ComfyNodeDef interface by @huchenlei in #1821
- Translate node title and description by @huchenlei in #1822
- Reload current workflow when locale changes by @huchenlei in #1824
- Updated About label translation to a more appropriate Japanese term by @shinshin86 in #1827
- Localize menu paths in
firstTimeUIMessage
by @shinshin86 in #1825 - Hint for empty canvas when invoking Comfy.Canvas.FitView by @huchenlei in #1826
- Use friendly language names for Comfy.Locale setting options by @shinshin86 in #1828
- 1.5.8 by @huchenlei in #1829
Full Changelog: v1.5.7...v1.5.8
v1.5.7
What's Changed
- Fix fallback of unrecognized extension categories by @huchenlei in #1807
- Align desktop version badge format with other badges by @huchenlei in #1808
- Replace magic numbers with LGraphEventMode by @huchenlei in #1809
- Revert "Replace magic numbers with LGraphEventMode" by @huchenlei in #1810
- Reland "Replace magic numbers with LGraphEventMode (#1809)" by @huchenlei in #1811
- [Electron] Allow force install on not supported device page by @huchenlei in #1812
- Add Workspace.SearchBox.Toggle command by @huchenlei in #1814
- [Electron] Hide auto-launch in server config by @huchenlei in #1815
- [Electron] Use shortname for server config disable-smart-memory by @huchenlei in #1816
- [Electron] Translate server config panel by @huchenlei in #1817
- 1.5.7 by @huchenlei in #1818
Full Changelog: v1.5.6...v1.5.7
v1.5.6
What's Changed
- Translate topbar command menu by @huchenlei in #1784
- Add a unique key to each showDialog by @hayden-fr in #1786
- [Refactor] Extract command definitions to coreCommandHooks by @huchenlei in #1785
- Prevent interface crash from dialog abuse by @webfiltered in #1789
- Translate command label on top command dropdown menu by @huchenlei in #1792
- Fix extra_model_paths_yaml i18n key by @huchenlei in #1793
- Translate dynamically added settings by @huchenlei in #1794
- Confirm delete workflow by @webfiltered in #1772
- Remove logging module by @huchenlei in #1795
- Keep shim of several legacy components by @huchenlei in #1796
- Translate setting categories by @huchenlei in #1797
- Fix setting list nav separator by @huchenlei in #1799
- Translate queue buttom modes by @huchenlei in #1800
- Revert "Fix setting list nav separator" by @huchenlei in #1803
- Replace locale presubmit hook with Github action by @huchenlei in #1802
- [Electron] Use electronAPI to get ComfyUI core version by @huchenlei in #1804
- 1.5.6 by @huchenlei in #1805
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- Always include node title metadata for API export by @huchenlei in #1771
- [Refactor] Remove abstract inheritance of node search filter by @huchenlei in #1774
- Disable install button when there is error by @huchenlei in #1775
- Fix litegraph types in NodeSearchBoxPopover by @huchenlei in #1777
- Fix keybinds invalidated by capslock state by @webfiltered in #1776
- [Refactor] Extract top menu bar command definitions by @huchenlei in #1778
- Add locale keys for settings dialog (i18n) by @shinshin86 in #1779
- Merge core settings with existing translations by @huchenlei in #1782
- 1.5.5 by @huchenlei in #1783
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Remove unnecessary localization calls for System Info and Devices headers by @shinshin86 in #1758
- Add context menu to tabs by @pythongosssss in #1759
- Support closing tab with middle click by @pythongosssss in #1761
- Bump @intlify/core-base and vue-i18n by @dependabot in #1762
- Create presubmit hooks for i18n by @huchenlei in #1763
- Revert "Bump @intlify/core-base and vue-i18n" by @huchenlei in #1764
- Translate core setting name & tooltip by @huchenlei in #1765
- Move Comfy.TreeExplorer.ItemPadding to Appearance category by @huchenlei in #1766
- Move Comfy.EnableWorkflowViewRestore to coreSettings by @huchenlei in #1767
- Allow copy/paste in terminal by @pythongosssss in #1760
- maskeditor: massive improvements to brush opacity in brush strokes and lines by @trsommer in #1768
- Keep log on screen after installation error by @webfiltered in #1769
- 1.5.4 by @huchenlei in #1770
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- Clear console error - missed API type by @webfiltered in #1749
- Fix group node manage opening to wrong node type by @pythongosssss in #1754
- Add lobe-i18n setup and translation scripts and update translation files for consistency by @shinshin86 in #1751
- Add test for cloning pinned node by @pythongosssss in #1753
- 1.5.3 by @huchenlei in #1756
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Rework user selection by @huchenlei in #1728
- Add i18n section to README with instructions for adding new languages by @shinshin86 in #1735
- Add current user message in settings dialog by @huchenlei in #1740
- Add git download page by @webfiltered in #1742
- Add TS types - API by @webfiltered in #1736
- Add default setting for node error colour by @webfiltered in #1738
- Update litegraph 0.8.41 by @huchenlei in #1744
- 1.5.2 by @huchenlei in #1745
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Update unsupported card help link by @webfiltered in #1724
- Add Japanese (ja) locale files and update type definition for supported locales by @shinshin86 in #1726
- Build comfyui-frontend-types library by @huchenlei in #1725
- Add canvas maximum FPS setting by @webfiltered in #1727
- Update package.json (Fix repo name) by @huchenlei in #1729
- Remove app.storageLocation handling by @huchenlei in #1731
- Remove migration logic (settings & templates storage location) by @huchenlei in #1732
- Remove node bookmark migration by @huchenlei in #1733
- 1.5.1 by @huchenlei in #1734
New Contributors
- @shinshin86 made their first contribution in #1726
Full Changelog: v1.5.0...v1.5.1