Skip to main content

Changelog

New releases, improvements, fixes and notable changes.

v1.3.3 - February 3, 2025

  • โœจ Native support for custom typography has been added
  • ๐Ÿ’„ Update dark mode font color and image brightness adjustments
  • ๐Ÿ› Update margin-top for post comments section
Files modified
assets/css/vars.css
assets/css/color-scheme.css
assets/css/ghost/comments.css
package.json

v1.3.2 - June 11, 2024

  • ๐Ÿ› Resolved color issue with the author card title in the authors page template.
  • ๐Ÿ› Addressed the page hero title color problem when a cover image is present.
  • ๐ŸŽจ Minor code restructurings & improvements
  • ๐Ÿ”ฅ Removed unused CSS variables
Files modified
assets/built/index.css
custom-authors.hbs
assets/css/ghost/authors.css
assets/css/ghost/hero.css
package.json

v1.3.1 - June 10, 2024

  • โœจ A lightbox has been added for the gallery images.
  • ๐Ÿ’„ Adjusted dark mode colors for an enhanced user experience.
  • ๐Ÿ’„Modified font sizes for improved readability.
  • ๐Ÿ’„Restructured mobile menu placement for better navigation.
  • ๐Ÿ’„Eliminated unnecessary CSS variables to streamline code.
  • ๐Ÿ’„Implemented additional minor UI optimizations for overall improvement.
Files modified
assets/built/index.css
assets/built/index.js

assets/css/color-scheme.css
assets/css/index.css
assets/css/vars.css
assets/css/components/global.css
assets/css/ghost/content.css
assets/css/ghost/header.css
assets/css/ghost/page.css

assets/js/index.js
+assets/js/lightense.js

package.json

v1.3.0 - June 09, 2024

  • โœจ Dark mode option added
  • ๐Ÿ”ฅ Removed unused member views & code segments
  • โšก๏ธ WebP image support added for certain elements
  • ๐Ÿ› Compatibility issues with older Safari versions fixed
  • ๐Ÿ’„ Minor UI optimizations
Files modified
assets/built/index.css
assets/built/index.js

+ assets/css/color-scheme.css
assets/css/components/buttons.css
assets/css/components/forms.css
assets/css/components/global.css
assets/css/ghost/author.css
assets/css/ghost/contact.css
assets/css/ghost/content.css
assets/css/ghost/featured.css
assets/css/ghost/footer.css
assets/css/ghost/header.css
assets/css/ghost/hero.css
- assets/css/ghost/members.css
assets/css/ghost/pagination.css
assets/css/ghost/post.css
assets/css/vars.css

assets/js/index.js
+ assets/js/color-scheme.js

partials/author-card.hbs
partials/header.hbs
partials/hero.hbs
+ partials/icons/theme-toggle.hbs
- members/account.hbs
- members/signin.hbs
- members/signup.hbs
default.hbs
post.hbs

package.json

v1.2.1 - June 03, 2024

  • ๐Ÿ› Author card background repeat issue has been fixed
Files modified
assets/built/index.css
assets/built/index.css.map
assets/css/ghost/authors.css
package.json

v1.2.0 - June 03, 2024

  • โœจ Authors page template added with list of authors
  • ๐Ÿ’„ Other minor UI/UX improvements
  • ๐Ÿ› Hero section image background position centered
  • ๐Ÿ› Post template author avatar related issue fixed
Files modified
assets/built/index.css
assets/built/index.css.map
assets/css/ghost/authors.css
assets/css/components/global.css
assets/css/ghost/hero.css
assets/css/index.css
assets/css/ghost/post.css
partials/author-card.hbs
partials/icons/avatar.hbs
partials/icons/location.hbs
package.json