Skip to content

Commit 523916e

Browse files
authored
Merge pull request #3119 from FlowFuse/release-1.14.0
Release 1.14.0
2 parents 6ef912a + 48fd4ea commit 523916e

File tree

3 files changed

+126
-101
lines changed

3 files changed

+126
-101
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
#### 1.14.0: Release
2+
3+
- Doc upgrading #3082 (#3085) @hyamanieu
4+
- Remove quotes on for worker-src blob (#3117) @hardillb
5+
- DevOps Pipelines: Deploy active device snapshot (#3115) @Pezmc
6+
- Fix sentry.io and add blob for worker (#3116) @hardillb
7+
- Fix hostname used for posthog CSP (#3107) @hardillb
8+
- fix pipelinestage device action dropdown choices (#3110) @Steve-Mcl
9+
- Fix: Deploying of device to instance (#3111) @Pezmc
10+
- Add app device access verification to ACL manager (#3074) @Steve-Mcl
11+
- Docs - User Settings (#3102) @MarianRaphael
12+
- Update billing setup page (#3092) @knolleary
13+
- Bump @sentry/profiling-node from 1.2.1 to 1.2.6 (#3095) @app/dependabot
14+
- Bump vue-loader from 17.3.0 to 17.3.1 (#3096) @app/dependabot
15+
- Bump @babel/preset-env from 7.23.2 to 7.23.3 (#3097) @app/dependabot
16+
- Bump @vitejs/plugin-vue from 4.4.0 to 4.5.0 (#3098) @app/dependabot
17+
- Devices in Pipeline Stages (#3024) @Pezmc
18+
- Bump @aws-sdk/credential-provider-node from 3.441.0 to 3.451.0 (#3099) @app/dependabot
19+
- "Device Editor" enabled by default (#3061) @Steve-Mcl
20+
- Disable create snapshot button if not assigned to an application or instance (#3049) @Pezmc
21+
- Add support for 2FA via TOTP (#3065) @knolleary
22+
- Update references to flowfuse (#3088) @hardillb
23+
- Update StatusBadge styling for "Crashed" (#3090) @joepavitt
24+
125
#### 1.13.3: Release
226

327
- fix forgot password email input field (#3081) @sumitshinde-84

package-lock.json

Lines changed: 100 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowforge/flowforge",
3-
"version": "1.13.3",
3+
"version": "1.14.0",
44
"description": "An open source low-code development platform",
55
"homepage": "https://flowfuse.com",
66
"bugs": {
@@ -65,7 +65,7 @@
6565
"@fastify/swagger": "^8.10.1",
6666
"@fastify/swagger-ui": "^1.9.0",
6767
"@fastify/websocket": "^8.1.0",
68-
"@flowforge/localfs": "^1.13.3",
68+
"@flowforge/localfs": "^1.14.0",
6969
"@headlessui/vue": "1.7.16",
7070
"@heroicons/vue": "1.0.6",
7171
"@immobiliarelabs/fastify-sentry": "^7.1.1",

0 commit comments

Comments
 (0)