Public changelog
Learn about the public FeedbackFlow changelog.
Let your users hold you accountable for the changes you make to your product. A public changelog is a great way to keep your users informed about the latest updates. This feature is especially useful for SaaS companies and open-source projects.
How to opt-in for a public changelog
To enable the public changelog, follow these steps:
- Go to the FeedbackFlow dashboard and select the project you want to enable it for.
- Click on the Settings tab and scroll down to the Changelog section.
- Change the Visibility setting to
Public
. - Click on the
Save
button.
You will find the public changelog link in the Changelog tab next to the title or navigate to
https://feedbackflow.space/public/PROJECT_ID/changelog
, where PROJECT_ID
is the ID of your project.
Embedding the public changelog
You can embed the public changelog on your website by using the following code snippet:
<iframe src="https://feedbackflow.space/public/PROJECT_ID/changelog" width="100%" height="100%"></iframe>
Replace PROJECT_ID
with the ID of your project.
You can only embed the public changelog on the domain you have whitelisted in the project settings.
Next steps
Now that you have enabled the public changelog, you can share the link with your users. If you want to take it a step further, you can also set up an integration to send feedback to your favorite tools.