Skip to main content

Changelog

New releases, improvements, fixes and notable changes.

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