Skip to content

Commit 44c6401

Browse files
committed
bump version
1 parent d8e68fc commit 44c6401

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- Support for nested subgraphs! Used in official Flux.2 Klein workflows for example
77
- Support for `COMFY_DYNAMICCOMBO_V3` node inputs. Used in new "TextGenerate" official node
88
- Added paste button to batch upload galleries; added "Pasting..." mouse alerts
9+
- Added "open in new window" button in galleries
10+
- Copy and Paste now work for video and audio
11+
- PWA file open also works for video and audio. You need to clear browser's cache and reinstall PWA add to update file associations
912

1013
### 1.6 – Priority queue & UI themes update
1114
- Added priorities in queue: added parameter "Priority" into Workflow UI. Queue runner select workflows with higher priority first. In queue page priorities are shown as separate queue. You can change maximal value of priority in the options (set 1 to hide priorities and return the old queue)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mcww-webui"
33
description = "Additional UI focused on inference. Stable UI states; presets; and advanced queue. Based on Gradio"
4-
version = "1.7.5"
4+
version = "1.7.6"
55
license = {file = "LICENSE"}
66
classifiers = [
77
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)