Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.14.0 #3119

Merged
merged 3 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
#### 1.14.0: Release

- Doc upgrading #3082 (#3085) @hyamanieu
- Remove quotes on for worker-src blob (#3117) @hardillb
- DevOps Pipelines: Deploy active device snapshot (#3115) @Pezmc
- Fix sentry.io and add blob for worker (#3116) @hardillb
- Fix hostname used for posthog CSP (#3107) @hardillb
- fix pipelinestage device action dropdown choices (#3110) @Steve-Mcl
- Fix: Deploying of device to instance (#3111) @Pezmc
- Add app device access verification to ACL manager (#3074) @Steve-Mcl
- Docs - User Settings (#3102) @MarianRaphael
- Update billing setup page (#3092) @knolleary
- Bump @sentry/profiling-node from 1.2.1 to 1.2.6 (#3095) @app/dependabot
- Bump vue-loader from 17.3.0 to 17.3.1 (#3096) @app/dependabot
- Bump @babel/preset-env from 7.23.2 to 7.23.3 (#3097) @app/dependabot
- Bump @vitejs/plugin-vue from 4.4.0 to 4.5.0 (#3098) @app/dependabot
- Devices in Pipeline Stages (#3024) @Pezmc
- Bump @aws-sdk/credential-provider-node from 3.441.0 to 3.451.0 (#3099) @app/dependabot
- "Device Editor" enabled by default (#3061) @Steve-Mcl
- Disable create snapshot button if not assigned to an application or instance (#3049) @Pezmc
- Add support for 2FA via TOTP (#3065) @knolleary
- Update references to flowfuse (#3088) @hardillb
- Update StatusBadge styling for "Crashed" (#3090) @joepavitt

#### 1.13.3: Release

- fix forgot password email input field (#3081) @sumitshinde-84
Expand Down
199 changes: 100 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/flowforge",
"version": "1.13.3",
"version": "1.14.0",
"description": "An open source low-code development platform",
"homepage": "https://flowfuse.com",
"bugs": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"@fastify/swagger": "^8.10.1",
"@fastify/swagger-ui": "^1.9.0",
"@fastify/websocket": "^8.1.0",
"@flowforge/localfs": "^1.13.3",
"@flowforge/localfs": "^1.14.0",
"@headlessui/vue": "1.7.16",
"@heroicons/vue": "1.0.6",
"@immobiliarelabs/fastify-sentry": "^7.1.1",
Expand Down