- 🐛 Fixed "active" state of apps on apps index screen (TryGhost/Admin#843)
You can see the full change log for the details of every change included in this release.
Tag Name: 1.8.1
Release Date: 8/31/2017
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This minor release focuses on reducing redirects in the admin interface, improving the scheduler functionality, and fixing several rendering issues. The update replaces outdated dependencies with modern alternatives and optimizes how Ghost handles URL redirects and HTML rendering. These changes improve performance and reliability without introducing breaking changes.
request library with got for image size detectionNo migration steps are required for this minor release. The changes are backward compatible and should work seamlessly after updating to version 1.8.1.
This is a minor release with performance improvements and bug fixes. It's recommended for all users to upgrade to Ghost 1.8.1, especially if you:
The upgrade process should be straightforward with no breaking changes reported.
createRawHtmlSectionPost modelThe scheduler component received several improvements:
requestTimeout parameter to support custom timeoutsisRunning logic to prevent the scheduler from running twice simultaneouslyGhost now handles admin redirects more efficiently:
example.com/ghost to admin.example.com/ghost and then to /ghost/ (two redirects)example.com/ghost to admin.example.com/ghost/ (single redirect)No specific security fixes were mentioned in this release.
The admin interface now requires fewer redirects when accessing Ghost admin:
/ghost to /ghost/request library with the more modern got library for image size detectionGhost 1.8.1 is a maintenance release that focuses on performance optimizations and bug fixes. The most notable improvements include reduced redirects when accessing the admin interface, enhanced scheduler functionality, and fixed rendering issues with markdown content.
The update to the image size detection mechanism by replacing the deprecated request library with got provides more reliable handling of images. The fix for mobiledoc DOM rendering addresses issues with complex HTML in markdown content, which is particularly beneficial for content creators who use advanced formatting.
For administrators, the streamlined redirect process means faster access to the admin interface, and the fixed "active" state display in the apps section improves the user experience. Developers will appreciate the improved scheduler with better debugging capabilities and the ability to set custom timeouts.
Overall, this release enhances the stability and performance of Ghost without introducing breaking changes, making it a recommended upgrade for all users.
You can see the full change log for the details of every change included in this release.