FlowFuse 0.5 released
Bringing a new look to the platform
The cycle continues with our next regularly scheduled release, bringing a fresh new look to the platform.
Since joining the team, Joe has been hard at work bringing a more consistent design language to what we're doing. This release brings a lot of his hardwork to the platform itself.
There's more to be done on the individual pages of the platform, but this gives us a solid framework to build on.
# Copying Projects
One of the usage scenarios we want to support is having an easy way to have separate test and production environments. The previous release added the ability to configure environment variables on individual projects.
This release unlocks the next piece of the puzzle - making it easy to copy flows between projects.
The Project settings page has two new options:
- Copy Project lets you create a complete copy of the project.
- Export to existing project lets you copy over selected aspects of the project over to another project.
In both cases, you get to pick what parts of the project should be copied.
# Improve Billing Information
We've been getting some great feedback from the users of FlowFuse Cloud. One of the areas we identified as needing some more clarity was around the point users are asked to setup their billing information.
# Edge Devices
Whilst we always want to deliver new functionality to end users in each release, sometimes bits of work don't fit naturally into a single four week iteration.
That's the case here with some of the preliminary work we've done to introduce the idea of Edge Devices to the platform.
The goal here is to provide a way to easily deploy and manage Node-RED projects on remote devices.
This release introduces a bunch of work to the core app and front-end to begin introducing the concept of a Device. It includes the basic workflows for registering a device on the platform and being able to assign it to a team.
The whole feature is hidden behind a feature flag so users on FlowFuse Cloud won't see any of this quite yet.
The next release will introduce the Edge Agent piece of this - the bit that runs on devices.
# Upgrading FlowFuse
If you installed a previous version of FlowFuse and want to upgrade, our documentation provides a guide for upgrading FlowFuse on a local server.
# Getting help
If you hit any problems with the platform, or have questions to ask, please do raise an issue on GitHub.
That also includes if you have any feedback or feature requests.
We also have a #flowfuse
channel on the Node-RED Slack workspace.
Written By:
Published on:
Related Articles:
- FlowFuse 2.11: MQTT Topic Hierarchy, UI Revamp & Improved Logging
- FlowFuse 2.10: MQTT Broker, Improved Version Control & More!
- FlowFuse 2.9: Software Bill of Materials & Public Static Assets
- FlowFuse 2.8: Static File Service, LDAP Updates & More
- FlowFuse 2.7: Improved management at scale & AI JSON Editor