|
|
@ -2,33 +2,12 @@ manifestVersion: 1 |
|
|
|
id: n8n |
|
|
|
category: automation |
|
|
|
name: n8n |
|
|
|
version: "0.212.0" |
|
|
|
version: "0.234.1" |
|
|
|
releaseNotes: >- |
|
|
|
- New features |
|
|
|
- Inline expression editor: You can now quickly write expressions inline in a node parameter |
|
|
|
- Workflow sharing: With workflow sharing, users can invite other users on the same n8n instance to use and edit their workflows |
|
|
|
- Log streaming: Log streaming allows you to send events from n8n to your own logging tools |
|
|
|
- Security audit: You can now run a security audit on your n8n instance, to detect common security issues |
|
|
|
- Typeahead for expressions: When using expressions, n8n will now offer you suggestions as you type |
|
|
|
- Editor: Improve UX for brace completion in the inline expressions editor |
|
|
|
- Editor: pressing = in an empty parameter input switches to expression mode |
|
|
|
This update includes new features, bug fixes, and performance improvements. |
|
|
|
|
|
|
|
- New nodes |
|
|
|
- Open AI - This release adds an integration with OpenAI |
|
|
|
- Google Sheets trigger: You can now start workflows in response to row changes or new rows in a Google Sheet |
|
|
|
|
|
|
|
- Node enhancements |
|
|
|
- Send Email node: add support for a "Reply to" email address |
|
|
|
- Webhook node: when test the node by selecting Listen For Test Event then dispatching a call to the webhook, n8n now only runs the Webhook node |
|
|
|
- Compare Datasets node: add an option for fuzzy compare |
|
|
|
- Google Ads node: update the API version to 11 |
|
|
|
- Google Drive Trigger node: start using the resource locator component |
|
|
|
- Item Lists node: This acts similarly to generating pivot tables in Excel, allowing you to aggregate and compare data |
|
|
|
|
|
|
|
- Bugfixes |
|
|
|
|
|
|
|
- Performance improvements |
|
|
|
|
|
|
|
Full details for changes made since version 0.212.0 can be found at https://github.com/n8n-io/n8n/releases |
|
|
|
tagline: Build complex workflows, really fast |
|
|
|
description: >- |
|
|
|
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, |
|
|
@ -57,4 +36,4 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
submitter: Pranshu Agrawal |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/283 |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/283 |
|
|
|