Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Latest commit

 

History

History
125 lines (92 loc) · 4.45 KB

CHANGELOG.md

File metadata and controls

125 lines (92 loc) · 4.45 KB

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.0.0 - 2019-01-03

Release | Diff

Changed

  • The theme is now ready for Ghost v2.1+ (#18, thanks @aquasonic)
  • Use a flat yellow color for marked text
  • Reduce border-left size of blockquote

2.0.1 - 2017-11-09

Release | Diff

Fixed

  • Fixed theme name in package.json
  • Markdown syntax for footnotes is now properly working
  • Links with target="_blank" have now rel="noopener" to prevent malicious endpoints

Changed

  • Social accounts defined in Ghost general settings are now displayed automatically in the footer
  • Renamed theme-green.hbs to theme-colors.hbs for clarity
  • Updated README with latest behavior

2.0.0 - 2017-11-04

Release | Diff

Added

  • Ready for Ghost v1.0+

Changed

  • Changed icon tag to tags in post footer
  • Show navigation only if active in blog settings
  • Updated head meta tags to latest standards
  • Updated CSS and JavaScript libraries to latest version
  • Updated LICENSE to mention original author
  • Updated CHANGELOG and moved to Keep a Changelog format

Removed

  • Removed link hover effect from blog title header

1.5.0 - 2016-05-22

Release | Diff

Changed

  • Removed author meta indentation from post footer
  • Upscaled favicon to 180px
  • Moved from ico to png favicon
  • Moved custom fonts @import to <link> (Vapor #43)
  • Updated external javascript and css to latest version

Fixed

  • Tags are no longer misaligned when navigation is active (fixes #13)

1.4 - 2015-09-27

Release | Diff

Changed

  • Updated highlight.js to v8.8.0
  • Updated smooth-scroll to v7.1.1 and moved to CDN version
  • Updated normalize.css to v3.0.3
  • Updated github customized style for highlight.js
  • Explicitly included jQuery to comply to Ghost 0.7 (as noted in #7)

Fixed

  • Replaced hardcoded root domain / with @blog.url helper in blog footer (fixes #6)

1.3 - 2015-07-17

Release | Diff

Added

  • Support for meta elements (PR #4)
  • Support for tags page
  • Redesigned look for the author section at the bottom of post (and also toggleable)
  • Google Analytics partial for quick implementation

Changed

  • Moved menu partials to official ghost navigation (PR #3)
  • Font size reduced
  • A few tweaks here and there

Fixed

  • <title> displays blog title and description in the home and post title in the post page

1.2 - 2014-11-07

Release | Diff

Added

  • Multiple theme colors + blank partial for custom color
  • Customizable partial for favicon & apple-touch-icon

Changed

  • The page title now shows the blog description as well
  • Tweaks and bugfixes

1.1 - 2014-10-27

Release | Diff

Added

  • Customizable partials for menu, social icons and blog signature

Changed

  • Better handing of external javascript tools
  • Little tweaks in the style for a cleaner look

1.0 - 2014-10-13

Release

  • Initial release of Steam