ReleasePad
This is ReleasePad change log.
Public Changelogs Now Honor Your Custom Branding
Your public changelog page now correctly displays the alternative name you've configured, ensuring your branding stays consistent across every visitor's view.
Previously, the new page style was ignoring the alternative name setting and falling back to defaults. This fix means your customizations now appear exactly as intended, so your audience sees the polished, branded experience you set up.
GitHub Login Now Works Seamlessly with Password Fields
Users who signed up via GitHub can now interact with password fields without running into errors. Previously, attempting to use a password when your account was linked through GitHub could cause unexpected issues.
This fix removes a frustrating blocker for GitHub-authenticated users, ensuring a smooth experience regardless of how you signed up. 🔐
Resolved an error when viewing unavailable posts
Fixed an issue where navigating to a post that no longer exists or couldn't be found would result in an error. Now, you'll see a proper response instead of an unexpected failure. 🛠️
Fixed duplicate repository bug for archived repos
We resolved a bug where archived GitHub repositories could cause duplicate entry errors when syncing your repository list. The uniqueness constraint now correctly scopes to non-archived repositories, preventing conflicts and ensuring a smooth sync experience.
Fixed timestamp parsing issue
We resolved a bug where the created_at timestamp was not being read correctly from the cache layer. This could have caused incorrect dates to appear in certain areas of the application. ⏰
Timestamps are now parsed and displayed accurately, ensuring consistent and reliable date information across the platform.
Fixed Issues with Git-Based Post Publishing
We resolved a bug that was preventing posts created via Git commits from being published successfully. The issue was related to how bullet point items in commit messages were being processed, which could cause the publish step to fail silently.
If you previously experienced issues with posts not appearing after pushing commits, everything should now work as expected. 🎉
Fixed pagination when searching posts
We fixed a bug where search filters and parameters were lost when navigating to the next page of results. Now your search criteria are properly preserved across all pages, so you can browse through filtered results without losing your query. 🔍
Fixed: Lists Now Render Properly in Posts
Bullet points and numbered lists in your release notes were breaking visually — that's now sorted. Whether you're outlining features, listing bug fixes, or breaking down steps, your lists will display correctly with proper indentation and spacing.
Write structured content with confidence knowing it'll look exactly how you intended 🎯
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
Enjoy!
🐛 Bug Fix: Product Post Count Display
We identified and resolved an issue that was causing incorrect post counts to display on the products index and individual product public pages.
What was happening: The number of posts shown for each product wasn't reflecting the actual count, which could lead to confusion when browsing products or viewing product details.
What we fixed: We corrected the query logic responsible for calculating and displaying post counts. Products now accurately show the correct number of associated posts across both the products listing page and each product's public page.
No action required — this fix has been automatically applied.
🐞 Bug Fix: Post View Counts Now Accurate
We identified and fixed a bug that was causing some post views to go uncounted. Previously, certain views weren't being recorded properly, which meant the view counts you saw were lower than your actual reach. 📉
What happened: A tracking issue was preventing views from being logged under specific conditions, resulting in underreported numbers across the platform.
What we fixed: Views are now being captured correctly. Your post view counts should reflect a more accurate (and likely higher) picture of your audience engagement. 📈✨
No action is needed on your part—the fix has already been applied. If you notice your view counts looking healthier than before, that's why. 🎉
Two bug fixes
Drafts Are Now Truly Private
We discovered that posts you marked as drafts were still appearing publicly—yikes, that’s not what anyone wants! We’ve fixed this issue, so your drafts stay hidden until you’re ready to share them with the world.
Blurbs That Capture Every Word
Some of you noticed that the short descriptions of your posts—your blurbs—were getting cut off, leaving out key words. That’s not fair to your story. We’ve resolved this, ensuring your blurbs now display every word as intended.
Fixed issue with placeholer image.
When creating a new post and adding new image, an incorrect placeholder image was being used.
This has been fixed ;-)
Fixed issue with images loading
Fixed an issue that was preventing image load on both the widget and public page change log.
Issue with SSL certificate 🐞
Today we had an outage because of a problem we had with one of our SSL certificates.
This has been fixed ?
Delete posts
We’ve brought back the ability to delete posts, and it’s ready for you to use! You can now find this feature right within the post editing section, making it super easy to remove any post whenever you need to.
Notification Bubble Fix
The notifications bubble indicator on widget was being reseted after a couple of days. What this meant for end user were false alerts about new changes.
This has been fixed :-)
Fixed bug with published date
In the widget and public page, posts were displaying the creation date instead of the publish date.
This has been fixed and pushed.
Thanks Diana for noticing this :-)
Fixed overflowing text in the widget.
In some special conditions, the words of some posts were overflowing to the left, creating an unpleasant experience for your users.
This has been fixed.
Mobile improvements
Improved the responsiveness of ReleasePad for mobile phones.The experience has been improved so that it loads faster and screens are rendered correctly based on device.
Intermittency on service this morning
This morning we had some intermittency on our service. This was related to a change that Amazon AWS did on Cloudfront.We got in touch with support and managed to solve the issue.
Fixed issue with CSS styling in the widget
In some special cases there were some css conflicts between the widget and the hosting page, particularly with headings (H1, H2, H3, ...).
This issue has been fixed and pushed.
Fixed order of posts to use Published date instead of creation date
Pushed a change that fixes the ordering of the posts. Instead of using the creation date it now uses the publication date.
Wrong number of posts in dashboard.
Fixed an issue that wasn't correctly displaying the number of published posts. It was taking also in account the number of drafts.
Issue with all posts link opening in the same window.
Pushed fix that opens all posts (from the widget) in a separate window.
Fixed image size issue in the widget.
Fixed an issue that was preventing images from being displayed correctly on the widget.
Fixed issue when uploading images
Fixed issue that was preventing the correct image upload in a new or existing post.