-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
203 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
slug: flow-quick-access-menu | ||
version: v1.404.0 | ||
title: Quick access menu for faster component insertion | ||
tags: ['Flow Editor'] | ||
description: Introducing the Quick Access Menu—a streamlined solution that centralizes all key features previously scattered across side panels. Now, you can benefit from the full potential of search, enhanced by intuitive filters, all in one place. | ||
features: | ||
[ | ||
'Powerful Searchbar: Instantly locate flows, scripts, flow logic, or generate new AI scripts.', | ||
'Smart Filters: Easily explore components from both the Hub and your Workspace.', | ||
'Keyboard Navigation: Quickly select components.' | ||
] | ||
video: /videos/quick_access_menu.mp4 | ||
docs: /docs/flows/flow_editor | ||
--- |
10 changes: 10 additions & 0 deletions
10
changelog/2024-10-03-workers-run-natively-windows/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
slug: workers-run-natively-windows | ||
version: v1.405.0 | ||
title: Support workers to run natively on Windows | ||
description: The goal was to be able to build and run workers on Windows without the need of Docker or WSL. | ||
features: | ||
[ | ||
Add Windows support for workers by updating executors and environment configurations for compatibility. | ||
] | ||
--- |
13 changes: 13 additions & 0 deletions
13
changelog/2024-10-09-move-components-inside-containers-with-ctrl/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
slug: move-components-inside-containers-with-ctrl | ||
version: v1.406.0 | ||
title: Move components inside containers with ctrl+click | ||
tags: ['App editor'] | ||
description: Components can be moved inside containers by holding ctrl/cmd and clicking on the component. | ||
features: | ||
[ | ||
'Adds drag-and-drop functionality for moving components between subgrids with visual feedback in the frontend grid system.' | ||
] | ||
video: /videos/move_components.mp4 | ||
docs: /docs/apps/canvas | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
slug: deno-2.0 | ||
version: v1.407.0 | ||
title: Deno 2.0 | ||
tags: ['Script editor'] | ||
description: Deno has been updated to 2.0.0 in Windmill. | ||
features: | ||
[ | ||
'Deno 2.0 runtime' | ||
] | ||
docs: https://deno.com/blog/v2.0 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
slug: queue-metric-alerts | ||
version: v1.406.0 | ||
title: Queue metric alerts | ||
tags: ['Worker groups', 'Enterprise Edition'] | ||
description: Critical alerts for jobs waiting in queue. | ||
docs: /docs/core_concepts/worker_groups#queue-metric-alerts | ||
features: | ||
[ | ||
'Add functionality to monitor job queues and trigger alerts for waiting jobs, with UI for alert management in enterprise feature.', | ||
'The "cooldown" parameter determines the minimum duration between two consecutive alerts if the number of waiting jobs are fluctuating around the configured threshold.' | ||
] | ||
image: ./queue-metric-alerts.png | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
slug: file-download-helper | ||
version: v1.408.0 | ||
title: File download helper | ||
tags: ['App editor'] | ||
description: Frontend script helper to download a file from a url, base64 encoded string, dataUrl or S3 object. | ||
features: | ||
[ | ||
'Download a file from a url, base64 encoded string, dataUrl or S3 object.' | ||
] | ||
image: ./file_download_helper.png | ||
docs: /docs/apps/app-runnable-panel#downloadfile | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.