diff --git a/src/product/roadmap.njk b/src/product/roadmap.njk index b98460e78a..a52d58e7d6 100644 --- a/src/product/roadmap.njk +++ b/src/product/roadmap.njk @@ -45,57 +45,25 @@ has a headline, description, and a container for roadmap items. -->
- +
-

Newly released

+

Changelog


- Check out product updates on - - our blog - - to see the latest features and improvements. + Check out all the new features added to FlowFuse.

- Latest posts{% include "components/icons/arrow-small-down.svg" %} + Latest updates{% include "components/icons/arrow-small-down.svg" %}
-
- Sign up -
- -
- -
And get monthly email updates.
- - - -
@@ -116,17 +84,12 @@ has a headline, description, and a container for roadmap items. -->

We are currently working on the following topics and would appreciate any feedback you may have.

- +
-

Newly released

+

Changelog


-

Check out product updates on - - our blog - - to see the latest features and improvements. -

+

Check out all the new features added to FlowFuse.

@@ -146,43 +109,15 @@ has a headline, description, and a container for roadmap items. -->
- Latest posts{% include "components/icons/arrow-small-down.svg" %} + Latest updates{% include "components/icons/arrow-small-down.svg" %}
-
- Sign up -
- -
- -
And get monthly email updates.
- - - -
@@ -227,7 +162,7 @@ has a headline, description, and a container for roadmap items. --> async function fetchGitHubIssues(label) { const endpoint = `/repos/flowforge/flowforge/issues?state=open&labels=${ encodeURIComponent(label) - }&per_page=100`; + }&per_page=5`; const data = await sendRESTRequest(endpoint); return data.map(issue => ({ title: issue.title,