Skip to content

Commit

Permalink
Merge pull request #3119 from FlowFuse/release-1.14.0
Browse files Browse the repository at this point in the history
Release 1.14.0
  • Loading branch information
hardillb authored Nov 23, 2023
2 parents 6ef912a + 48fd4ea commit 523916e
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 101 deletions.
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

0 comments on commit 523916e

Please sign in to comment.