Changelog
Our changelog detailing all things important and changing on shoutouts. If you want to see the development blog, please go ahead and find it on my personal site.
June 2024
- Fixed an issue that caused an error when exporting shoutouts to CSV.
May 2024
- Added an “inactive” toggle to show all of your inactive shoutouts on a dedicated page on your dashboard. Inactive shoutouts will be hidden by default on the main dashboard.
December 2023
- We now load Javascript directly from the server without a third party CDN. This enhances privacy.
- Added automatic account deletion when your account hasn’t been confirmed within 7 days and you created no shoutouts or themes.
November 2023
- Fixed an issue with loading documentation. Double whoops!
- Fixed an issue when creating a new account. Whoops!
- Fixed an issue that would not allow you to add more shoutouts or themes after subscribing.
- Tweaked the design of the shoutouts list.
- Added ability to add your avatar to the site. It just looks nice in the header area when you’re logged in!
- Added a changelog. This page!
- Added the ability to allow the script to load a shoutout into a specific element on page. Check our docs here.
- Added free plan, and changed our pricing to one monthly or yearly plan.
- Changed payment provider. Check this blog post for more details.
October 2023
- Fixed issues with deleting a user account when you were subscribed. It actually deleted the account, but it threw an error anyway.
- Tweak the layout of the account page.
September 2023
- Tweaked embed code to render HTML in one line instead of several. Couldn’t help it.
June 2023
- Added ability to return a shuffled set of shoutouts when using the JSON endpoint.
- When you delete your account, we’ll now send a goodbye email… just to say… bye.
May 2023
- Added the ability to export all of your shoutouts to a CSV file. Head on over to account settings.
- Added support for upload WebP images. Apparently they’re a thing.
- Fixed an issue loading external stylesheets in the Themes preview panes, where it wouldn’t adjust the size correctly after the CSS file loaded.
- Fixed an issue that caused the ?all parameter to throw an error when embedding your shoutouts.
April 2023
- Added the ability to hide the instructions in the Themes section and added a little bit of extra text to the documentation regarding the extra_data field.
- Fixed an issue that would cause the Themes section to throw an error when trying to load the previews, when there wasn’t a shoutout to render.
- Improved loading template previews, on the Themes page, that have external stylesheets in far away locations.
- Added an extra data field for shoutouts that you can use with custom templates, by calling
{{extra_data}}
in the template. - Images are now served from our CDN.
- Fixed an issue that prevented themes from being created for new accounts.
- Added the ability to fetch a shoutout by id:
- Add a parameter of
shoutout=
with a given ID to your embed script. - Find the shoutout id on the relevant shoutout next to the edit button.
- Add a parameter of
- Added the ability to bring in your own stylesheet for the main Themes page preview. Super useful if you want to see what it looks like on your actual site.
- Added support for Themes:
- Having different themes allows you to create a Theme for that one-off website or page you have, without affecting your other embeds.
January & March 2023
- Various frontend changes and tweaks to the homepage.
- Tweaks of preloading image in the embed preview.
November & December 2022
- Added ability to get your shoutouts via JSON.
- Launched shoutouts and there were so many changes that I give up writing this page.